]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/nested_macro_privacy.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / nested_macro_privacy.stderr
index 482957a326437eaca84528d07ab8abc979b6f099..1d11cd0f571398478c25b72681cabe12840429b6 100644 (file)
@@ -1,4 +1,4 @@
-error[E0616]: field `i` of struct `foo::S` is private
+error[E0616]: field `i` of struct `S` is private
   --> $DIR/nested_macro_privacy.rs:15:18
    |
 LL |     S::default().i;