]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/non-existing-module-import.stderr
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
[rust.git] / src / test / ui / span / non-existing-module-import.stderr
1 error[E0432]: unresolved import `std::bar`
2   --> $DIR/non-existing-module-import.rs:1:10
3    |
4 LL | use std::bar::{foo1, foo2};
5    |          ^^^ could not find `bar` in `std`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.