Closed
Description
Per discussion w/ @nmatsakis , the auto_encode framework should probably make calls to the encoder with fully-qualified type- and enum-names. So, for instance, the "name" field in a Some(13) would not be "Some", but rather core::option::Option (or perhaps ::core::option::Option). A similar alternative would be to pass a path along with the name.
I'm creating this issue for use in a FIXME note in the source.