Stabilize exclusive_range
This commit is contained in:
parent
79734f1db8
commit
6967d1c0fc
74 changed files with 300 additions and 619 deletions
|
@ -42,7 +42,6 @@
|
|||
//! This is enough to compute usefulness: a pattern in a `match` expression is redundant iff it is
|
||||
//! not useful w.r.t. the patterns above it:
|
||||
//! ```compile_fail,E0004
|
||||
//! # #![feature(exclusive_range_pattern)]
|
||||
//! # fn foo() {
|
||||
//! match Some(0u32) {
|
||||
//! Some(0..100) => {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue