error[E0596]: cannot borrow immutable borrowed content `*buf` as mutable --> $DIR/issue-40823.rs:3:5 | LL | buf.iter_mut(); | ^^^ cannot borrow as mutable error: aborting due to previous error For more information about this error, try `rustc --explain E0596`.