]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/resolve/resolve-bad-visibility.stderr
Change E0741 into E0742
[rust.git] / src / test / ui / resolve / resolve-bad-visibility.stderr
index b077bb81872a8d572b0e920603e6bf517acd7c8d..43af38cf491e3aed4ab8af834991950ac817ebcd 100644 (file)
@@ -10,7 +10,7 @@ error[E0577]: expected module, found trait `Tr`
 LL | pub(in Tr) struct Z;
    |        ^^ not a module
 
-error[E0741]: visibilities can only be restricted to ancestor modules
+error[E0742]: visibilities can only be restricted to ancestor modules
   --> $DIR/resolve-bad-visibility.rs:6:8
    |
 LL | pub(in std::vec) struct F;
@@ -30,5 +30,5 @@ LL | pub(in too_soon) struct H;
 
 error: aborting due to 5 previous errors
 
-Some errors have detailed explanations: E0433, E0741.
+Some errors have detailed explanations: E0433, E0742.
 For more information about an error, try `rustc --explain E0433`.