Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot
rustc_middle: Remove trait `DefIdTree` This trait was a way to generalize over both `TyCtxt` and `Resolver`, but now `Resolver` has access to `TyCtxt`, so this trait is no longer necessary.
This commit is contained in:
commit
0d439f8181
90 changed files with 118 additions and 154 deletions
|
@ -5,7 +5,7 @@ use super::CodegenUnitDebugContext;
|
|||
|
||||
use rustc_hir::def_id::DefId;
|
||||
use rustc_middle::ty::layout::{HasParamEnv, LayoutOf};
|
||||
use rustc_middle::ty::{self, DefIdTree, Ty};
|
||||
use rustc_middle::ty::{self, Ty};
|
||||
use trace;
|
||||
|
||||
use crate::common::CodegenCx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue