]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 14 Mar 2015 08:55:31 +0000 (08:55 +0000)
committerbors <bors@rust-lang.org>
Sat, 14 Mar 2015 08:55:31 +0000 (08:55 +0000)
at least that's what the docs say: http://doc.rust-lang.org/std/slice/fn.from_raw_parts.html

A few situations got prettier. In some situations the mutability of the resulting and source pointers differed (and was cast away by transmute), the mutability matches now.

1  2 
src/librustc_llvm/lib.rs
src/libstd/old_io/mod.rs
src/libstd/sys/common/wtf8.rs

Simple merge
Simple merge
Simple merge