Stabilise exhaustive_integer_patterns
This commit is contained in:
parent
3dde9e1322
commit
f1f6d87eab
3 changed files with 19 additions and 23 deletions
|
|
@ -8,8 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(exhaustive_integer_patterns)]
|
||||
#![feature(exclusive_range_pattern)]
|
||||
|
||||
#![deny(unreachable_patterns)]
|
||||
|
||||
use std::{char, usize, u8, u16, u32, u64, u128, isize, i8, i16, i32, i64, i128};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue