mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
45eea9a822
single_match_else - single expr/stmt else block corner case One approach to fix #3489. See discussion in the issue. changelog: single_match_else - single expr/stmt else block corner case fix