mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 03:40:10 +00:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
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
|
|
|