-
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
Bad syntax in macro_rules! macro definition causes an ICE in beta and nightly, but not stable #30669
Comments
I'll take a look if no one is on it. |
Possibly related, this code causes an ICE on nightly, but not on beta or stable. |
@Sean1708 Looks like a different bug to me |
@jonas-schievink Thanks, I'll open a new issue then. |
@Sean1708 When you do can you link it from here? It needs to be tagged as a regression. |
@jonas-schievink: I just fixed the regression and added a test, not the supposed improvement. |
Thanks @GuillaumeGomez! |
Oh, wait, this hasn't been backported yet. I'll leave it open a bit. |
What precisely should be backported here? I cant' figure out through all the comments :) |
Seems like #30708 has been backported? |
(In #30853.) So I think we can close? |
@nikomatsakis: I think as well. The purpose here was to fix the regression, which is done. Unless @brson has another reason? |
This code:
gives the following error on 1.5 stable (which is correct, though where it points is perhaps a little odd):
but this error on 1.6 beta and the current nightly:
The text was updated successfully, but these errors were encountered: