blob: 7c30a967c7848d59b514ed1567eb1dd4c0d224fc [file] [log] [blame] [edit]
//@ run-rustfix
#![deny(unused_attributes)]
#[no_mangle] pub const RAH: usize = 5;
//~^ ERROR const items should never be `#[no_mangle]`
fn main() {}