diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2017-09-26 11:56:44 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2017-09-26 11:56:44 -0400 |
| commit | 73543d53cd01899df38ce71b883ed820c5822fba (patch) | |
| tree | bcfb0e079118447d54fc829c457039f1629f8c82 /src | |
| parent | 5c59bbadb3bebdbeb85556e4974f6b2e640d22de (diff) | |
| download | rust-73543d53cd01899df38ce71b883ed820c5822fba.tar.gz rust-73543d53cd01899df38ce71b883ed820c5822fba.zip | |
fix test reference
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/lifetime-errors/ex3-both-anon-regions-both-are-structs-4.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/lifetime-errors/ex3-both-anon-regions-both-are-structs-4.stderr b/src/test/ui/lifetime-errors/ex3-both-anon-regions-both-are-structs-4.stderr index 689a1ac292b..fb524ae62c5 100644 --- a/src/test/ui/lifetime-errors/ex3-both-anon-regions-both-are-structs-4.stderr +++ b/src/test/ui/lifetime-errors/ex3-both-anon-regions-both-are-structs-4.stderr @@ -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 |
