2018-07-26 19:25:27 -05:00
|
|
|
error: rustc_outlives
|
2018-08-27 23:46:08 -05:00
|
|
|
--> $DIR/infer-static.rs:15:1
|
2018-07-26 19:25:27 -05:00
|
|
|
|
|
2018-08-27 23:46:08 -05:00
|
|
|
LL | / struct Foo<U> { //~ ERROR 15:1: 17:2: rustc_outlives
|
2018-07-26 19:25:27 -05:00
|
|
|
LL | | bar: Bar<U>
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: U : 'static
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|