]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/cfg_attr_rustfmt.stderr
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / cfg_attr_rustfmt.stderr
CommitLineData
f20569fa
XL
1error: `cfg_attr` is deprecated for rustfmt and got replaced by tool attributes
2 --> $DIR/cfg_attr_rustfmt.rs:18:5
3 |
4LL | #[cfg_attr(rustfmt, rustfmt::skip)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]`
6 |
7 = note: `-D clippy::deprecated-cfg-attr` implied by `-D warnings`
8
9error: `cfg_attr` is deprecated for rustfmt and got replaced by tool attributes
10 --> $DIR/cfg_attr_rustfmt.rs:22:1
11 |
12LL | #[cfg_attr(rustfmt, rustfmt_skip)]
13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]`
14
15error: aborting due to 2 previous errors
16