Another tweak to auto_encode to only use trait-qualified static methods

This commit is contained in:
Brian Anderson 2012-12-18 15:38:34 -08:00
parent 907fa74e8b
commit a59747cd7f

View File

@ -1023,6 +1023,8 @@ fn mk_enum_deser_variant_nary(
cx.expr_path(span, ~[
cx.ident_of(~"std"),
cx.ident_of(~"serialize"),
cx.ident_of(~"traits"),
cx.ident_of(~"Decodable"),
cx.ident_of(~"decode"),
]),
~[cx.expr_var(span, ~"__d")]