]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisa
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Sat, 11 Jun 2022 05:42:12 +0000 (07:42 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Jun 2022 05:42:12 +0000 (07:42 +0200)
commitf1f44b9e4d405f9361ee5ade3e0656b34d9bd1b1
tree3b0ce417c0f269af39308d2fbe8d52623a9a5a47
parent75307c22f33cb47966466ba1daca08573a3c583e
parent640a46138839dbb5d9bf8df0e8b9cbec1d8e5ded
Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisa

Stabilize explicit_generic_args_with_impl_trait

This is a stabilisation PR for `explicit_generic_args_with_impl_trait`.

* [tracking issue](https://github.com/rust-lang/rust/issues/83701)
  - [Stabilisation report](https://github.com/rust-lang/rust/issues/83701#issuecomment-1109949897)
  - [FCP entered](https://github.com/rust-lang/rust/issues/83701#issuecomment-1120285703)
* [implementation PR](https://github.com/rust-lang/rust/pull/86176)
* [Reference PR](https://github.com/rust-lang/reference/pull/1212)
* There is no mention of using the turbofish operator in the book (other than an entry in the operator list in the appendix), so there is no documentation to change/add there, unless we felt like we should add a section on using turbofish, but that seems orthogonal to `explicit_generic_args_with_impl_trait`
compiler/rustc_feature/src/accepted.rs
compiler/rustc_feature/src/active.rs