This is a tracking issue for (precise) exhaustive pattern matching on `usize` and `isize` (described in rust-lang/rfcs#2591). Feature gate: `#![feature(precise_pointer_size_matching)]` **Steps:** - [x] Implement the RFC (https://github.com/rust-lang/rust/pull/56362) - [ ] Stabilization PR ([see instructions on forge][stabilization-guide]) [stabilization-guide]: https://forge.rust-lang.org/stabilization-guide.html [doc-guide]: https://forge.rust-lang.org/stabilization-guide.html#updating-documentation
This is a tracking issue for (precise) exhaustive pattern matching on
usizeandisize(described in rust-lang/rfcs#2591).Feature gate:
#![feature(precise_pointer_size_matching)]Steps: