mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 16:07:42 +00:00
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.