about summary refs log tree commit diff
path: root/tests/ui/issues/issue-45562.rs
blob: 08f6c8046dce4d491f11859768952fe9cb8a178c (plain)
1
2
3
4
5
6
//@ run-rustfix

#[no_mangle] pub const RAH: usize = 5;
//~^ ERROR const items should never be `#[no_mangle]`

fn main() {}