2024-02-16 20:02:50 +00:00
|
|
|
//@ run-rustfix
|
2018-05-03 11:26:58 -07:00
|
|
|
|
2018-01-07 18:57:32 -08:00
|
|
|
#[no_mangle] pub const RAH: usize = 5;
|
2019-07-19 00:05:23 +02:00
|
|
|
//~^ ERROR const items should never be `#[no_mangle]`
|
2018-01-07 18:57:32 -08:00
|
|
|
|
|
|
|
|
fn main() {}
|