summary refs log tree commit diff
path: root/src/test/ui/issues/issue-45562.fixed
blob: c23f5909bbe22e61101553cad92a7e1d55774ca5 (plain)
1
2
3
4
5
6
// run-rustfix

#[no_mangle] pub static RAH: usize = 5;
//~^ ERROR const items should never be #[no_mangle]

fn main() {}