]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rust-2018/unresolved-asterisk-imports.stderr
Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr
[rust.git] / src / test / ui / rust-2018 / unresolved-asterisk-imports.stderr
1 error[E0432]: unresolved import `not_existing_crate`
2   --> $DIR/unresolved-asterisk-imports.rs:3:5
3    |
4 LL | use not_existing_crate::*;
5    |     ^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `not_existing_crate`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.