]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/non-existing-module-import.stderr
Add inferred args to typeck
[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`.