mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
32503440cd
Specifically, this allows byte string literal patterns to be used where a `[u8]` or `[u8;N]` is expected when `deref_patterns` is enabled.