11error: manual `Debug` impl does not include all fields
2- --> tests/ui/missing_fields_in_debug.rs:13 :1
2+ --> tests/ui/missing_fields_in_debug.rs:14 :1
33 |
44LL | / impl fmt::Debug for NamedStruct1Ignored {
55LL | |
@@ -11,7 +11,7 @@ LL | | }
1111 | |_^
1212 |
1313note: this field is unused
14- --> tests/ui/missing_fields_in_debug.rs:10 :5
14+ --> tests/ui/missing_fields_in_debug.rs:11 :5
1515 |
1616LL | hidden: u32,
1717 | ^^^^^^^^^^^
@@ -21,7 +21,7 @@ LL | hidden: u32,
2121 = help: to override `-D warnings` add `#[allow(clippy::missing_fields_in_debug)]`
2222
2323error: manual `Debug` impl does not include all fields
24- --> tests/ui/missing_fields_in_debug.rs:32 :1
24+ --> tests/ui/missing_fields_in_debug.rs:33 :1
2525 |
2626LL | / impl fmt::Debug for NamedStructMultipleIgnored {
2727LL | |
@@ -33,25 +33,25 @@ LL | | }
3333 | |_^
3434 |
3535note: this field is unused
36- --> tests/ui/missing_fields_in_debug.rs:26 :5
36+ --> tests/ui/missing_fields_in_debug.rs:27 :5
3737 |
3838LL | hidden: u32,
3939 | ^^^^^^^^^^^
4040note: this field is unused
41- --> tests/ui/missing_fields_in_debug.rs:27 :5
41+ --> tests/ui/missing_fields_in_debug.rs:28 :5
4242 |
4343LL | hidden2: String,
4444 | ^^^^^^^^^^^^^^^
4545note: this field is unused
46- --> tests/ui/missing_fields_in_debug.rs:29 :5
46+ --> tests/ui/missing_fields_in_debug.rs:30 :5
4747 |
4848LL | hidden4: ((((u8), u16), u32), u64),
4949 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5050 = help: consider including all fields in this `Debug` impl
5151 = help: consider calling `.finish_non_exhaustive()` if you intend to ignore fields
5252
5353error: manual `Debug` impl does not include all fields
54- --> tests/ui/missing_fields_in_debug.rs:94 :1
54+ --> tests/ui/missing_fields_in_debug.rs:95 :1
5555 |
5656LL | / impl fmt::Debug for MultiExprDebugImpl {
5757LL | |
@@ -63,7 +63,7 @@ LL | | }
6363 | |_^
6464 |
6565note: this field is unused
66- --> tests/ui/missing_fields_in_debug.rs:90 :5
66+ --> tests/ui/missing_fields_in_debug.rs:91 :5
6767 |
6868LL | b: String,
6969 | ^^^^^^^^^
0 commit comments