diff options
| author | Ross Smyth <18294397+RossSmyth@users.noreply.github.com> | 2024-04-27 20:35:32 -0400 |
|---|---|---|
| committer | Ross Smyth <18294397+RossSmyth@users.noreply.github.com> | 2024-05-02 19:42:31 -0400 |
| commit | 6967d1c0fcea4ade223bf3ae443a87d504005cbf (patch) | |
| tree | 321a882cee7f5b56b14c734c26d1487fd29f6f46 /tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs | |
| parent | 79734f1db8dbe322192dea32c0f6b80ab14c4c1d (diff) | |
| download | rust-6967d1c0fcea4ade223bf3ae443a87d504005cbf.tar.gz rust-6967d1c0fcea4ade223bf3ae443a87d504005cbf.zip | |
Stabilize exclusive_range
Diffstat (limited to 'tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs')
| -rw-r--r-- | tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs b/tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs index 03ff706fe6a..3487bac5282 100644 --- a/tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs +++ b/tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs @@ -3,7 +3,6 @@ // Test half-open range patterns against their expression equivalents // via `.contains(...)` and make sure the dynamic semantics match. -#![feature(exclusive_range_pattern)] #![allow(unreachable_patterns)] macro_rules! yes { |
