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

13 lines
259 B
Plaintext
Raw Normal View History

error: rustc_outlives
--> $DIR/projection.rs:14:1
|
LL | / struct Foo<'a, T: Iterator> { //~ ERROR rustc_outlives
LL | | bar: &'a T::Item
LL | | }
| |_^
|
= note: <T as std::iter::Iterator>::Item : 'a
error: aborting due to previous error