We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macro_magic/core/src/lib.rs
Line 866 in 7a69251
the expression in #mm_override_path is executed inside the block and have some import like:
Lines 844 to 846 in 7a69251
best would be that the expression doesn't have those imports in scope so user expression evaluation is less confusing.
The text was updated successfully, but these errors were encountered:
This is a fair point. Are those imports currently actually accessible to the user code? I think previously they weren't but now they are
Sorry, something went wrong.
only to the expression passed in attribute AFAICT, the other user code is safe except if I made a mistake
I can try to work on it
Successfully merging a pull request may close this issue.
macro_magic/core/src/lib.rs
Line 866 in 7a69251
the expression in #mm_override_path is executed inside the block and have some import like:
macro_magic/core/src/lib.rs
Lines 844 to 846 in 7a69251
best would be that the expression doesn't have those imports in scope so user expression evaluation is less confusing.
The text was updated successfully, but these errors were encountered: