mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
e4812583c7
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.