From 00e5abe9b6f713b1d868f17694113a5d50d96c19 Mon Sep 17 00:00:00 2001 From: lcnr Date: Wed, 13 Oct 2021 14:53:49 +0200 Subject: allow `potential_query_instability` everywhere --- compiler/rustc_codegen_ssa/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_codegen_ssa/src') diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs index b759e3a7a7a..de428bfedba 100644 --- a/compiler/rustc_codegen_ssa/src/lib.rs +++ b/compiler/rustc_codegen_ssa/src/lib.rs @@ -7,6 +7,7 @@ #![feature(nll)] #![feature(associated_type_bounds)] #![recursion_limit = "256"] +#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))] //! This crate contains codegen code that is used by all codegen backends (LLVM and others). //! The backend-agnostic functions of this crate use functions defined in various traits that -- cgit 1.4.1-3-g733a5