]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-28388-1.stderr
Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrz
[rust.git] / src / test / ui / issues / issue-28388-1.stderr
1 error[E0578]: cannot find module or enum `foo` in the crate root
2   --> $DIR/issue-28388-1.rs:13:5
3    |
4 LL | use foo::{}; //~ ERROR cannot find module or enum `foo` in the crate root
5    |     ^^^ not found in the crate root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0578`.