rust/compiler/rustc_parse/src
Dylan DPC 75b7089d1e
Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank
Convert diagnostics in parser/expr to SessionDiagnostic

This migrates all the easy cases in `rustc_parse::parser::expr` to `SessionDiagnostic`s, I've left things such as `multipart_suggestion`s out for now in the hopes of a derive API being developed soon.
2022-08-22 20:34:14 +05:30
..
lexer Shrink Token. 2022-08-01 08:53:04 +10:00
parser Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank 2022-08-22 20:34:14 +05:30
lib.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00