]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-45562.fixed
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-45562.fixed
1 // run-rustfix
2
3 #[no_mangle] pub static RAH: usize = 5;
4 //~^ ERROR const items should never be `#[no_mangle]`
5
6 fn main() {}