mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
merge if and list
This commit is contained in:
parent
fb2281d12d
commit
d05039f295
5 changed files with 8 additions and 9 deletions
|
@ -1551,7 +1551,7 @@ macro_rules! collection_trailing_sep_e {
|
|||
// support empty literals containing newlines or comments, but this
|
||||
// does not seem worth even the tiniest regression in compiler performance.
|
||||
zero_or_more!($crate::parser::word1(b' ', |row, col| $space_problem(
|
||||
BadInputError::LineTooLong,
|
||||
crate::parser::BadInputError::LineTooLong,
|
||||
row,
|
||||
col
|
||||
))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue