rust/compiler/rustc_parse/src
Nicholas Nethercote 02423a5747 Make some IntoDiagnostic impls generic.
PR #119097 made the decision to make all `IntoDiagnostic` impls generic,
because this allowed a bunch of nice cleanups. But four hand-written
impls were unintentionally overlooked. This commit makes them generic.
2024-02-22 13:47:30 +11:00
..
lexer Prefer DiagnosticBuilder over Diagnostic in diagnostic modifiers. 2024-02-19 20:23:20 +11:00
parser Rollup merge of #121379 - nnethercote:rm-unchecked_error_guaranteed, r=oli-obk 2024-02-21 16:32:59 +01:00
errors.rs Make some IntoDiagnostic impls generic. 2024-02-22 13:47:30 +11:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
validate_attr.rs Add ErrorGuaranteed to ast::LitKind::Err, token::LitKind::Err. 2024-02-15 14:46:08 +11:00