2019-07-19 00:05:23 +02:00
|
|
|
error: const items should never be `#[no_mangle]`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-45562.rs:3: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`
|
|
|
|
|
|
2019-07-16 22:17:38 +02:00
|
|
|
= note: `#[deny(no_mangle_const_items)]` on by default
|
2018-01-07 18:57:32 -08:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-01-07 18:57:32 -08:00
|
|
|
|