1
Fork 0

Skip chained OpaqueCast when building captures.

This commit is contained in:
Camille GILLOT 2022-10-09 16:15:16 +00:00
parent 8796e7a9cf
commit e828ce53b9
3 changed files with 25 additions and 8 deletions

View file

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