rustc_hir: use box patterns to flatten some nested pattern matches
This commit is contained in:
parent
0baa100710
commit
3802225884
2 changed files with 10 additions and 24 deletions
|
@ -5,6 +5,7 @@
|
|||
// tidy-alphabetical-start
|
||||
#![allow(internal_features)]
|
||||
#![feature(associated_type_defaults)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(closure_track_caller)]
|
||||
#![feature(debug_closure_helpers)]
|
||||
#![feature(exhaustive_patterns)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue