]> git.proxmox.com Git - rustc.git/blame - tests/ui/rust-2018/uniform-paths/prelude-fail.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / 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
4b012472 7error: aborting due to 1 previous error
13cf67c4
XL
8
9For more information about this error, try `rustc --explain E0432`.