mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
fix comment
This commit is contained in:
parent
5adeedba9d
commit
f84f428960
1 changed files with 2 additions and 2 deletions
|
@ -537,8 +537,8 @@ impl<'a> ExprState<'a> {
|
|||
) -> Result<(Located<Expr<'a>>, Vec<'a, &'a Located<Expr<'a>>>), EExpr<'a>> {
|
||||
debug_assert_eq!(loc_op.value, BinOp::HasType);
|
||||
|
||||
if !self.operators.is_empty() || !self.arguments.is_empty() {
|
||||
// this `:`; treat it as an invalid operator
|
||||
if !self.operators.is_empty() {
|
||||
// this `:` likely occured inline; treat it as an invalid operator
|
||||
let opchar = arena.alloc([b':']) as &[_];
|
||||
|
||||
let fail =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue