1
Fork 0

rustc_hir: use box patterns to flatten some nested pattern matches

This commit is contained in:
Yotam Ofek 2025-01-28 22:22:26 +00:00
parent 0baa100710
commit 3802225884
2 changed files with 10 additions and 24 deletions

View file

@ -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)]