This is a tracking issue for the "match ergonomics using default bindings mode" RFC (rust-lang/rfcs#2005). **Status:** Awaiting stabilization PR and docs PR! [Mentoring instructions here](https://github.com/rust-lang/rust/issues/42640#issuecomment-374728162). **Steps:** - [x] Implement the RFC - [Initial mentoring instructions can be found here](https://github.com/rust-lang/rust/issues/42640#issuecomment-313535089) - [Help guide people to use it via a targeted error message.](https://github.com/rust-lang/rust/issues/45383) - [x] [Decide to stabilize](https://github.com/rust-lang/rust/issues/42640#issuecomment-374727589) - [x] Adjust documentation ([see instructions on forge][doc-guide]) - [x] Stabilization PR ([see instructions on forge][stabilization-guide]) - https://github.com/rust-lang/rust/pull/49394 [stabilization-guide]: https://forge.rust-lang.org/stabilization-guide.html [doc-guide]: https://forge.rust-lang.org/stabilization-guide.html#updating-documentation **Unresolved questions:** - [ ] How to handle the logic around explicit bindings and coercion? https://github.com/rust-lang/rust/issues/44848 - [ ] When precisely should constants "autoderef"? https://github.com/rust-lang/rust/issues/44849 - [x] Reset to by ref mode? https://github.com/rust-lang/rust/issues/46688
This is a tracking issue for the "match ergonomics using default bindings mode" RFC (rust-lang/rfcs#2005).
Status: Awaiting stabilization PR and docs PR! Mentoring instructions here.
Steps:
Unresolved questions: