]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/mod-subitem-as-enum-variant.stderr
Rollup merge of #103694 - WaffleLapkin:mask_doc_example, r=scottmcm
[rust.git] / src / test / ui / mod-subitem-as-enum-variant.stderr
index 15da1d155a337fc17a2a26a3fa81ba91f350dfae..cf61e94bd86cb4fbf37639168a884bf9c4788888 100644 (file)
@@ -4,7 +4,7 @@ error[E0109]: type arguments are not allowed on module `Mod`
 LL |     Mod::<i32>::FakeVariant(0);
    |     ---   ^^^ type argument not allowed
    |     |
-   |     not allowed on this
+   |     not allowed on module `Mod`
 
 error: aborting due to previous error