-
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
Ensure that '_
and GAT yields errors
#95312
Conversation
Given that this is behavior we'd like to change sometime in the future, I think a short comment on these tests would be good. (Basically, why we expect an error now and how we might change it in the future.) I also think these can just be one test. r=me with those changes @bors delegate+ |
✌️ @marmeladema can now approve this pull request |
I think the cureent status is now waiting on author (that can also approve this PR themself) @rustbot author |
ping @marmeladema for this :) |
I am not sure what comment to add because I don't really know why its not supported right now nor what we would expect to do in the future :/ |
aa380b2
to
d9240d7
Compare
@bors r+ rollup |
📌 Commit d9240d7 has been approved by |
…r=jackh726 Ensure that `'_` and GAT yields errors Fixes rust-lang#95305 `@bors` r? `@jackh726`
…r=jackh726 Ensure that `'_` and GAT yields errors Fixes rust-lang#95305 ``@bors`` r? ``@jackh726``
Rollup of 5 pull requests Successful merges: - rust-lang#95312 (Ensure that `'_` and GAT yields errors) - rust-lang#96405 (Migrate ambiguous plus diagnostic to the new derive macro) - rust-lang#96409 (Recover suggestions to introduce named lifetime under NLL) - rust-lang#96433 (rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`) - rust-lang#96480 (Fixed grammatical error in example comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #95305
@bors r? @jackh726