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