]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22818 - pnkfelix:fsk-issue-22536, r=nikomatsakis
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 27 Feb 2015 06:12:35 +0000 (11:42 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 27 Feb 2015 15:07:37 +0000 (20:37 +0530)
commit6a97fbab4b7bdfc0ad4e23c46a65ba3b685eb730
tree43e30d2185b8e55589eebcef924fb95eb202cb9a
parent5d4e01766bd0b3b171149d41effe5564caf0a38b
parent9a6e3b900f458fd82c25e7679be2c8860aba4f22
Rollup merge of #22818 - pnkfelix:fsk-issue-22536, r=nikomatsakis

 Ensure we do not zero when \"moving\" types that are Copy.

Uses more precise `type_needs_drop` for deciding about emitting cleanup code.  Added notes about the weaknesses regarding `ty::type_contents` here.

Fix #22536