]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-30535.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-30535.stderr
CommitLineData
b7449926 1error[E0573]: expected type, found variant `foo::Foo::FooV`
0731742a 2 --> $DIR/issue-30535.rs:6:8
b7449926 3 |
532ac7d7 4LL | _: foo::Foo::FooV
0731742a
XL
5 | ^^^^^^^^^^^^^^
6 | |
7 | not a type
8 | help: try using the variant's enum: `foo::Foo`
b7449926
XL
9
10error: aborting due to previous error
11
e74abb32 12For more information about this error, try `rustc --explain E0573`.