mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-15 06:11:01 +00:00
Update ui test suite to nightly-2025-02-12
This commit is contained in:
@@ -6,8 +6,9 @@ error[E0609]: no field `b` on type `&remote::S`
|
|||||||
|
|
|
|
||||||
help: a field with a similar name exists
|
help: a field with a similar name exists
|
||||||
|
|
|
|
||||||
12 | a: u8,
|
12 - b: u8,
|
||||||
| ~
|
12 + a: u8,
|
||||||
|
|
|
||||||
|
|
||||||
error[E0560]: struct `remote::S` has no field named `b`
|
error[E0560]: struct `remote::S` has no field named `b`
|
||||||
--> tests/ui/remote/unknown_field.rs:12:5
|
--> tests/ui/remote/unknown_field.rs:12:5
|
||||||
|
|||||||
Reference in New Issue
Block a user