-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Markfeature(return_position_impl_trait_in_trait)
andfeature(async_fn_in_trait)
as not incomplete
#111048
Conversation
r? @jackh726 (rustbot has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 2f2feecd5f4bcbfb34480390a0e9c2ce510bc085 has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #106075) made this pull request unmergeable. Please resolve the merge conflicts. |
2f2feec
to
7411468
Compare
How coincidental that a PR lands that touches the line directly below one of my feature gates. @bors r=jackh726 |
Rollup of 7 pull requests Successful merges: - rust-lang#105076 (Refactor core::char::EscapeDefault and co. structures) - rust-lang#108161 (Add `ConstParamTy` trait) - rust-lang#108668 (Stabilize debugger_visualizer) - rust-lang#110512 (Fix elaboration with associated type bounds) - rust-lang#110895 (Remove `all` in target_thread_local cfg) - rust-lang#110955 (uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`) - rust-lang#111048 (Mark`feature(return_position_impl_trait_in_trait)` and`feature(async_fn_in_trait)` as not incomplete) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
I think they've graduated, since as far as I'm aware, they don't cause compiler crashes or unsoundness anymore.