2018-01-07 18:57:32 -08:00
|
|
|
error: const items should never be #[no_mangle]
|
2018-05-03 11:26:58 -07:00
|
|
|
--> $DIR/issue-45562.rs:13:14
|
2018-01-07 18:57:32 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[no_mangle] pub const RAH: usize = 5;
|
2018-01-07 18:57:32 -08:00
|
|
|
| ---------^^^^^^^^^^^^^^^^
|
|
|
|
| |
|
|
|
|
| help: try a static value: `pub static`
|
|
|
|
|
|
|
|
|
= note: #[deny(no_mangle_const_items)] on by default
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|