about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-29 04:55:51 +0000
committerbors <bors@rust-lang.org>2021-10-29 04:55:51 +0000
commit88a5a984fe95e0411dce4e8364f9630cadd3782c (patch)
treeff8fc8e9649e80411c4bf8d07cf9e7bd9630172a /compiler/rustc_codegen_llvm/src
parenta9f664f37d62fd255827a416482186308b8e8f7d (diff)
parent3215eeb99f055e4c00bc66c2b424e49f5868811b (diff)
downloadrust-88a5a984fe95e0411dce4e8364f9630cadd3782c.tar.gz
rust-88a5a984fe95e0411dce4e8364f9630cadd3782c.zip
Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr
Revert "Add rustc lint, warning when iterating over hashmaps"

Fixes perf regressions introduced in https://github.com/rust-lang/rust/pull/90235 by temporarily reverting the relevant PR.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs
index f1dacc393d5..8f4d79e7147 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -13,7 +13,6 @@
 #![feature(iter_zip)]
 #![feature(nll)]
 #![recursion_limit = "256"]
-#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
 
 use back::write::{create_informational_target_machine, create_target_machine};