bump allocate precedence conflict

This commit is contained in:
Folkert 2021-03-20 15:59:06 +01:00
parent 9208000316
commit 0e7106280c
4 changed files with 17 additions and 13 deletions

View file

@ -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(