2018-11-11 11:28:56 -06:00
|
|
|
error[E0432]: unresolved import `rustfmt`
|
2019-06-20 03:52:31 -05: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 rustfmt::skip as imported_rustfmt_skip;
|
2019-04-01 15:22:12 -05:00
|
|
|
| ^^^^^^^ `rustfmt` is a tool module, not a module
|
2018-11-11 11:28:56 -06:00
|
|
|
|
2019-06-20 03:52:31 -05:00
|
|
|
error: aborting due to previous error
|
2018-11-11 11:28:56 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|