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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When rust-lang/rust#50050 (comment) is implemented, we lose all ability to detect macro expansions.
No ETA on getting them back, but there's a plan outlined in the link above.
The text was updated successfully, but these errors were encountered:
Won't that also break some rustc lints?
Once that's on nightly, we should probably put the last working nightly/clippy version combination at the top of the readme, as #2705 suggests.
Sorry, something went wrong.
@oli-obk I think this will be fully fixed by using in_external_macro from rust-lang/rust#52467, right?
in_external_macro
Probably. I think we'll see some changes in tests
IIRC this breakage didn't turn out too bad, so I'm going to close this issue.
No branches or pull requests
When rust-lang/rust#50050 (comment) is implemented, we lose all ability to detect macro expansions.
No ETA on getting them back, but there's a plan outlined in the link above.
The text was updated successfully, but these errors were encountered: