From a1a30f7548bdb625f8f90c25258f8ab463cebe8c Mon Sep 17 00:00:00 2001 From: lcnr Date: Wed, 5 Jan 2022 13:02:16 +0100 Subject: add a rustc::query_stability lint --- compiler/rustc_interface/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_interface/src/lib.rs') diff --git a/compiler/rustc_interface/src/lib.rs b/compiler/rustc_interface/src/lib.rs index b911b108a73..eebeabbd452 100644 --- a/compiler/rustc_interface/src/lib.rs +++ b/compiler/rustc_interface/src/lib.rs @@ -6,6 +6,7 @@ #![feature(nll)] #![feature(once_cell)] #![recursion_limit = "256"] +#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))] mod callbacks; pub mod interface; -- cgit 1.4.1-3-g733a5