2018-04-18 22:26:21 -04:00
|
|
|
error: rustc_outlives
|
2022-01-19 16:24:49 +01:00
|
|
|
--> $DIR/explicit-dyn.rs:7:1
|
2018-04-18 22:26:21 -04:00
|
|
|
|
|
2022-02-13 16:27:59 +01:00
|
|
|
LL | struct Foo<'a, A>
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2018-04-18 22:26:21 -04:00
|
|
|
|
|
2020-01-24 21:04:17 +01:00
|
|
|
= note: A: 'a
|
2018-04-18 22:26:21 -04:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|