2018-09-03 08:34:33 -05:00
|
|
|
error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes
|
|
|
|
--> $DIR/cfg_attr_lint.rs:8:1
|
|
|
|
|
|
|
|
|
8 | #[cfg_attr(rustfmt, rustfmt_skip)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]`
|
|
|
|
|
|
|
|
|
= note: `-D clippy::deprecated-cfg-attr` implied by `-D warnings`
|
|
|
|
|
2018-09-18 04:36:59 -05:00
|
|
|
error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes
|
|
|
|
--> $DIR/cfg_attr_lint.rs:14:5
|
|
|
|
|
|
|
|
|
14 | #![cfg_attr(rustfmt, rustfmt_skip)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#![rustfmt::skip]`
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-09-03 08:34:33 -05:00
|
|
|
|