fix test reference
This commit is contained in:
parent
5c59bbadb3
commit
73543d53cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue