]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22667 - dotdash:retslot_cast.rs, r=huonw
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 23 Feb 2015 09:24:50 +0000 (14:54 +0530)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 23 Feb 2015 19:43:56 +0000 (11:43 -0800)
commit8f921502bdd37aa00f78ee0ae93d25443722f715
tree9b042998dd0f64b082d33aa6a7a5d07b6808d4ef
parent5a41536462af8bdf58950238c101a5ffd11267f6
parentb593c60c33b5ac0f4b8b4bffdbfb54ed538a5659
Rollup merge of #22667 - dotdash:retslot_cast.rs, r=huonw

 We already do this for the function arguments, but miss it for the
retslot pointer, which can lead to LLVM assertions because the retslot
has the wrong type.

Fixes #22663