rust/compiler/rustc_parse
Yutaro Ohno e4812583c7 parser: refactoring on recovery from invalid variable declarations
Previously, the `recover_local_after_let` function was called from the
body of the `recover_stmt_local` function. Unifying these two functions
make it more simple and more readable.
2022-12-03 23:41:42 +09:00
..
src parser: refactoring on recovery from invalid variable declarations 2022-12-03 23:41:42 +09:00
Cargo.toml Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00