Rename type-alias-enum-variants.rs to something descriptive.

This commit is contained in:
Mazdak Farrokhzad 2019-06-09 02:59:48 +02:00
parent 86422582df
commit 4f66364fd4
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
error[E0109]: type arguments are not allowed for this type
--> $DIR/type-alias-enum-variants.rs:13:27
--> $DIR/no-type-application-on-aliased-enum-variant.rs:13:27
|
LL | let _ = Alias::None::<u8>;
| ^^ type argument not allowed