Fix ty::UnnormalizedProjection
in rustdoc
This commit is contained in:
parent
608adfc3f0
commit
edb3f9777b
1 changed files with 1 additions and 0 deletions
|
@ -2737,6 +2737,7 @@ impl<'tcx> Clean<Type> for Ty<'tcx> {
|
|||
|
||||
ty::Closure(..) | ty::Generator(..) => Tuple(vec![]), // FIXME(pcwalton)
|
||||
|
||||
ty::UnnormalizedProjection(..) => panic!("UnnormalizedProjection"),
|
||||
ty::GeneratorWitness(..) => panic!("GeneratorWitness"),
|
||||
ty::Infer(..) => panic!("Infer"),
|
||||
ty::Error => panic!("Error"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue