2018-07-26 19:25:27 -05:00
|
|
|
error: rustc_outlives
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/infer-static.rs:5:1
|
2018-07-26 19:25:27 -05:00
|
|
|
|
|
2018-12-25 09:56:47 -06:00
|
|
|
LL | / struct Foo<U> { //~ ERROR rustc_outlives
|
2018-07-26 19:25:27 -05:00
|
|
|
LL | | bar: Bar<U>
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: U : 'static
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|