]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #18113 : bkoropoff/rust/issue-16739, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 18 Oct 2014 21:02:17 +0000 (21:02 +0000)
committerbors <bors@rust-lang.org>
Sat, 18 Oct 2014 21:02:17 +0000 (21:02 +0000)
When translating the unboxing shim, account for the fact that the shim translation has already performed the necessary unboxing of input types and values when forwarding to the shimmed function.  This prevents ICEing or generating incorrect code.

Closes #16739

1  2 
src/librustc/middle/trans/type_of.rs

Simple merge