Nicholas Nethercote
25ed6e43b0
Add ErrorGuaranteed
to ast::LitKind::Err
, token::LitKind::Err
.
...
This mostly works well, and eliminates a couple of delayed bugs.
One annoying thing is that we should really also add an
`ErrorGuaranteed` to `proc_macro::bridge::LitKind::Err`. But that's
difficult because `proc_macro` doesn't have access to `ErrorGuaranteed`,
so we have to fake it.
2024-02-15 14:46:08 +11:00
..
2023-12-19 12:26:27 -08:00
2024-02-12 12:47:32 +08:00
2023-12-24 07:24:52 +11:00
2024-01-10 07:40:00 +11:00
2024-01-08 15:24:49 +11:00
2023-12-24 07:24:52 +11:00
2024-01-08 15:24:49 +11:00
2024-01-13 12:11:13 -05:00
2024-01-08 15:24:49 +11:00
2023-12-24 07:24:52 +11:00
2024-02-15 14:46:08 +11:00
2023-12-24 07:24:52 +11:00
2024-02-15 14:46:08 +11:00
2023-12-24 08:05:28 +11:00
2023-08-03 09:03:30 +10:00
2024-01-12 11:02:57 +01:00
2024-02-08 13:02:44 +11:00
2023-11-28 14:52:21 +03:00
2024-01-25 17:12:09 +00:00
2023-12-24 07:24:52 +11:00
2024-02-06 13:12:33 +11:00
2024-01-10 07:40:00 +11:00
2024-01-13 12:11:13 -05:00
2023-08-11 16:51:50 +08:00
2023-12-18 16:06:22 +11:00
2024-01-21 23:17:00 +11:00
2023-12-24 07:24:52 +11:00
2024-01-08 15:24:49 +11:00
2023-11-21 20:13:40 +01:00