2021-11-10 12:00:46 +01:00
|
|
|
error: unused macro definition: `unused`
|
2022-04-17 15:54:04 +02:00
|
|
|
--> $DIR/unused-macros-decl.rs:7:7
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2021-11-10 12:00:46 +01:00
|
|
|
LL | macro unused {
|
|
|
|
| ^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2022-04-17 15:54:04 +02:00
|
|
|
--> $DIR/unused-macros-decl.rs:2:9
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | #![deny(unused_macros)]
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2021-11-10 12:00:46 +01:00
|
|
|
error: unused macro definition: `unused`
|
2022-04-17 15:54:04 +02:00
|
|
|
--> $DIR/unused-macros-decl.rs:17:11
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2021-11-10 12:00:46 +01:00
|
|
|
LL | macro unused {
|
|
|
|
| ^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2022-04-17 15:54:04 +02:00
|
|
|
--> $DIR/unused-macros-decl.rs:16:12
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | #[deny(unused_macros)]
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2021-11-10 12:00:46 +01:00
|
|
|
error: unused macro definition: `unused`
|
2022-04-17 15:54:04 +02:00
|
|
|
--> $DIR/unused-macros-decl.rs:23:22
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2021-11-10 12:00:46 +01:00
|
|
|
LL | pub(crate) macro unused {
|
|
|
|
| ^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|