blob: c88081736f3c37940334eff162ceaef4e0bf0f75 [file] [log] [blame] [edit]
error: lifetime may not live long enough
--> $DIR/fixpoint-rerun-all-cycle-heads.rs:60:5
|
LL | fn check<'a, T>() {
| -- lifetime `'a` defined here
LL | impls_trait::<'a, 'static, A<T>>();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`
error: aborting due to 1 previous error