]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/needless_update.stderr
Auto merge of #7847 - mikerite:fix-7829, r=flip1995
[rust.git] / tests / ui / needless_update.stderr
index 133c834880dd907d3f797b03d79bbe7c7ecc6d45..b154b3b306ddcc1fab314d1d11ef898865015f7c 100644 (file)
@@ -1,5 +1,5 @@
 error: struct update has no effect, all the fields in the struct have already been specified
-  --> $DIR/needless_update.rs:13:23
+  --> $DIR/needless_update.rs:19:23
    |
 LL |     S { a: 1, b: 1, ..base };
    |                       ^^^^