fix compile error in test

This commit is contained in:
Folkert 2022-08-13 19:05:45 +02:00
parent f8fba56b0a
commit ed055a0bd8
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -205,6 +205,7 @@ fn expr<'a>(c: &Ctx, p: EPrec, f: &'a Arena<'a>, e: &'a Expr) -> DocBuilder<'a,
ZeroArgumentTag { .. } => todo!(),
OpaqueRef { .. } => todo!(),
Expect { .. } => todo!(),
ExpectFx { .. } => todo!(),
TypedHole(_) => todo!(),
RuntimeError(_) => todo!(),
}