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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user