-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove feature gate directives for if_let
, while_let
, and tuple_indexing
.
#19763
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
Conversation
Woooo Sent from my iPhone
|
19cf8cb
to
cd3bdeb
Compare
This is a revival of rust-lang#19517 (per request of @alexcrichton) now that the new snapshots have landed. We can now remove the last feature gates for if_let, while_let, and tuple_indexing scattered throughout the test sources since these features have been added to Rust. Closes rust-lang#19473.
This is a revival of rust-lang#19517 (per request of @alexcrichton) now that the new snapshots have landed. We can now remove the last feature gates for if_let, while_let, and tuple_indexing scattered throughout the test sources since these features have been added to Rust. Closes rust-lang#19473.
Remove feature gate directives for `if_let`, `while_let`, and `tuple_indexing`. Reviewed-by: sfackler
This is a revival of rust-lang#19517 (per request of @alexcrichton) now that the new snapshots have landed. We can now remove the last feature gates for if_let, while_let, and tuple_indexing scattered throughout the test sources since these features have been added to Rust. Closes rust-lang#19473.
Yeah, I know for sure that the ones in borrowck must have been added after this was r+ed since borrowck wasn't even a crate when I originally opened this...oops! Looks like there's an approved PR in the queue now to get the last 3 though. |
This is a revival of #19517 (per request of @alexcrichton) now that the new snapshots have landed. We can now remove the last feature gates for if_let, while_let, and tuple_indexing scattered throughout the test sources since these features have been added to Rust.
Closes #19473.