mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Merge #9137
9137: fix: fix incorrect "unresolved import" error when using derive helpers r=jonas-schievink a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/9133 cursed bug bors r+ Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
commit
92d91050c4
1 changed files with 1 additions and 0 deletions
|
@ -1062,6 +1062,7 @@ impl DefCollector<'_> {
|
||||||
.collect(&[*mod_item]);
|
.collect(&[*mod_item]);
|
||||||
|
|
||||||
// Remove the original directive since we resolved it.
|
// Remove the original directive since we resolved it.
|
||||||
|
res = ReachedFixedPoint::No;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue