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