2021-07-29 12:00:41 -05:00
|
|
|
error: `#[cfg_attr]` does not expand to any attributes
|
2019-06-22 05:12:26 -05:00
|
|
|
--> $DIR/cfg-attr-empty-is-unused.rs:7:1
|
|
|
|
|
|
|
|
|
LL | #[cfg_attr(FALSE,)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2019-06-22 05:12:26 -05:00
|
|
|
--> $DIR/cfg-attr-empty-is-unused.rs:5:9
|
|
|
|
|
|
|
|
|
LL | #![deny(unused)]
|
|
|
|
| ^^^^^^
|
2019-07-16 15:17:38 -05:00
|
|
|
= note: `#[deny(unused_attributes)]` implied by `#[deny(unused)]`
|
2019-06-22 05:12:26 -05:00
|
|
|
|
2021-07-29 12:00:41 -05:00
|
|
|
error: `#[cfg_attr]` does not expand to any attributes
|
2019-06-22 05:12:26 -05:00
|
|
|
--> $DIR/cfg-attr-empty-is-unused.rs:10:1
|
|
|
|
|
|
|
|
|
LL | #[cfg_attr(TRUE,)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|