rust/compiler/rustc_ast_lowering/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
..
asm.rs No need to take ImplTraitContext by ref 2024-02-07 19:30:32 +00:00
block.rs No need to take ImplTraitContext by ref 2024-02-07 19:30:32 +00:00
delegation.rs No need to take ImplTraitContext by ref 2024-02-07 19:30:32 +00:00
errors.rs Add a helpful suggestion 2024-02-10 03:31:34 +00:00
expr.rs Add ErrorGuaranteed to ast::LitKind::Err, token::LitKind::Err. 2024-02-15 14:46:08 +11:00
format.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
index.rs hir: Add some FIXMEs for future work 2024-02-07 09:59:15 +03:00
item.rs Use fewer delayed bugs. 2024-02-14 20:30:37 +11:00
lib.rs Add ErrorGuaranteed to ast::LitKind::Err, token::LitKind::Err. 2024-02-15 14:46:08 +11:00
lifetime_collector.rs Reduce exposure of some things. 2023-11-28 14:32:40 +11:00
pat.rs No need to take ImplTraitContext by ref 2024-02-07 19:30:32 +00:00
path.rs No need to take ImplTraitContext by ref 2024-02-07 19:30:32 +00:00