]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/structs/struct-field-privacy.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / structs / struct-field-privacy.stderr
index f8b16ec0d01b34a33d9ea7d01aa558d8d8779ae8..ee83e0d6c2de74f21857f13585363f562278ba1b 100644 (file)
@@ -22,7 +22,7 @@ error[E0616]: field `b` of struct `xc::B` is private
 LL |     e.b;
    |       ^ private field
 
-error[E0616]: field `1` of struct `inner::Z` is private
+error[E0616]: field `1` of struct `Z` is private
   --> $DIR/struct-field-privacy.rs:35:7
    |
 LL |     z.1;