-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Flesh out quote macros #23359
Flesh out quote macros #23359
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #23331) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #23548) made this pull request unmergeable. Please resolve the merge conflicts. |
@pnkfelix: This PR should be merge-able again. |
This allows quasiquoting to insert where clauses.
@bors r+ |
📌 Commit a17f556 has been approved by |
This PR allows the quote macros to unquote trait items, impl items, where clauses, and paths.
💔 Test failed - auto-win-32-opt |
@bors: retry |
This PR allows the quote macros to unquote trait items, impl items, where clauses, and paths.
⚡ Previous build results for auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-32-nopt-t, auto-win-64-nopt-t, auto-win-64-opt are reusable. Rebuilding only auto-win-32-opt... |
This PR allows the quote macros to unquote trait items, impl items, where clauses, and paths.