2017-02-07 20:05:30 +00:00
|
|
|
error: struct update has no effect, all the fields in the struct have already been specified
|
2020-12-20 16:19:49 +00:00
|
|
|
--> $DIR/needless_update.rs:19:23
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | S { a: 1, b: 1, ..base };
|
2017-02-07 20:05:30 +00:00
|
|
|
| ^^^^
|
|
|
|
|
|
2018-08-01 14:30:44 +00:00
|
|
|
= note: `-D clippy::needless-update` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::needless_update)]`
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2018-01-16 16:06:27 +00:00
|
|
|
error: aborting due to previous error
|
|
|
|
|