]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-30535.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-30535.stderr
1 error[E0573]: expected type, found variant `foo::Foo::FooV`
2   --> $DIR/issue-30535.rs:16:8
3    |
4 LL |     _: foo::Foo::FooV //~ ERROR expected type, found variant `foo::Foo::FooV`
5    |        ^^^^^^^^^^^^^^ not a type
6    |
7    = help: there is an enum variant `foo::Foo::FooV`, try using `foo::Foo`?
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0573`.