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

Item imports affect too many places #26

Closed
robtfm opened this issue Jul 10, 2023 · 0 comments · Fixed by #31
Closed

Item imports affect too many places #26

robtfm opened this issue Jul 10, 2023 · 0 comments · Fixed by #31

Comments

@robtfm
Copy link
Collaborator

robtfm commented Jul 10, 2023

If you import an item from “module” called “view” with a member also called “view”, the member gets renamed to “module::view”

Also importing an item called “fragment” or “vertex” makes it impossible to use the @Fragment or @vertex annotations.

Need to add more context to the substitution function compose.rs@476 to avoid this

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

Successfully merging a pull request may close this issue.

1 participant