Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle more grafting in libraries #54

Open
jan-ferdinand opened this issue Nov 22, 2023 · 0 comments
Open

handle more grafting in libraries #54

jan-ferdinand opened this issue Nov 22, 2023 · 0 comments

Comments

@jan-ferdinand
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant