summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-enum-variants/resolve-to-enum-variant-in-type-namespace-and-error.stderr
blob: f190bfb69839ea4dd39eeb653180e8e5fcd0e56e (plain)
1
2
3
4
5
6
7
8
error: expected type, found variant `V`
  --> $DIR/resolve-to-enum-variant-in-type-namespace-and-error.rs:8:15
   |
LL | fn check() -> <E>::V {}
   |               ^^^^^^

error: aborting due to previous error