mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
12445e0b2c
update and clarify StructuralPartialEq docs This apparently hasn't been updated when we finalized the current const pattern matching behavior. Fixes https://github.com/rust-lang/rust/issues/92454 by providing rationale and context in the docs linked from that error message.