mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Move comment to correct location and make line comment
This commit is contained in:
parent
8690a02d8f
commit
a8dd0b8805
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ fn loc_term<'a>() -> impl Parser<'a, Loc<Expr<'a>>, EExpr<'a>> {
|
|||
loc(crash_kw()),
|
||||
loc(specialize_err(EExpr::Dbg, dbg_kw())),
|
||||
loc(try_kw()),
|
||||
// In some contexts we want to parse the `_` as an expression, so it can then be turned into a
|
||||
// pattern later
|
||||
loc(underscore_expression()),
|
||||
loc(record_literal_help()),
|
||||
loc(specialize_err(EExpr::List, list_literal_help())),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue