]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-enum-variants-priority-3.stderr
Auto merge of #60072 - RalfJung:linked-list, r=shepmaster
[rust.git] / src / test / ui / type-alias-enum-variants-priority-3.stderr
1 error: expected type, found variant `V`
2   --> $DIR/type-alias-enum-variants-priority-3.rs:7:15
3    |
4 LL | fn check() -> <E>::V {}
5    |               ^^^^^^
6
7 error: aborting due to previous error
8