Introduce OwnerNode::Crate.
This commit is contained in:
parent
36a28060f1
commit
fee421685d
17 changed files with 69 additions and 65 deletions
|
@ -227,7 +227,7 @@ impl ExternalCrate {
|
|||
if root.is_local() {
|
||||
tcx.hir()
|
||||
.krate()
|
||||
.item
|
||||
.module()
|
||||
.item_ids
|
||||
.iter()
|
||||
.filter_map(|&id| {
|
||||
|
@ -293,7 +293,7 @@ impl ExternalCrate {
|
|||
if root.is_local() {
|
||||
tcx.hir()
|
||||
.krate()
|
||||
.item
|
||||
.module()
|
||||
.item_ids
|
||||
.iter()
|
||||
.filter_map(|&id| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue