1error[E0109]: type arguments are not allowed for this type
2  --> $DIR/mod-subitem-as-enum-variant.rs:7:11
3   |
4LL |     Mod::<i32>::FakeVariant(0);
5   |           ^^^ type argument not allowed
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0109`.
10