Some cleanup around trait_method lookup

This commit is contained in:
Oli Scherer 2022-11-17 13:28:32 +00:00
parent 9e4c3f41c1
commit 25c4760b5d
2 changed files with 7 additions and 7 deletions

View file

@ -3,6 +3,7 @@
//! This crate also contains the match exhaustiveness and usefulness checking.
#![allow(rustc::potential_query_instability)]
#![feature(assert_matches)]
#![feature(associated_type_bounds)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(if_let_guard)]