]> git.proxmox.com Git - rustc.git/blob - src/test/ui/resolve/issue-17518.stderr
New upstream version 1.16.0+dfsg1
[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 `use SomeEnum::E;`
9
10 error: aborting due to previous error
11