TypeVisitor: use ControlFlow
in rustc_{infer,lint,trait_selection}
This commit is contained in:
parent
2c85b6fae0
commit
4fe735b320
13 changed files with 106 additions and 82 deletions
|
@ -37,6 +37,7 @@
|
|||
#![feature(or_patterns)]
|
||||
#![feature(half_open_range_patterns)]
|
||||
#![feature(exclusive_range_pattern)]
|
||||
#![feature(control_flow_enum)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue