summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type-alias-enum-variants/no-type-application-on-aliased-enum-variant.stderr
blob: 51b1c8a1068a9e6cae8768b6da1909a1ee449be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0109]: type arguments are not allowed on this type
  --> $DIR/no-type-application-on-aliased-enum-variant.rs:13:27
   |
LL |     let _ = Alias::None::<u8>;
   |                    ----   ^^ type argument not allowed
   |                    |
   |                    not allowed on this type

error: aborting due to previous error

For more information about this error, try `rustc --explain E0109`.