]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-30535.stderr
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[rust.git] / src / test / ui / issues / issue-30535.stderr
1 error[E0573]: expected type, found variant `foo::Foo::FooV`
2   --> $DIR/issue-30535.rs:6:8
3    |
4 LL |     _: foo::Foo::FooV
5    |        ^^^^^^^^^^^^^^
6    |        |
7    |        not a type
8    |        help: try using the variant's enum: `foo::Foo`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0573`.