Skip to content

auto_encode should probably pass fully-qualified type- and enum-names #4872

Closed
@jbclements

Description

@jbclements

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-syntaxextArea: Syntax extensions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions