Rework rustdoc const type
This commit is contained in:
parent
f5fe425c92
commit
0cde85523f
11 changed files with 812 additions and 615 deletions
|
@ -430,7 +430,7 @@ pub(super) fn write_shared(
|
|||
None
|
||||
} else {
|
||||
Some(Implementor {
|
||||
text: imp.inner_impl().print(cx.cache(), false).to_string(),
|
||||
text: imp.inner_impl().print(cx.cache(), false, cx.tcx()).to_string(),
|
||||
synthetic: imp.inner_impl().synthetic,
|
||||
types: collect_paths_for_type(imp.inner_impl().for_.clone(), cx.cache()),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue