Closed
Description
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:
- Implement the RFC (Stabilise exhaustive integer patterns #56362)
- Stabilization PR (see instructions on forge)
Metadata
Metadata
Assignees
Labels
Relating to exhaustiveness / usefulness checking of patternsRelating to patterns and pattern matchingBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCStatus: There are blocking design concerns.Relevant to the language team, which will review and decide on the PR/issue.