]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-45562.fixed
Rollup merge of #62812 - fakenine:normalize_use_of_backticks_compiler_messages_p11...
[rust.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() {}