]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/needless_update.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / needless_update.stderr
CommitLineData
ea8adc8c
XL
1error: struct update has no effect, all the fields in the struct have already been specified
2 --> $DIR/needless_update.rs:16:23
3 |
416 | S { a: 1, b: 1, ..base };
5 | ^^^^
6 |
7 = note: `-D needless-update` implied by `-D warnings`
8
2c00a5a8
XL
9error: aborting due to previous error
10