blob: cbff2b777fe7185e76459187c21290e3ba73036a [file] [log] [blame]
error: rustc_outlives
--> $DIR/explicit-struct.rs:4:1
|
LL | / struct Foo<'b, U> {
LL | | bar: Bar<'b, U>
LL | | }
| |_^
|
= note: U : 'b
error: aborting due to previous error