]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/privacy/private-struct-field-pattern.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / privacy / private-struct-field-pattern.stderr
index 69bd58aacfc5417da8e70141bbfd798fd3598f85..9190317403ec1da017417c0e1dcbfc6d57c63533 100644 (file)
@@ -2,7 +2,7 @@ error[E0451]: field `x` of struct `a::Foo` is private
   --> $DIR/private-struct-field-pattern.rs:15:15
    |
 LL |         Foo { x: _ } => {}
-   |               ^^^^ field `x` is private
+   |               ^^^^ private field
 
 error: aborting due to previous error