Use ControlFlow in HIR visitors

This commit is contained in:
Jason Newcomb 2024-02-24 02:53:05 -05:00
parent e760c44063
commit 822b10d428
12 changed files with 170 additions and 203 deletions

View file

@ -6,6 +6,7 @@
#![feature(assert_matches)]
#![feature(associated_type_bounds)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(let_chains)]
#![feature(min_specialization)]
#![feature(never_type)]