]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0616.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0616.stderr
index 556e5db10a944fd3c53b93d821d3043b3e8237f7..422bf687e7bd43c080daf65f2d56db62f9e99494 100644 (file)
@@ -1,8 +1,8 @@
 error[E0616]: field `x` of struct `a::Foo` is private
-  --> $DIR/E0616.rs:13:5
+  --> $DIR/E0616.rs:13:7
    |
 LL |     f.x;
-   |     ^^^
+   |       ^ private field
 
 error: aborting due to previous error