mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
feat(markup): add explicit case for RuntimeError
This commit is contained in:
parent
6b882b85de
commit
d817ecb51d
1 changed files with 3 additions and 0 deletions
|
@ -347,6 +347,9 @@ pub fn expr2_to_markup<'a, 'b>(
|
|||
syn_high_style: HighlightStyle::Blank,
|
||||
parent_id_opt: None,
|
||||
}),
|
||||
Expr2::RuntimeError() => {
|
||||
todo!("Handle Expr2::RuntimeError")
|
||||
}
|
||||
rest => todo!("implement expr2_to_markup for {:?}", rest),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue