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