Files
rust/compiler/rustc_parse/src
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
..
2022-11-21 15:24:50 +01:00
2022-11-22 09:04:15 +11:00