-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix: Fix TokenStream::to_string implementation dropping quotation marks #17994
Conversation
@bors r+ |
fix: Fix proc-macro server crashing when parsing a non-lexable string into a TokenStream We might wanna consider backporting this to beta if that's simple enough to do
💔 Test failed - checks-actions |
c47b206
to
3d5f430
Compare
@bors r+ |
fix: Fix proc-macro server crashing when parsing a non-lexable string into a TokenStream We might wanna consider backporting this to beta if that's simple enough to do
@bors r+ |
fix: Fix TokenStream::to_string implementation dropping quotation marks Fixes #17986 We might wanna consider backporting this to beta if that's simple enough to do
c103fee
to
69bcb42
Compare
@bors r+ |
69bcb42
to
abed6e2
Compare
@bors r+ |
☀️ Test successful - checks-actions |
This doesn't seem to backport cleanly because the current beta is missing 93024ad. |
|
Fixes #17986
We might wanna consider backporting this to beta if that's simple enough to do