blob: 2448c160c5c0c6d81b521427bbdca2101044569c (
plain)
1
2
3
4
5
6
7
8
|
error: symbol `collision` is already defined
--> $DIR/auxiliary/def_colliding_external.rs:6:5
|
LL | pub static collision: *const i32;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
|