1
Fork 0
This commit is contained in:
Jonas Schievink 2020-03-30 21:40:53 +02:00
parent 12d9f4efaf
commit fd8f8189d3

View file

@ -1,11 +1,11 @@
use rustc_hir::def_id::DefId;
use rustc_infer::infer::TyCtxtInferExt;
use rustc_middle::ty::subst::SubstsRef;
use rustc_middle::ty::{self, Instance, TyCtxt, TypeFoldable};
use rustc_infer::infer::TyCtxtInferExt;
use rustc_span::sym;
use rustc_target::spec::abi::Abi;
use rustc_trait_selection::traits;
use traits::{Reveal, translate_substs};
use traits::{translate_substs, Reveal};
use log::debug;