]> git.proxmox.com Git - rustc.git/blame - src/test/ui/mod-subitem-as-enum-variant.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / mod-subitem-as-enum-variant.stderr
CommitLineData
923072b8 1error[E0109]: type arguments are not allowed on module `Mod`
48663c56 2 --> $DIR/mod-subitem-as-enum-variant.rs:7:11
0731742a
XL
3 |
4LL | Mod::<i32>::FakeVariant(0);
923072b8
FG
5 | --- ^^^ type argument not allowed
6 | |
7 | not allowed on module `Mod`
0731742a
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0109`.