a85f584aeb
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.