make it compile again
This commit is contained in:
parent
24a6284fcd
commit
121abd0599
20 changed files with 92 additions and 94 deletions
|
|
@ -1,10 +1,11 @@
|
|||
error[E0658]: scoped attribute `rustfmt::skip` is experimental (see issue #44690)
|
||||
--> $DIR/feature-gate-tool_attributes.rs:12:5
|
||||
|
|
||||
12 | #[rustfmt::skip] //~ ERROR scoped attribute `rustfmt::skip` is experimental
|
||||
LL | #[rustfmt::skip] //~ ERROR scoped attribute `rustfmt::skip` is experimental
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
|
||||
= help: add #![feature(tool_attributes)] to the crate attributes to enable
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0658`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue