Create some minimal HIR for associated opaque types
This commit is contained in:
@@ -121,6 +121,7 @@ impl<'a> State<'a> {
|
||||
self.print_bounds(":", pred.bounds);
|
||||
}
|
||||
Node::ArrayLenInfer(_) => self.word("_"),
|
||||
Node::AssocOpaqueTy(..) => unreachable!(),
|
||||
Node::Err(_) => self.word("/*ERROR*/"),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user