]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/hygiene/nested_macro_privacy.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / hygiene / nested_macro_privacy.stderr
index 6e78cb86d80f44034d770c8b3053749e9d34b5a9..482957a326437eaca84528d07ab8abc979b6f099 100644 (file)
@@ -1,8 +1,8 @@
 error[E0616]: field `i` of struct `foo::S` is private
-  --> $DIR/nested_macro_privacy.rs:15:5
+  --> $DIR/nested_macro_privacy.rs:15:18
    |
 LL |     S::default().i;
-   |     ^^^^^^^^^^^^^^
+   |                  ^ private field
 
 error: aborting due to previous error