This commit is contained in:
Esteban Küber 2020-02-05 10:59:14 -08:00
parent 96bbb0d67e
commit 609a37407f

View File

@ -1,6 +1,8 @@
error[E0106]: missing lifetime specifier
--> $DIR/issue-63388-2.rs:12:10
|
LL | foo: &dyn Foo, bar: &'a dyn Foo
| -------- -----------
LL | ) -> &dyn Foo
| ^ help: consider using the named lifetime: `&'a`
|