rust/compiler/rustc_parse/src/parser
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
..
attr_wrapper.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
attr.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
diagnostics.rs Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank 2022-08-22 20:34:14 +05:30
expr.rs Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank 2022-08-22 20:34:14 +05:30
generics.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
item.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
mod.rs Simplify attribute handling in parse_bottom_expr. 2022-08-15 13:29:28 +10:00
nonterminal.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
pat.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
path.rs Avoid unnecessary cloning in Parser::get_ident_from_generic_arg. 2022-08-16 12:14:52 +10:00
stmt.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
ty.rs Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errors 2022-08-22 11:45:42 +05:30