NLL: Updates to diagnostic output in test/ui.

This commit is contained in:
Felix S. Klock II 2018-06-12 18:01:48 +02:00
parent 7fd4b52b1b
commit 2d4df5b53e
31 changed files with 163 additions and 103 deletions

View file

@ -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);