NLL: Updates to diagnostic output in test/ui.
This commit is contained in:
parent
7fd4b52b1b
commit
2d4df5b53e
31 changed files with 163 additions and 103 deletions
|
|
@ -1,4 +1,4 @@
|
|||
error[E0594]: cannot assign to data in a `&` reference
|
||||
error[E0594]: cannot assign to `fancy_ref.num` which is behind a `&` reference
|
||||
--> $DIR/E0389.rs:18:5
|
||||
|
|
||||
LL | let fancy_ref = &(&mut fancy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue