mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 23:36:29 +00:00
make errors more correct and check for utf8 bytes
This commit is contained in:
parent
07eb3614ea
commit
08179d2a65
2 changed files with 6 additions and 8 deletions
|
@ -4195,10 +4195,7 @@ pub fn with_hole<'a>(
|
|||
|
||||
Stmt::Let(assigned, expr, list_layout, hole)
|
||||
}
|
||||
x => todo!(
|
||||
"Unsupported requested type for ingested file, give proper error: {:?}",
|
||||
x
|
||||
),
|
||||
_ => unreachable!("All of these cases should be dealt with earlier in the compiler, generating proper errors"),
|
||||
},
|
||||
|
||||
SingleQuote(_, _, character, _) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue