]> git.lizzy.rs Git - rust.git/blob - tests/ui/span/non-existing-module-import.stderr
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / 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`.