rust/compiler/rustc_parse/src/parser
bors 9afdb8d1d5 Auto merge of #121285 - nnethercote:delayed_bug-audit, r=lcnr
Delayed bug audit

I went through all the calls to `delayed_bug` and `span_delayed_bug` and found a few places where they could be avoided.

r? `@compiler-errors`
2024-02-27 11:03:07 +00:00
..
attr.rs Prefer DiagnosticBuilder over Diagnostic in diagnostic modifiers. 2024-02-19 20:23:20 +11:00
attr_wrapper.rs Rename Parser::span_diagnostic as Parser::dcx. 2023-12-18 16:06:21 +11:00
diagnostics.rs Properly emit expected ; on #[attr] expr 2024-02-26 21:47:10 +01:00
expr.rs Refactor take_for_recovery call sites. 2024-02-27 16:40:15 +11:00
generics.rs Remove unnecessary .to_string()/.as_str()s 2024-02-02 15:16:05 -08:00
item.rs Add ErrorGuaranteed to ast::ExprKind::Err 2024-02-25 22:24:31 +01:00
mod.rs Add newtype for trailing in parser 2024-02-20 13:13:30 +00:00
nonterminal.rs Add newtype for raw idents 2024-02-20 13:13:29 +00:00
pat.rs Add ErrorGuaranteed to ast::ExprKind::Err 2024-02-25 22:24:31 +01:00
path.rs Add newtype for raw idents 2024-02-20 13:13:29 +00:00
stmt.rs Refactor take_for_recovery call sites. 2024-02-27 16:40:15 +11:00
ty.rs Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot 2024-02-25 17:05:20 +01:00