2017-03-26 11:35:46 -05:00
|
|
|
error: cannot borrow immutable borrowed content `*buf` as mutable
|
|
|
|
--> $DIR/issue-40823.rs:13:5
|
|
|
|
|
|
|
|
|
13 | buf.iter_mut();
|
|
|
|
| ^^^ cannot borrow as mutable
|
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-03-26 11:35:46 -05:00
|
|
|
|