rust/src/test/ui/rfc-2093-infer-outlives/infer-static.stderr

13 lines
190 B
Plaintext
Raw Normal View History

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