]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/half-open-range-patterns/half-open-range-pats-exhaustive-fail.rs
Stabilize half_open_range_patterns
[rust.git] / src / test / ui / half-open-range-patterns / half-open-range-pats-exhaustive-fail.rs
index be225359bffabd5a6b2cad11c8b049439064439a..a2a4c62fa0295ca61e362b58e8e81cef9f79485a 100644 (file)
@@ -1,6 +1,5 @@
 // Test various non-exhaustive matches for `X..`, `..=X` and `..X` ranges.
 
-#![feature(half_open_range_patterns)]
 #![feature(exclusive_range_pattern)]
 #![allow(illegal_floating_point_literal_pattern)]