From bc552fc417a8a8c5d75b4a613390f64f48929dca Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Thu, 28 Oct 2021 14:12:24 +0000 Subject: Move instantiate_opaque_types to rustc_infer. It does not depend on anything from rustc_trait_selection anymore. --- compiler/rustc_borrowck/src/type_check/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_borrowck') diff --git a/compiler/rustc_borrowck/src/type_check/mod.rs b/compiler/rustc_borrowck/src/type_check/mod.rs index 7e69e710d68..7e6a481ca69 100644 --- a/compiler/rustc_borrowck/src/type_check/mod.rs +++ b/compiler/rustc_borrowck/src/type_check/mod.rs @@ -36,7 +36,6 @@ use rustc_span::def_id::CRATE_DEF_ID; use rustc_span::{Span, DUMMY_SP}; use rustc_target::abi::VariantIdx; use rustc_trait_selection::infer::InferCtxtExt as _; -use rustc_trait_selection::opaque_types::InferCtxtExt; use rustc_trait_selection::traits::error_reporting::InferCtxtExt as _; use rustc_trait_selection::traits::query::type_op; use rustc_trait_selection::traits::query::type_op::custom::CustomTypeOp; -- cgit 1.4.1-3-g733a5