9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
error: cannot borrow immutable borrowed content `*buf` as mutable
|
||
|
--> $DIR/issue-40823.rs:13:5
|
||
|
|
|
||
|
13 | buf.iter_mut();
|
||
|
| ^^^ cannot borrow as mutable
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|