rust/src/test/ui/error-codes/E0432.stderr
2019-08-05 18:19:01 +01:00

9 lines
260 B
Text

error[E0432]: unresolved import `something`
--> $DIR/E0432.rs:1:5
|
LL | use something::Foo;
| ^^^^^^^^^ maybe a missing crate `something`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.