]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/needless_update.stderr
iterate List by value
[rust.git] / tests / ui / needless_update.stderr
index d5cd0e7889a249e869fa96f9ff5701a9fed00f18..133c834880dd907d3f797b03d79bbe7c7ecc6d45 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:13:23
    |
-22 |     S { a: 1, b: 1, ..base };
+LL |     S { a: 1, b: 1, ..base };
    |                       ^^^^
    |
    = note: `-D clippy::needless-update` implied by `-D warnings`