blob: 32059bf0af1045c395de0782d7c6bd98000468e7 [file] [log] [blame]
error[E0596]: cannot borrow data in a `&` reference as mutable
--> $DIR/issue-19163.rs:19: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`.