Skip to content

Commit

Permalink
fix test reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Sep 26, 2017
1 parent 5c59bba commit 73543d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73543d5

Please sign in to comment.