mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
29a69716f2
Implement `&pin` patterns and `ref pin` binding modes Implement `&pin` patterns and `ref pin` binding modes, part of [pin ergonomics](https://github.com/rust-lang/rust/issues/130494). r? `@Nadrieril` cc `@traviscross` `@eholk`
For more information about how rustc works, see the rustc dev guide.