Files
rust/compiler/rustc_ast/src
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-10-13 08:59:36 +00:00
2023-08-02 16:21:45 +08:00
2023-11-22 18:38:17 +11:00
2023-04-16 07:25:13 +00:00