Remove feature gate directives for if_let, while_let, and tuple_indexing.#19763
Remove feature gate directives for if_let, while_let, and tuple_indexing.#19763bors merged 1 commit intorust-lang:masterfrom
if_let, while_let, and tuple_indexing.#19763Conversation
|
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. |
fix: Still complete parentheses & method call arguments if there are existing parentheses, but they are after a newline
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.