blob: 32e6d8e465a0f285c73b9b52a7a60c8eaf6a78e2 [file] [log] [blame]
error: lifetime may not live long enough
--> $DIR/regionck-0.rs:11:12
|
LL | fn user<'a>() {
| -- lifetime `'a` defined here
LL | let _: S::<&'a ()>::T;
| ^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`
error: aborting due to 1 previous error