mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
143f39362a
Today we're making LLVM do a bunch of extra work for every enum you match on, even trivial stuff like `Option<bool>`. Let's not.