Support crash in derive tests

This commit is contained in:
Ayaz Hafiz 2022-11-02 14:56:18 -05:00
parent dd05d813a9
commit ee5eacc3e4
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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!(),