Add OpAssignment::new_from_token.
This commit is contained in:
@@ -1716,7 +1716,7 @@ fn make_assignment_stmt(
|
||||
}
|
||||
}
|
||||
|
||||
let op_info = op.map(OpAssignment::new);
|
||||
let op_info = op.map(OpAssignment::new_from_token);
|
||||
|
||||
match lhs {
|
||||
// const_expr = rhs
|
||||
|
Reference in New Issue
Block a user