fix compile error in tests

This commit is contained in:
Folkert 2022-11-23 23:24:53 +01:00
parent 1875176319
commit 51c018b03c
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

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