rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 04cf6b4ac5 Rename parse_no_question_mark_recover.
Adding a `ty_` makes its purpose much clearer, and consistent with other
`parse_ty_*` functions.
2023-08-17 09:01:12 +10:00
..
attr_wrapper.rs Move TokenCursor::break_last_token into Parser. 2023-08-02 10:11:41 +10:00
attr.rs Avoid too many expected symbols and reduce Nones 2023-08-03 08:56:31 +00:00
diagnostics.rs inlined kind 2023-08-08 10:59:15 +08:00
expr.rs Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 2023-08-04 21:31:57 +02:00
generics.rs fix couple of clippy findings: 2023-07-23 10:50:14 +02:00
item.rs Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser 2023-08-04 07:25:45 +02:00
mod.rs Remove reached_eof from ParseSess 2023-08-13 13:33:37 +00:00
nonterminal.rs Rename parse_no_question_mark_recover. 2023-08-17 09:01:12 +10:00
pat.rs Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser 2023-08-04 07:25:45 +02:00
path.rs Avoid too many expected symbols and reduce Nones 2023-08-03 08:56:31 +00:00
stmt.rs Avoid too many expected symbols and reduce Nones 2023-08-03 08:56:31 +00:00
ty.rs Rename parse_no_question_mark_recover. 2023-08-17 09:01:12 +10:00