]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rust-2018/uniform-paths/prelude-fail.stderr
a61af699cdc3382a98d2de40052649aec240e390
[rust.git] / src / test / ui / rust-2018 / uniform-paths / prelude-fail.stderr
1 error: cannot import a built-in macro
2   --> $DIR/prelude-fail.rs:4:5
3    |
4 LL | use env as env_imported;
5    |     ^^^^^^^^^^^^^^^^^^^
6
7 error[E0432]: unresolved import `rustfmt`
8   --> $DIR/prelude-fail.rs:7:5
9    |
10 LL | use rustfmt::skip as imported_rustfmt_skip;
11    |     ^^^^^^^ not a module `rustfmt`
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0432`.