2018-11-14 02:52:26 +03:00
|
|
|
error[E0433]: failed to resolve: could not find `skip` in `rustfmt`
|
2018-08-18 00:52:34 +03:00
|
|
|
--> $DIR/tool-attributes-shadowing.rs:13:12
|
2018-07-23 02:52:51 +03:00
|
|
|
|
|
2018-11-14 02:52:26 +03:00
|
|
|
LL | #[rustfmt::skip] //~ ERROR failed to resolve: could not find `skip` in `rustfmt`
|
|
|
|
| ^^^^ could not find `skip` in `rustfmt`
|
2018-07-23 02:52:51 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|