mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
c08ad1cf8a
Named structs can have `box` patterns that will bind to their fields. This is similar to the behavior of the `ref` and `mut` fields, but is at least a little bit surprising.