]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-enum-variants/no-type-application-on-aliased-enum-variant.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / type-alias-enum-variants / no-type-application-on-aliased-enum-variant.stderr
1 error[E0109]: type arguments are not allowed for this type
2   --> $DIR/no-type-application-on-aliased-enum-variant.rs:13:27
3    |
4 LL |     let _ = Alias::None::<u8>;
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`.