rust/compiler/rustc_parse
Nicholas Nethercote 96cc9c99b2 Inline and remove Parser::parse_and_disallow_postfix_after_cast.
It has a single call site. Removing it removes the need for an
`ExprKind` check. The commit also clarifies the relevant comment.
2024-07-16 16:09:36 +10:00
..
src Inline and remove Parser::parse_and_disallow_postfix_after_cast. 2024-07-16 16:09:36 +10:00
Cargo.toml Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
messages.ftl Add suggestions for possible missing fn, struct, or enum keywords 2024-07-08 10:04:03 +04:00