]> git.lizzy.rs Git - rust.git/commit
Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 14 Apr 2016 15:23:11 +0000 (08:23 -0700)
committerbors <bors@rust-lang.org>
Thu, 14 Apr 2016 15:23:11 +0000 (08:23 -0700)
commit073a09fd63c9b4ec3bb4709986a2517ca4c3cdf1
tree23087cf0681e16d3512f3c9d731e0440547e91c0
parentfbf8a8ce5e1d69d687b74dcc6c2068204164ed2f
parent2fd2210b880498829bf1556aee47f3753887ecfa
Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichton

prevent other `encode` methods from breaking `derive(RustcEncodable)`

fixes https://github.com/rust-lang-nursery/rustc-serialize/issues/151