From 0fdaaadb36e0d25825cc01effbd923c3edf9d284 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Wed, 13 Apr 2022 14:49:03 +0000 Subject: Remove the check_mod_intrinsics query --- compiler/rustc_interface/src/passes.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_interface/src') 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); }); }); } -- cgit 1.4.1-3-g733a5