mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Pattern is exhaustive
This commit is contained in:
parent
6ea6aef0db
commit
41541b01e6
1 changed files with 0 additions and 6 deletions
|
@ -883,12 +883,6 @@ fn addr_to_ast<'a, M: ReplAppMemory>(
|
|||
(_, Layout::Boxed(_)) => {
|
||||
unreachable!("Box layouts can only be behind a `Box.Box` application")
|
||||
}
|
||||
other => {
|
||||
todo!(
|
||||
"TODO add support for rendering pointer to {:?} in the REPL",
|
||||
other
|
||||
);
|
||||
}
|
||||
};
|
||||
apply_newtypes(env, newtype_containers.into_bump_slice(), expr)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue