mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
parent
2dee43a3ca
commit
afb60974fe
5 changed files with 5 additions and 5 deletions
|
@ -342,7 +342,7 @@ fn parse_concrete_type<'a>(
|
|||
//
|
||||
// If we made it this far and don't have a next_char, then necessarily
|
||||
// we have consumed a '.' char previously.
|
||||
return malformed(next_char.or_else(|| Some('.')), arena, state, parts);
|
||||
return malformed(next_char.or(Some('.')), arena, state, parts);
|
||||
}
|
||||
|
||||
if part_buf.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue