]> git.lizzy.rs Git - rust.git/blob - tests/ui/cfg_attr_rustfmt.stderr
b166d4028d90e104c5835e35d57208343390c209
[rust.git] / tests / ui / cfg_attr_rustfmt.stderr
1 error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes
2  --> $DIR/cfg_attr_lint.rs:8:1
3   |
4 8 | #[cfg_attr(rustfmt, rustfmt_skip)]
5   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]`
6   |
7   = note: `-D clippy::deprecated-cfg-attr` implied by `-D warnings`
8
9 error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes
10   --> $DIR/cfg_attr_lint.rs:14:5
11    |
12 14 |     #![cfg_attr(rustfmt, rustfmt_skip)]
13    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#![rustfmt::skip]`
14
15 error: aborting due to 2 previous errors
16