This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Tie use of feature to the current edition #43
Comments
|
Is there anything blocking this? |
I'm going to assign this to @arora-aman -- feel free to reassign. |
|
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Jun 24, 2021
Edition 2021 enables disjoint capture First part for rust-lang/project-rfc-2229#43
For the lint:
|
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this issue
Jun 28, 2021
…nt, r=nikomatsakis Make disjoint_capture_migration an edition lint. This turns the disjoint capture lint into an edition lint, and changes all the wording to refer to the edition. This includes the same first commit as rust-lang#86671. See rust-lang#86671. Fixes most of rust-lang/project-rfc-2229#43 (comment)
This is now done. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Today we use the
#![feature]
to decide whether to use new-style capture, but we should also consider the 2021 edition.The text was updated successfully, but these errors were encountered: