2018-11-11 11:28:56 -06:00
|
|
|
error: cannot import a built-in macro
|
2018-12-26 18:38:43 -06:00
|
|
|
--> $DIR/prelude-fail.rs:4:5
|
2018-11-11 11:28:56 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | use env as env_imported;
|
2018-11-11 11:28:56 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error[E0432]: unresolved import `rustfmt`
|
2018-12-26 18:38:43 -06:00
|
|
|
--> $DIR/prelude-fail.rs:7:5
|
2018-11-11 11:28:56 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | use rustfmt::skip as imported_rustfmt_skip;
|
2018-11-13 17:52:26 -06:00
|
|
|
| ^^^^^^^ not a module `rustfmt`
|
2018-11-11 11:28:56 -06:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|