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