Rename type-alias-enum-variants.rs to something descriptive.
This commit is contained in:
parent
86422582df
commit
4f66364fd4
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue