Compute all_traits_impls during resolution.
This commit is contained in:
parent
26eeec0baf
commit
635978041d
8 changed files with 17 additions and 18 deletions
|
@ -672,7 +672,6 @@ pub struct ModuleItems {
|
|||
pub struct Crate<'hir> {
|
||||
pub owners: IndexVec<LocalDefId, Option<OwnerNode<'hir>>>,
|
||||
pub bodies: BTreeMap<BodyId, Body<'hir>>,
|
||||
pub trait_impls: BTreeMap<DefId, Vec<LocalDefId>>,
|
||||
|
||||
/// A list of modules written out in the order in which they
|
||||
/// appear in the crate. This includes the main crate module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue