mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
219ddd1f61
Explains short form pattern syntax and then introduces the longer pattern matching as a rebinding of the fields instead. #25779