type-alias-enum-variants-priority-3: rename to something descriptive.

This commit is contained in:
Mazdak Farrokhzad 2019-06-09 04:01:27 +02:00
parent c0c48a6677
commit d87cae326d
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
error: expected type, found variant `V`
--> $DIR/type-alias-enum-variants-priority-3.rs:8:15
--> $DIR/resolve-to-enum-variant-in-type-namespace-and-error.rs:8:15
|
LL | fn check() -> <E>::V {}
| ^^^^^^