]> git.lizzy.rs Git - rust.git/blob - tests/ui/tool-attributes/tool-attributes-shadowing.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / ui / tool-attributes / tool-attributes-shadowing.stderr
1 error[E0433]: failed to resolve: could not find `skip` in `rustfmt`
2   --> $DIR/tool-attributes-shadowing.rs:3:12
3    |
4 LL | #[rustfmt::skip]
5    |            ^^^^ could not find `skip` in `rustfmt`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0433`.