]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #41920 - arielb1:inline-drop, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 13 May 2017 13:59:19 +0000 (13:59 +0000)
committerbors <bors@rust-lang.org>
Sat, 13 May 2017 13:59:19 +0000 (13:59 +0000)
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

1  2 
src/libcore/ptr.rs

Simple merge