mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Print unreachable id
This commit is contained in:
parent
9f3a44d323
commit
9eb1c170f3
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ impl Types {
|
|||
pub fn get_type(&self, id: TypeId) -> &RocType {
|
||||
match self.types.get(id.0) {
|
||||
Some(typ) => typ,
|
||||
None => unreachable!(),
|
||||
None => unreachable!("{:?}", id),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue