]> 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 d5cd0e7889a249e869fa96f9ff5701a9fed00f18..b154b3b306ddcc1fab314d1d11ef898865015f7c 100644 (file)
@@ -1,7 +1,7 @@
 error: struct update has no effect, all the fields in the struct have already been specified
-  --> $DIR/needless_update.rs:22:23
+  --> $DIR/needless_update.rs:19:23
    |
-22 |     S { a: 1, b: 1, ..base };
+LL |     S { a: 1, b: 1, ..base };
    |                       ^^^^
    |
    = note: `-D clippy::needless-update` implied by `-D warnings`