Closed
Description
seal-0.1.0 regressed with the following:
error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable
--> src/pair/alignment_matrix.rs:79:26
|
79 | self.mut_slice()[self.offset(cursor)] = byte;
| ---- ^^^^ - mutable borrow ends here
| | |
| | immutable borrow occurs here
| mutable borrow occurs here
error: aborting due to previous error
error: Could not compile `seal`.
This looks vaguely familiar but looking at pull requests didn't seem to find anything apparent.
cc @rust-lang/compiler