about summary refs log tree commit diff
path: root/tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs
diff options
context:
space:
mode:
authorRoss Smyth <18294397+RossSmyth@users.noreply.github.com>2024-04-27 20:35:32 -0400
committerRoss Smyth <18294397+RossSmyth@users.noreply.github.com>2024-05-02 19:42:31 -0400
commit6967d1c0fcea4ade223bf3ae443a87d504005cbf (patch)
tree321a882cee7f5b56b14c734c26d1487fd29f6f46 /tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs
parent79734f1db8dbe322192dea32c0f6b80ab14c4c1d (diff)
downloadrust-6967d1c0fcea4ade223bf3ae443a87d504005cbf.tar.gz
rust-6967d1c0fcea4ade223bf3ae443a87d504005cbf.zip
Stabilize exclusive_range
Diffstat (limited to 'tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs')
-rw-r--r--tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs b/tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs
index 14ca07d0a53..a3aca8dfac7 100644
--- a/tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs
+++ b/tests/ui/half-open-range-patterns/exclusive_range_pattern_syntax_collision3.rs
@@ -1,5 +1,3 @@
-#![feature(exclusive_range_pattern)]
-
 fn main() {
     match [5..4, 99..105, 43..44] {
         [..9, 99..100, _] => {},