mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +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