error: lifetime may not live long enough --> $DIR/issue-44454-3.rs:17:15 | LL | fn make_static<'a, T>(t: &'a T) -> &'static T { | -- lifetime `'a` defined here LL | let x: as Projector>::Foo = t; LL | let any = generic::, &'a T>(x); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static` error: aborting due to previous error