]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/resolve-bad-import-prefix.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / resolve / resolve-bad-import-prefix.stderr
CommitLineData
0bf4aa26 1error[E0432]: unresolved import `Nonexistent`
0731742a 2 --> $DIR/resolve-bad-import-prefix.rs:12:5
b7449926 3 |
532ac7d7 4LL | use Nonexistent::{};
0bf4aa26 5 | ^^^^^^^^^^^^^^^ no `Nonexistent` in the root
b7449926 6
0bf4aa26 7error: aborting due to previous error
b7449926 8
0bf4aa26 9For more information about this error, try `rustc --explain E0432`.