mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Add failing test for multiline params
This commit is contained in:
parent
9678046d91
commit
3eadc03e28
4 changed files with 42 additions and 1 deletions
|
@ -914,7 +914,10 @@ pub fn canonicalize_record_destructs<'a>(
|
|||
}
|
||||
};
|
||||
}
|
||||
_ => unreachable!("Any other pattern should have given a parse error"),
|
||||
_ => unreachable!(
|
||||
"Any other pattern should have given a parse error: {:?}",
|
||||
loc_pattern.value
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue