]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gate-tool_attributes.stderr
13307bd713309169336a3a553bacc53cec8289a7
[rust.git] / src / test / ui / feature-gate-tool_attributes.stderr
1 error[E0658]: scoped attribute `rustfmt::skip` is experimental (see issue #44690)
2   --> $DIR/feature-gate-tool_attributes.rs:12:5
3    |
4 12 |     #[rustfmt::skip] //~ ERROR scoped attribute `rustfmt::skip` is experimental
5    |     ^^^^^^^^^^^^^^^^
6    |
7    = help: add #![feature(tool_attributes)] to the crate attributes to enable
8
9 error: aborting due to previous error
10