Skip chained OpaqueCast when building captures.
This commit is contained in:
parent
8796e7a9cf
commit
e828ce53b9
3 changed files with 25 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
//!
|
||||
//! This crate also contains the match exhaustiveness and usefulness checking.
|
||||
#![allow(rustc::potential_query_instability)]
|
||||
#![feature(assert_matches)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(control_flow_enum)]
|
||||
#![feature(if_let_guard)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue