]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-enum-variants.stderr
Auto merge of #60072 - RalfJung:linked-list, r=shepmaster
[rust.git] / src / test / ui / type-alias-enum-variants.stderr
1 error[E0109]: type arguments are not allowed for this type
2   --> $DIR/type-alias-enum-variants.rs:9:27
3    |
4 LL |     let _ = Alias::None::<u8>; // Error
5    |                           ^^ type argument not allowed
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0109`.