2018-09-03 08:34:33 -05:00
|
|
|
error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes
|
2019-01-07 15:33:18 -06:00
|
|
|
--> $DIR/cfg_attr_rustfmt.rs:16:5
|
2018-11-02 07:43:16 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | #[cfg_attr(rustfmt, rustfmt::skip)]
|
2018-11-02 07:43:16 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]`
|
|
|
|
|
|
|
|
|
= note: `-D clippy::deprecated-cfg-attr` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes
|
2019-01-07 15:33:18 -06:00
|
|
|
--> $DIR/cfg_attr_rustfmt.rs:20:1
|
2018-11-02 07:43:16 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | #[cfg_attr(rustfmt, rustfmt_skip)]
|
2018-11-02 07:43:16 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]`
|
2018-09-03 08:34:33 -05:00
|
|
|
|
2018-09-18 04:36:59 -05:00
|
|
|
error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes
|
2019-01-07 15:33:18 -06:00
|
|
|
--> $DIR/cfg_attr_rustfmt.rs:26:5
|
2018-09-18 04:36:59 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | #![cfg_attr(rustfmt, rustfmt_skip)]
|
2018-09-18 04:36:59 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#![rustfmt::skip]`
|
|
|
|
|
2018-11-02 07:43:16 -05:00
|
|
|
error: aborting due to 3 previous errors
|
2018-09-03 08:34:33 -05:00
|
|
|
|