2018-07-02 23:09:01 -05:00
|
|
|
error: rustc_outlives
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/cross-crate.rs:4:1
|
2018-07-02 21:25:49 -05:00
|
|
|
|
|
2022-02-13 09:27:59 -06:00
|
|
|
LL | struct Foo<'a, T> {
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2018-07-02 21:25:49 -05:00
|
|
|
|
|
2020-01-24 14:04:17 -06:00
|
|
|
= note: T: 'a
|
2018-07-02 21:25:49 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|