1
Fork 0

stabilize int_error_matching

This commit is contained in:
Ethan Brierley 2021-05-18 10:37:28 +01:00
parent 14831568d5
commit b59f7d9662
7 changed files with 10 additions and 31 deletions

View file

@ -42,7 +42,6 @@
#![feature(crate_visibility_modifier)]
#![feature(associated_type_bounds)]
#![feature(rustc_attrs)]
#![feature(int_error_matching)]
#![feature(half_open_range_patterns)]
#![feature(exclusive_range_pattern)]
#![feature(control_flow_enum)]