-
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
[1.38] Placement new syntax no longer parses #62617
Comments
The The
FYI @willnewton you may want to run |
@cuviper |
@Mark-Simulacrum those "ccs" you tried to do to tag people don't work because you put them in code blocks, just FYI... |
@coder543 would you accept a PR bumping dependencies? Otherwise, maybe we should remove this repo from crater's list. |
@cuviper yeah, either option would be fine! |
That's intentional, I try to not ping downstream users before the root cause is assessed and/or addressed by that author. |
Updated code has been merged |
Since this syntax was never proposed for stablisation, I think it is fine to say it is an oversight/bug this unstable syntax was not gated. If we decide we cannot feasibly to keep unstable syntax properly gated (because it would not work with |
We should decide how we want to deal with unstable syntax. If unstable syntax like in this particular instance the |
I try to ensure during reviews that new features changing the grammar are gated at parse time. |
Removing T-compiler and nominating for T-lang -- I think we should close this; the ungated syntax landed a long time ago and we're pretty good these days about ensuring that we check grammar early enough that this isn't a problem (as @petrochenkov notes). |
Me, @cramertj, and @qmx agree with @Mark-Simulacrum's rationale and so we'll close this as resolved. |
root: mbox 0.3.1; cc @kennytm causes:
@willnewton
root: rayon-hash 0.2.0 cc @cuviper
@coder543
Root cause of these on our side is #60803 which removed support for parsing placement new even under
#[cfg(false)]
and the like. The crater run done there seems to have not found these -- not sure why. We might be testing more now than we were before.The text was updated successfully, but these errors were encountered: