We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bbb0d commit 609a374Copy full SHA for 609a374
src/test/ui/async-await/issues/issue-63388-2.nll.stderr
@@ -1,6 +1,8 @@
1
error[E0106]: missing lifetime specifier
2
--> $DIR/issue-63388-2.rs:12:10
3
|
4
+LL | foo: &dyn Foo, bar: &'a dyn Foo
5
+ | -------- -----------
6
LL | ) -> &dyn Foo
7
| ^ help: consider using the named lifetime: `&'a`
8
0 commit comments