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-syntactic-pass.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-syntactic-pass.rs')
| -rw-r--r-- | tests/ui/half-open-range-patterns/half-open-range-pats-syntactic-pass.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/half-open-range-patterns/half-open-range-pats-syntactic-pass.rs b/tests/ui/half-open-range-patterns/half-open-range-pats-syntactic-pass.rs index 98e8b2b0462..4e3fffbef2d 100644 --- a/tests/ui/half-open-range-patterns/half-open-range-pats-syntactic-pass.rs +++ b/tests/ui/half-open-range-patterns/half-open-range-pats-syntactic-pass.rs @@ -2,8 +2,6 @@ // Test the parsing of half-open ranges. -#![feature(exclusive_range_pattern)] - fn main() {} #[cfg(FALSE)] |
