rustc_codegen_ssa: Enforce rustc::potential_query_instability lint

This commit is contained in:
Jakub Beránek
2023-12-29 13:41:35 +01:00
parent 95613d1b23
commit 4612edc53f
5 changed files with 30 additions and 11 deletions

View File

@@ -11,7 +11,6 @@
#![feature(strict_provenance)]
#![feature(try_blocks)]
#![recursion_limit = "256"]
#![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