rust/src/test/ui/issues/issue-19163.stderr
2018-12-25 21:08:33 -07:00

10 lines
294 B
Plaintext

error[E0596]: cannot borrow immutable borrowed content as mutable
--> $DIR/issue-19163.rs:9:14
|
LL | mywrite!(&v, "Hello world");
| ^^ cannot borrow as mutable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0596`.