summaryrefslogtreecommitdiffstats
path: root/src/test/ui/imports/import-from-missing.stderr
blob: 4254bfb5efb598279d07b6bcd9c9bf2cbb5ba329 (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `spam::eggs`
  --> $DIR/import-from-missing.rs:1:17
   |
LL | use spam::{ham, eggs};
   |                 ^^^^ no `eggs` in `spam`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.