rust/compiler/rustc_parse
Nicholas Nethercote d247489ac2 Reorder Parser::parse_expr_dot_or_call_with arguments.
Put `attrs` before `e0` because that matches the order in the source
code, where outer attributes appear before expressions.
2024-07-16 15:54:34 +10:00
..
src Reorder Parser::parse_expr_dot_or_call_with arguments. 2024-07-16 15:54:34 +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