mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Support crash in derive tests
This commit is contained in:
parent
dd05d813a9
commit
ee5eacc3e4
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ fn expr<'a>(c: &Ctx, p: EPrec, f: &'a Arena<'a>, e: &'a Expr) -> DocBuilder<'a,
|
|||
)
|
||||
.group()
|
||||
),
|
||||
Crash => f.text("crash"),
|
||||
ZeroArgumentTag { .. } => todo!(),
|
||||
OpaqueRef { .. } => todo!(),
|
||||
Dbg { .. } => todo!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue