X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fmod-subitem-as-enum-variant.stderr;h=cf61e94bd86cb4fbf37639168a884bf9c4788888;hb=b457d707e870413ab5e1879094ed16e5a329d891;hp=15da1d155a337fc17a2a26a3fa81ba91f350dfae;hpb=f15370b4e44988ad5d228b25e939650c0a6c2ec7;p=rust.git diff --git a/src/test/ui/mod-subitem-as-enum-variant.stderr b/src/test/ui/mod-subitem-as-enum-variant.stderr index 15da1d155a3..cf61e94bd86 100644 --- a/src/test/ui/mod-subitem-as-enum-variant.stderr +++ b/src/test/ui/mod-subitem-as-enum-variant.stderr @@ -4,7 +4,7 @@ error[E0109]: type arguments are not allowed on module `Mod` LL | Mod::::FakeVariant(0); | --- ^^^ type argument not allowed | | - | not allowed on this + | not allowed on module `Mod` error: aborting due to previous error