mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 02:45:45 +00:00
Prefer match over combinators to make some Box methods inlineable Hopefully this patch would make two snippets generated identical code: <https://rust.godbolt.org/z/fjrj4E>.