13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
|
error: rustc_outlives
|
||
|
--> $DIR/infer-static.rs:16:1
|
||
|
|
|
||
|
LL | / struct Foo<U> { //~ ERROR 16:1: 18:2: rustc_outlives
|
||
|
LL | | bar: Bar<U>
|
||
|
LL | | }
|
||
|
| |_^
|
||
|
|
|
||
|
= note: U : 'static
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|