Merge remote-tracking branch 'origin/trunk' into parse-closure

This commit is contained in:
Folkert 2021-02-26 13:04:54 +01:00
commit 647cbf4aaa
21 changed files with 975 additions and 258 deletions

View file

@ -603,10 +603,7 @@ fn to_if_report<'a>(
start_row,
start_col,
alloc.concat(vec![
alloc.reflow(r"I just saw a pattern, so I was expecting to see a "),
alloc.parser_suggestion("->"),
alloc.reflow(" next."),
alloc.reflow(r"I was expecting to see a expression next"),
alloc.reflow(r"I was expecting to see a expression next")
]),
),
}