Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
ui
/
issues
/
issue-45562.fixed
blob: 8dcdd3a541ce4fd94d709e77c73e8e94c02849b5 [
file
]
//@ run-rustfix
#[no_mangle] pub static RAH: usize = 5;
//~^ ERROR const items should never be `#[no_mangle]`
fn main
()
{}