rust/compiler/rustc_parse/src/parser
Matthias Krüger 54bcb07ab1
Rollup merge of #119359 - DaniPopes:ident-or-err, r=compiler-errors
Simplify Parser::ident_or_error

Avoid a nested `Result<T, PResult<T>>`.
2023-12-28 18:48:01 +01:00
..
attr_wrapper.rs Rename Parser::span_diagnostic as Parser::dcx. 2023-12-18 16:06:21 +11:00
attr.rs Remove ParseSess methods that duplicate DiagCtxt methods. 2023-12-24 07:59:21 +11:00
diagnostics.rs Auto merge of #117303 - sjwang05:issue-117245, r=estebank 2023-12-27 17:26:12 +00:00
expr.rs Auto merge of #117303 - sjwang05:issue-117245, r=estebank 2023-12-27 17:26:12 +00:00
generics.rs Remove ParseSess methods that duplicate DiagCtxt methods. 2023-12-24 07:59:21 +11:00
item.rs Remove ParseSess methods that duplicate DiagCtxt methods. 2023-12-24 07:59:21 +11:00
mod.rs Simplify Parser::ident_or_error 2023-12-27 21:18:32 +01:00
nonterminal.rs Use .into_diagnostic() less. 2023-12-18 20:46:13 +11:00
pat.rs Remove ParseSess methods that duplicate DiagCtxt methods. 2023-12-24 07:59:21 +11:00
path.rs Remove ParseSess methods that duplicate DiagCtxt methods. 2023-12-24 07:59:21 +11:00
stmt.rs Remove ParseSess methods that duplicate DiagCtxt methods. 2023-12-24 07:59:21 +11:00
ty.rs Introduce const Trait (always-const trait bounds) 2023-12-27 12:51:32 +01:00