]> git.lizzy.rs Git - rust.git/blob - tests/ui/linkage-attr/linkage-detect-extern-generated-name-collision.stderr
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / linkage-attr / linkage-detect-extern-generated-name-collision.stderr
1 error: symbol `collision` is already defined
2   --> $DIR/auxiliary/def_colliding_external.rs:6:5
3    |
4 LL |     pub static collision: *const i32;
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8