rustc_codegen_ssa: Enforce rustc::potential_query_instability
lint
This commit is contained in:
parent
95613d1b23
commit
4612edc53f
5 changed files with 30 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue