mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
c150b933ac
Monomorphize a type argument of size-of operation during codegen This wasn't necessary until MIR inliner started to consider drop glue as a candidate for inlining; introducing for the first time a generic use of size-of operation. No test at this point since this only happens with a custom inlining threshold.