Introduce TyKind::Placeholder
variant
This commit is contained in:
parent
7401e3def5
commit
05995a8522
30 changed files with 46 additions and 13 deletions
|
@ -2744,6 +2744,7 @@ impl<'tcx> Clean<Type> for Ty<'tcx> {
|
|||
ty::Closure(..) | ty::Generator(..) => Tuple(vec![]), // FIXME(pcwalton)
|
||||
|
||||
ty::Bound(..) => panic!("Bound"),
|
||||
ty::Placeholder(..) => panic!("Placeholder"),
|
||||
ty::UnnormalizedProjection(..) => panic!("UnnormalizedProjection"),
|
||||
ty::GeneratorWitness(..) => panic!("GeneratorWitness"),
|
||||
ty::Infer(..) => panic!("Infer"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue