Skip to content

Commit 5644a53

Browse files
committed
rustc_mir_build: Enforce rustc::potential_query_instability lint
Stop allowing `rustc::potential_query_instability` on all of `rustc_mir_build` and instead allow it on a case-by-case basis if it is safe to do so. In this crate there was no instance of the lint remaining.
1 parent 4287f5a commit 5644a53

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_mir_build/src

1 file changed

+0
-1
lines changed

compiler/rustc_mir_build/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Construction of MIR from HIR.
22
//!
33
//! This crate also contains the match exhaustiveness and usefulness checking.
4-
#![allow(rustc::potential_query_instability)]
54
#![feature(assert_matches)]
65
#![feature(associated_type_bounds)]
76
#![feature(box_patterns)]

0 commit comments

Comments
 (0)