rust/compiler/rustc_parse/src/parser
David Tolnay 9e1cf2098d
Macro call with braces does not require semicolon to be statement
This commit by itself is supposed to have no effect on behavior. All of
the call sites are updated to preserve their previous behavior.

The behavior changes are in the commits that follow.
2024-05-11 15:48:59 -07:00
..
mut_visit Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
tokenstream Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
attr_wrapper.rs Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
attr.rs Fix parse error message for meta items 2024-05-10 09:16:27 +02:00
diagnostics.rs Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov 2024-05-11 01:15:10 +01:00
expr.rs Macro call with braces does not require semicolon to be statement 2024-05-11 15:48:59 -07:00
generics.rs Parsing , pre-lowering support for precise captures 2024-04-15 16:45:01 -04:00
item.rs Add ErrorGuaranteed to Recovered::Yes and use it more. 2024-05-09 20:12:07 +10:00
mod.rs Add ErrorGuaranteed to Recovered::Yes and use it more. 2024-05-09 20:12:07 +10:00
nonterminal.rs Rename ModSep to PathSep 2024-04-04 19:44:04 +02:00
pat.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
path.rs ignore generics args in attribute paths 2024-05-11 00:13:27 +08:00
stmt.rs Macro call with braces does not require semicolon to be statement 2024-05-11 15:48:59 -07:00
tests.rs Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
ty.rs Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk 2024-04-16 11:22:35 +00:00