-
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
Remove the capture_disjoint_fields
feature
#108550
Conversation
r? @Nilstrieb (rustbot has picked a reviewer for you, use r? to override) |
I don't think we ever plan on enabling this for editions < 2021, and only nightly(or bootstrap) users are able to use it anyways. Therefore I think this is totally fine to remove. I don't think this needs an FCP or anything, since the feature was already stabilized for edition 2021+, but cc @rust-lang/lang for good measure. This is a small PR and can be reverted just in case I'm totally misunderstanding the process here. r? @compiler-errors @bors r+ |
…ler-errors Remove the `capture_disjoint_fields` feature As best I can tell, this was stabilized for Edition 2021 in rust-lang#88126 but the feature was never removed.
This makes perfect sense to me, @compiler-errors 👍 And in general I'd say compiler's always allowed to remove nightly-only stuff it deems not useful enough to keep maintaining. |
…ler-errors Remove the `capture_disjoint_fields` feature As best I can tell, this was stabilized for Edition 2021 in rust-lang#88126 but the feature was never removed.
…ler-errors Remove the `capture_disjoint_fields` feature As best I can tell, this was stabilized for Edition 2021 in rust-lang#88126 but the feature was never removed.
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#108297 (Exit when there are unmatched delims to avoid noisy diagnostics) - rust-lang#108531 (rustdoc: Show that repeated expression arrays can be made with constant values) - rust-lang#108536 (Update books) - rust-lang#108550 (Remove the `capture_disjoint_fields` feature) - rust-lang#108551 (Descriptive error when users try to combine RPITIT/AFIT with specialization) - rust-lang#108554 (Only look for param in item's generics if it actually comes from generics) - rust-lang#108555 (Fix a race in the query system) - rust-lang#108558 (add missing feature in core/tests) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
As best I can tell, this was stabilized for Edition 2021 in #88126 but the feature was never removed.