2018-11-11 20:28:56 +03:00
|
|
|
error[E0432]: unresolved import `rustfmt`
|
2019-06-20 11:52:31 +03:00
|
|
|
--> $DIR/prelude-fail.rs:4:5
|
2018-11-11 20:28:56 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | use rustfmt::skip as imported_rustfmt_skip;
|
2019-04-01 16:22:12 -04:00
|
|
|
| ^^^^^^^ `rustfmt` is a tool module, not a module
|
2018-11-11 20:28:56 +03:00
|
|
|
|
2019-06-20 11:52:31 +03:00
|
|
|
error: aborting due to previous error
|
2018-11-11 20:28:56 +03:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|