Files
rust/tests/ui/parser/issues
Kevin Reid f5d3b158b9 Don’t report missing fields in struct exprs with syntax errors.
This prevents spurious errors when a field is intended to be present
but a preceding syntax error caused it not to be parsed. For example,

    StructName { foo: 1 bar: 2 }

will not successfully parse a field `bar`, and we will report the syntax
error but not the missing field.
2026-02-28 20:32:20 -08:00
..
2024-07-12 03:22:32 +00:00
2024-06-21 19:00:18 -04:00
2025-06-11 15:30:15 +01:00
2025-06-11 15:30:15 +01:00
2024-11-29 06:10:15 +11:00
2023-08-01 23:30:40 +08:00
2023-08-01 23:30:40 +08:00
2023-05-02 22:36:24 +00:00
2023-05-02 22:36:24 +00:00
2023-10-24 21:27:05 +00:00
2023-05-01 16:15:13 +08:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-01-26 10:52:57 +08:00
2024-11-24 19:42:33 +01:00
2024-11-24 19:42:33 +01:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-05-01 16:15:13 +08:00
2023-05-01 16:15:13 +08:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2024-07-12 03:22:32 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-04-07 08:54:13 +12:00
fmt
2023-05-13 19:40:17 +08:00
2023-10-24 21:27:05 +00:00
2023-12-02 23:47:39 +08:00
2024-01-13 12:46:58 -05:00