You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
As shown in this MCVE (by SO user ker) deriving of RustcEncode leads to error E0034 if there is any Trait with an encode() method in Scope.
As shown here it can be troublesome when using both rustc-serialize and radix_tree crates.
The text was updated successfully, but these errors were encountered:
NougatRillettes
changed the title
Buggy deriving of RustcENcode when multiple module with a method encode() are in scope
Buggy deriving of RustcEncode when multiple module with a method encode() are in scope
Apr 12, 2016
As shown in this MCVE (by SO user ker) deriving of
RustcEncode
leads to error E0034 if there is any Trait with anencode()
method in Scope.As shown here it can be troublesome when using both
rustc-serialize
andradix_tree
crates.The text was updated successfully, but these errors were encountered: