]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0616.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / error-codes / E0616.stderr
index 422bf687e7bd43c080daf65f2d56db62f9e99494..da349ed2fde359c4a37896b82de05652e9cc432a 100644 (file)
@@ -1,4 +1,4 @@
-error[E0616]: field `x` of struct `a::Foo` is private
+error[E0616]: field `x` of struct `Foo` is private
   --> $DIR/E0616.rs:13:7
    |
 LL |     f.x;