blob: 0cb4f3faa335264c3641c2f2af7f271628714139 [file] [log] [blame]
error: rustc_outlives
--> $DIR/infer-static.rs:15:1
|
LL | / struct Foo<U> { //~ ERROR 15:1: 17:2: rustc_outlives
LL | | bar: Bar<U>
LL | | }
| |_^
|
= note: U : 'static
error: aborting due to previous error