-
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
Add quasiquote for matchers and attributes #22061
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
5a61750
to
1c7aafa
Compare
r? @kmcallister |
vec!(e_tok)); | ||
vec!(cx.stmt_expr(e_push)) | ||
} else { | ||
panic!("TtSequence in quote!") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you move this to the top as
if !matcher {
panic!("TtSequence in quote!");
}
and then un-indent the bulk of the code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
d75fbf5
to
4e355e2
Compare
r=me with those two things |
4e355e2
to
3541abe
Compare
Updated, tested. |
⌛ Testing commit 3541abe with merge 7350162... |
(I might be forcebuilding the rollup, so the build may fail a couple of times here, sorry in advance) |
💔 Test failed - auto-linux-64-x-android-t |
@bors: retry |
In case the rollup causes a merge conflict, here is the fix: 290caba |
Fixes #19674 Fixes #17396 (already closed, yeah) cc @kmcallister , @cmr
Fixes #19674
Fixes #17396 (already closed, yeah)
cc @kmcallister , @cmr