fix test reference

This commit is contained in:
Niko Matsakis 2017-09-26 11:56:44 -04:00
parent 5c59bbadb3
commit 73543d53cd

View file

@ -4,7 +4,7 @@ error[E0623]: lifetime mismatch
15 | fn foo(mut x: Ref) {
| ---
| |
| this type was declared with multiple lifetimes...
| this type is declared with multiple lifetimes...
16 | x.a = x.b;
| ^^^ ...but data with one lifetime flows into the other here