]> git.lizzy.rs Git - rust.git/commit
auto merge of #12394 : huonw/rust/transmute--, r=pnkfelix
authorbors <bors@rust-lang.org>
Thu, 20 Feb 2014 04:41:51 +0000 (20:41 -0800)
committerbors <bors@rust-lang.org>
Thu, 20 Feb 2014 04:41:51 +0000 (20:41 -0800)
commit801f8f67f81c06891964dec0d0930029fb203b89
treeea079009a340e8a5efee3d32b6fb37cba9786e99
parent879e8aa7be06a53cd6cd9cc714e85a13c909c0ea
parentdcee327c355e0289600ab4b0ae224645363bb858
auto merge of #12394 : huonw/rust/transmute--, r=pnkfelix

These can all be done by implicit or explicit &T -> *T casts, which are
more restricted and so are safer.