fix #90187
This commit is contained in:
parent
b13a5bf3c4
commit
ff88b59e58
4 changed files with 15 additions and 17 deletions
|
@ -303,7 +303,7 @@ impl<'a, 'tcx> DocFolder for CacheBuilder<'a, 'tcx> {
|
|||
desc,
|
||||
parent,
|
||||
parent_idx: None,
|
||||
search_type: get_function_type_for_search(&item, self.tcx),
|
||||
search_type: get_function_type_for_search(&item, self.tcx, self.cache),
|
||||
aliases: item.attrs.get_doc_aliases(),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue