Closed
Description
From: src/test/compile-fail/E0389.rs
E0389 needs a span_label, taking it from:
error[E0389]: cannot assign to data in a `&` reference
--> src/test/compile-fail/E0389.rs:18:5
|
18 | fancy_ref.num = 6; //~ ERROR E0389
| ^^^^^^^^^^^^^^^^^
To:
error[E0389]: cannot assign to data in a `&` reference
--> src/test/compile-fail/E0389.rs:18:5
|
18 | fancy_ref.num = 6; //~ ERROR E0389
| ^^^^^^^^^^^^^^^^^ assignment into an immutable reference