mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
fix compile error in tests
This commit is contained in:
parent
1875176319
commit
51c018b03c
1 changed files with 1 additions and 0 deletions
|
@ -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!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue