Skip to content

Commit 609a374

Browse files
committed
Fix test
1 parent 96bbb0d commit 609a374

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/ui/async-await/issues/issue-63388-2.nll.stderr

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
error[E0106]: missing lifetime specifier
22
--> $DIR/issue-63388-2.rs:12:10
33
|
4+
LL | foo: &dyn Foo, bar: &'a dyn Foo
5+
| -------- -----------
46
LL | ) -> &dyn Foo
57
| ^ help: consider using the named lifetime: `&'a`
68
|

0 commit comments

Comments
 (0)