Move BoundTy
to ty::TyKind
This commit is contained in:
parent
757d6cc91a
commit
1003b7f85e
33 changed files with 116 additions and 51 deletions
|
@ -2733,6 +2733,7 @@ impl<'tcx> Clean<Type> for Ty<'tcx> {
|
|||
|
||||
ty::Closure(..) | ty::Generator(..) => Tuple(vec![]), // FIXME(pcwalton)
|
||||
|
||||
ty::Bound(..) => panic!("Bound"),
|
||||
ty::UnnormalizedProjection(..) => panic!("UnnormalizedProjection"),
|
||||
ty::GeneratorWitness(..) => panic!("GeneratorWitness"),
|
||||
ty::Infer(..) => panic!("Infer"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue