mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:58:19 +00:00
Box `thir::ExprKind::Adt` for performance `Adt` is the biggest variant in the enum and probably isn't used very often compared to the other expr kinds, so boxing it should be beneficial for performance. We need a perf test to be sure.