mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:55:24 +00:00
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.