blob: 106db765f7ead48396c45d6167bd622244738afe [file] [log] [blame]
error: rustc_outlives
--> $DIR/infer-static.rs:5:1
|
LL | / struct Foo<U> {
LL | | bar: Bar<U>
LL | | }
| |_^
|
= note: U : 'static
error: aborting due to previous error