Stabilise exhaustive_integer_patterns

This commit is contained in:
varkor 2018-11-30 10:40:59 +00:00
parent 3dde9e1322
commit f1f6d87eab
3 changed files with 19 additions and 23 deletions

View file

@ -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};