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_codegen_llvm/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_codegen_llvm/src/lib.rs') diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index f0612eaba80..75836e14385 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -11,6 +11,7 @@ #![feature(extern_types)] #![feature(nll)] #![recursion_limit = "256"] +#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))] use back::write::{create_informational_target_machine, create_target_machine}; -- cgit 1.4.1-3-g733a5