mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
0fa70c3b12
Exhaustively destructure parameter(s) so that changes to type definitions will lead to compile errors, thus reminding contributors to re-assess the assumptions underpinning these impls. ref: https://github.com/rust-lang/rust/pull/92268/#discussion_r925241377 ref: https://github.com/rust-lang/rust/pull/92268/#discussion_r925241718
For more information about how rustc works, see the rustc dev guide.