mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
bump allocate precedence conflict
This commit is contained in:
parent
9208000316
commit
0e7106280c
4 changed files with 17 additions and 13 deletions
|
@ -720,14 +720,14 @@ pub fn canonicalize_expr<'a>(
|
|||
)
|
||||
}
|
||||
|
||||
ast::Expr::PrecedenceConflict {
|
||||
ast::Expr::PrecedenceConflict(ast::PrecedenceConflict {
|
||||
whole_region,
|
||||
binop1_position,
|
||||
binop2_position,
|
||||
binop1,
|
||||
binop2,
|
||||
expr: _,
|
||||
} => {
|
||||
}) => {
|
||||
use roc_problem::can::RuntimeError::*;
|
||||
|
||||
let region1 = Region::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue