From: bors Date: Sat, 13 May 2017 13:59:19 +0000 (+0000) Subject: Auto merge of #41920 - arielb1:inline-drop, r=eddyb X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=77f1bec6f5eb9ed632c973b97b12701294e6d3a5;p=rust.git Auto merge of #41920 - arielb1:inline-drop, r=eddyb remove the #[inline] attribute from drop_in_place Apparently LLVM has exponential code growth while inlining landing pads if that attribute is present. Fixes #41696. beta-nominating because regression. r? @eddyb --- 77f1bec6f5eb9ed632c973b97b12701294e6d3a5