Delegation implementation: step 1
This commit is contained in:
@@ -320,7 +320,7 @@ impl<'a> State<'a> {
|
||||
self.word("/*ERROR*/");
|
||||
self.pclose();
|
||||
}
|
||||
hir::TyKind::Infer => {
|
||||
hir::TyKind::Infer | hir::TyKind::InferDelegation(..) => {
|
||||
self.word("_");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user