]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rust-2018/uniform-paths/prelude-fail.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / rust-2018 / uniform-paths / prelude-fail.stderr
CommitLineData
13cf67c4 1error[E0432]: unresolved import `rustfmt`
416331ca 2 --> $DIR/prelude-fail.rs:4:5
13cf67c4 3 |
532ac7d7 4LL | use rustfmt::skip as imported_rustfmt_skip;
48663c56 5 | ^^^^^^^ `rustfmt` is a tool module, not a module
13cf67c4 6
416331ca 7error: aborting due to previous error
13cf67c4
XL
8
9For more information about this error, try `rustc --explain E0432`.