mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Implement dbg mono pattern for CompilerBug
This commit is contained in:
parent
48e7c5d5d6
commit
dbaa6417a9
1 changed files with 2 additions and 2 deletions
|
@ -433,8 +433,8 @@ fn dbg_mono_pattern_help<'a>(
|
|||
MonoPattern::Underscore => {
|
||||
write!(buf, "Underscore")
|
||||
}
|
||||
MonoPattern::CompilerBug(_) => {
|
||||
todo!()
|
||||
MonoPattern::CompilerBug(problem) => {
|
||||
write!(buf, "CompilerBug({:?}", problem)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue