We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef30a8f commit bca3b31Copy full SHA for bca3b31
src/librustdoc/clean/inline.rs
@@ -494,7 +494,7 @@ fn separate_supertrait_bounds(mut g: clean::Generics)
494
}
495
496
pub fn record_extern_trait(cx: &DocContext, did: DefId) {
497
- if cx.external_traits.borrow().contains_key(&did) &&
+ if cx.external_traits.borrow().contains_key(&did) ||
498
cx.active_extern_traits.borrow().contains(&did)
499
{
500
return;
0 commit comments