]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mod-subitem-as-enum-variant.stderr
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
[rust.git] / src / test / ui / mod-subitem-as-enum-variant.stderr
1 error[E0109]: type arguments are not allowed for this type
2   --> $DIR/mod-subitem-as-enum-variant.rs:7:11
3    |
4 LL |     Mod::<i32>::FakeVariant(0);
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`.