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 7b1b175 commit a3b5f1aCopy full SHA for a3b5f1a
src/librustdoc/clean/mod.rs
@@ -793,6 +793,7 @@ fn clean_ty_generics<'tcx>(
793
}
794
Some(clean_generic_param_def(param, cx))
795
796
+ ty::GenericParamDefKind::Const { is_host_effect: true, .. } => None,
797
ty::GenericParamDefKind::Const { .. } => Some(clean_generic_param_def(param, cx)),
798
})
799
.collect::<ThinVec<GenericParamDef>>();
0 commit comments