mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 02:25:09 +00:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
//@ run-rustfix
|
|
|
|
#[no_mangle] pub static RAH: usize = 5;
|
|
//~^ ERROR const items should never be `#[no_mangle]`
|
|
|
|
fn main() {}
|