Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-45562.fixed
blob: 8dcdd3a541ce4fd94d709e77c73e8e94c02849b5 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
#[no_mangle] pub static RAH: usize = 5;
//~^ ERROR const items should never be `#[no_mangle]`
fn main
()
{}