about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-04-13 14:49:03 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-05-24 15:46:23 +0000
commit0fdaaadb36e0d25825cc01effbd923c3edf9d284 (patch)
treece87c11349a178c962afa6ce2cdaeecde4a961a7 /compiler/rustc_interface/src
parentcb886cc164676516b480bcdcf0f482f917cb9301 (diff)
downloadrust-0fdaaadb36e0d25825cc01effbd923c3edf9d284.tar.gz
rust-0fdaaadb36e0d25825cc01effbd923c3edf9d284.zip
Remove the check_mod_intrinsics query
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/passes.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs
index afbf48fceb5..e6c9c6693c5 100644
--- a/compiler/rustc_interface/src/passes.rs
+++ b/compiler/rustc_interface/src/passes.rs
@@ -937,7 +937,6 @@ fn analysis(tcx: TyCtxt<'_>, (): ()) -> Result<()> {
                         //
                         // maybe move the check to a MIR pass?
                         tcx.ensure().check_mod_liveness(module);
-                        tcx.ensure().check_mod_intrinsics(module);
                     });
                 });
             }