rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 5d1d384443 Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug.
Because the corresponding `Level` is `DelayedBug` and `span_delayed_bug`
follows the pattern used everywhere else: `span_err`, `span_warning`,
etc.
2023-12-02 09:01:19 +11:00
..
attr_wrapper.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
attr.rs More detail when expecting expression but encountering bad macro argument 2023-11-16 16:19:04 +00:00
diagnostics.rs Change how for (x in foo) {} is handled 2023-11-29 18:47:32 +00:00
expr.rs review comment: rework parse_for_head to reduce branching 2023-11-29 18:47:32 +00:00
generics.rs fix couple of clippy findings: 2023-07-23 10:50:14 +02:00
item.rs Always emit help when failing to parse enum variant 2023-11-29 18:47:32 +00:00
mod.rs Bubble parse error when expecting ) 2023-11-29 18:47:31 +00:00
nonterminal.rs More detail when expecting expression but encountering bad macro argument 2023-11-16 16:19:04 +00:00
pat.rs Avoid unnecessary pattern parse errors on ref box 2023-11-29 18:47:32 +00:00
path.rs More detail when expecting expression but encountering bad macro argument 2023-11-16 16:19:04 +00:00
stmt.rs Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot 2023-11-29 04:23:23 +01:00
ty.rs Add Span to TraitBoundModifier 2023-11-24 14:32:05 +00:00