mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:46:36 +00:00
Add note on non-exhaustiveness when matching on str and nested non-exhaustive enums Fixes https://github.com/rust-lang/rust/issues/105479 r? `@Nadrieril`