]> git.proxmox.com Git - rustc.git/blob - src/test/ui/resolve/issue-17518.stderr
Merge branch 'debian/sid' into debian/experimental
[rustc.git] / src / test / ui / resolve / issue-17518.stderr
1 error[E0422]: cannot find struct, variant or union type `E` in this scope
2 --> $DIR/issue-17518.rs:16:5
3 |
4 16 | E { name: "foobar" }; //~ ERROR unresolved struct, variant or union type `E`
5 | ^ not found in this scope
6 |
7 help: possible candidate is found in another module, you can import it into scope
8 |
9 11 | use SomeEnum::E;
10 |
11
12 error: aborting due to previous error
13