You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The enum_variant_size_lint is located in trans because we formerly relied on LLVM for providing type layouts. This is not true any more and after collector-driven trans lands, enum_variant_size_lint is the only reason we walk the HIR in trans_crate() at all. This should be cleaned up.