-
Notifications
You must be signed in to change notification settings - Fork 13k
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
proc-macro panics when tokenizing ..=
in attributes
#47950
Comments
Strange! Line 688 in 6741e41
|
Presumably this should just be: |
I believe so. |
If someone were to try to write a test for this, where would it go? Does it need to be a run-make test? |
It seems so specific and such a clear oversight that I feel a test shouldn't really be necessary: it's not something that's going to regress, because there's nothing to set it apart from any of the other cases once it's fixed. |
proc_macro: don't panic parsing ..= (fix rust-lang#47950)
Given
lib.rs
:and
main.rs
you can compile as:
The text was updated successfully, but these errors were encountered: