Clean up parse_bottom_expr
to use list parsing utility
#63396
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-parser
Area: The parsing of Rust source code to an AST
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
From #63337 (comment)
The following code should be using the common list parsing utilities:
rust/src/libsyntax/parse/parser.rs
Lines 2052 to 2070 in 2d1a551
CC @Centril
The text was updated successfully, but these errors were encountered: