mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Fix retrieval of the Fn traits
I used the wrong query, so it only used the lang items from the respective crate...
This commit is contained in:
parent
a452e50e0e
commit
d0d1a202d4
4 changed files with 7 additions and 8 deletions
|
@ -326,7 +326,7 @@ impl RootDatabase {
|
|||
hir::db::ConstDataQuery
|
||||
hir::db::StaticDataQuery
|
||||
hir::db::ModuleLangItemsQuery
|
||||
hir::db::LangItemsQuery
|
||||
hir::db::CrateLangItemsQuery
|
||||
hir::db::LangItemQuery
|
||||
hir::db::DocumentationQuery
|
||||
hir::db::ExprScopesQuery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue