mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-17 17:25:01 +00:00
Define and use IMPLEMENTS const in roc_parse::keyword
This commit is contained in:
parent
9640fcb6d4
commit
e514d0cb83
12 changed files with 37 additions and 26 deletions
|
@ -1641,7 +1641,7 @@ fn parse_expr_end<'a>(
|
|||
value:
|
||||
Expr::Var {
|
||||
module_name: "",
|
||||
ident: "implements",
|
||||
ident: crate::keyword::IMPLEMENTS,
|
||||
},
|
||||
..
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue