]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/paren-span.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / paren-span.stderr
index 141378752d6f4102238bd7489a15f727606eee8c..ca22401f45bb47b6b27f2d542a6db3413b91cf9a 100644 (file)
@@ -1,8 +1,8 @@
 error[E0616]: field `x` of struct `m::S` is private
-  --> $DIR/paren-span.rs:19:12
+  --> $DIR/paren-span.rs:19:14
    |
 LL |     paren!(s.x);
-   |            ^^^
+   |              ^ private field
 
 error: aborting due to previous error