Format
This commit is contained in:
parent
12d9f4efaf
commit
fd8f8189d3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue