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