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.
ty::UnnormalizedProjection
1 parent 608adfc commit edb3f97Copy full SHA for edb3f97
src/librustdoc/clean/mod.rs
@@ -2737,6 +2737,7 @@ impl<'tcx> Clean<Type> for Ty<'tcx> {
2737
2738
ty::Closure(..) | ty::Generator(..) => Tuple(vec![]), // FIXME(pcwalton)
2739
2740
+ ty::UnnormalizedProjection(..) => panic!("UnnormalizedProjection"),
2741
ty::GeneratorWitness(..) => panic!("GeneratorWitness"),
2742
ty::Infer(..) => panic!("Infer"),
2743
ty::Error => panic!("Error"),
0 commit comments