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

Migration to 2021 Edition #129

Open
wwylele opened this issue Mar 21, 2023 · 0 comments
Open

Migration to 2021 Edition #129

wwylele opened this issue Mar 21, 2023 · 0 comments

Comments

@wwylele
Copy link

wwylele commented Mar 21, 2023

For a proc macro crate, migration to 2021 Edition is important, because the code wrapped inside the html macro will follow macro crate's edition, instead of parent project's edition. This in turn will affect e.g. resolution for array iterator, which can appear quite often.

The internal of typed-html isn't trivial to migrate to 2021 Editon, unfortunately, because it heavily uses dyn-less trait object that's obscured by internal macro. I have made a dirty patch for my own use wwylele@ec33ad5

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