summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/new-solver/cycles/fixpoint-rerun-all-cycle-heads.stderr
blob: 4cbd0898148a5afad09454e096ee0a17ecbf296f (plain)
1
2
3
4
5
6
7
8
9
10
error: lifetime may not live long enough
  --> $DIR/fixpoint-rerun-all-cycle-heads.rs:47:5
   |
LL | fn check<'a, T: ?Sized>() {
   |          -- lifetime `'a` defined here
LL |     impls_trait::<'a, 'static, A<T>>();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`

error: aborting due to previous error