]> git.lizzy.rs Git - rust.git/commit
Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrc
authorbors <bors@rust-lang.org>
Thu, 18 Jun 2015 03:16:40 +0000 (03:16 +0000)
committerbors <bors@rust-lang.org>
Thu, 18 Jun 2015 03:16:40 +0000 (03:16 +0000)
commit1d33318018466a97dec2d61195e38952ca30d597
treee908269438a9351cc994a624bd65e9598f7fc20b
parent20d23d8e57c0313c811135535d6872463cc6525d
parentcabd0682e9aa406cca2541c3c5d420d100487b04
Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrc

Unlike coercing from reference to unsafe pointer, coercing between two
unsafe pointers doesn't need an AutoDerefRef, because there is no region
that regionck would need to know about.

In unoptimized libcore, this reduces the number of "auto_deref" allocas
from 174 to 4.