2022-06-01 18:55:30 -05:00
|
|
|
error[E0109]: type arguments are not allowed on module `Mod`
|
2019-04-22 11:30:54 -05:00
|
|
|
--> $DIR/mod-subitem-as-enum-variant.rs:7:11
|
2018-12-17 18:40:22 -06:00
|
|
|
|
|
|
|
|
LL | Mod::<i32>::FakeVariant(0);
|
2022-06-01 18:55:30 -05:00
|
|
|
| --- ^^^ type argument not allowed
|
|
|
|
| |
|
2022-06-19 19:54:19 -05:00
|
|
|
| not allowed on module `Mod`
|
2018-12-17 18:40:22 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-12-17 18:40:22 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0109`.
|