mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
c3b9047040
Previously `ast::Arm` was always storing a single `ast::Expr` wrapped in an `ast::Block` (for historical reasons, AIUI), so we might as just store that expr directly. Closes #3085.