Skip to content

handle more grafting in libraries #54

Description

@jan-ferdinand

Currently, converting a rust type to a built-in includes manual checks against certain hardcoded, “well-known” built-ins.1 The number of these built-ins is predicted to rise,2 and special casing all of them seems both unclean and error-prone.

Handle grafting in the corresponding Library implementations where necessary. See also #51.

Footnotes

  1. namely Vec and Box

  2. add a Result type #49, add an Option type #53

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions