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