rust/compiler/rustc_parse/src/parser
bors ee5cb9e3a6 Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov
`Nonterminal`-related cleanups

In #114647 I am trying to remove `Nonterminal`. It has a number of preliminary cleanups that are worth merging even if #114647 doesn't merge, so let's do them in this PR.

r? `@petrochenkov`
2023-08-18 16:07:40 +00:00
..
attr.rs Avoid too many expected symbols and reduce Nones 2023-08-03 08:56:31 +00:00
attr_wrapper.rs Move TokenCursor::break_last_token into Parser. 2023-08-02 10:11:41 +10:00
diagnostics.rs inlined kind 2023-08-08 10:59:15 +08:00
expr.rs Use interpolated_or_expr_span in one suitable place. 2023-08-18 16:50:41 +10: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 Rename NtOrTt as ParseNtResult. 2023-08-18 16:50:41 +10:00
nonterminal.rs Rename NtOrTt as ParseNtResult. 2023-08-18 16:50:41 +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 Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov 2023-08-18 16:07:40 +00:00