2019-05-27 05:08:10 -05:00
|
|
|
error: symbol `collision` is already defined
|
2021-03-26 13:01:55 -05:00
|
|
|
--> $DIR/linkage-detect-local-generated-name-collision.rs:10:9
|
2019-05-27 05:08:10 -05:00
|
|
|
|
|
|
|
|
LL | pub static collision: *const i32;
|
2022-02-13 09:27:59 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2019-05-27 05:08:10 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|