]> git.lizzy.rs Git - rust.git/commit
Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 3 Apr 2015 07:13:51 +0000 (07:13 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Apr 2015 07:13:51 +0000 (07:13 +0000)
commit82dcec7ee4a8a71fdfb8e8771ae6785261ec1d5b
treea3c693783ebbfa6849db1aeacc4fc1295acbbf09
parentfc98b19cf72ea45851ebb7b28af160be92b19128
parent7c3efcc5bb260234fc163340c9fd7aad3d8d780e
Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton

This means passing in e.g. a `Vec<u8>` or `String` will work as
intended, rather than deref-ing to `&mut [u8]` or `&mut str`.

[breaking-change]

Closes #23768
src/libcore/macros.rs