rust/compiler/rustc_parse/src
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
..
lexer narrow down visibilities in rustc_parse::lexer 2024-05-07 11:02:28 +08:00
parser Macro call with braces does not require semicolon to be statement 2024-05-11 15:48:59 -07:00
errors.rs Fix parse error message for meta items 2024-05-10 09:16:27 +02:00
lib.rs compiler: add Parser::debug_lookahead 2024-05-07 19:10:29 -07:00
validate_attr.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00