Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent other encode methods from breaking derive(RustcEncodable) #32908

Merged
merged 1 commit into from
Apr 14, 2016

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Apr 12, 2016

@alexcrichton
Copy link
Member

@bors: r+ 2fd2210

Thanks!

@bors
Copy link
Contributor

bors commented Apr 14, 2016

⌛ Testing commit 2fd2210 with merge 073a09f...

bors added a commit that referenced this pull request Apr 14, 2016
prevent other `encode` methods from breaking `derive(RustcEncodable)`

fixes rust-lang-deprecated/rustc-serialize#151
@bors bors merged commit 2fd2210 into rust-lang:master Apr 14, 2016
@bluss bluss added the relnotes Marks issues that should be documented in the release notes of the next release. label Apr 14, 2016
@oli-obk oli-obk deleted the hygienic_derive_encodable branch June 15, 2020 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Buggy deriving of RustcEncode when multiple module with a method encode() are in scope
4 participants