rust/tests/ui/rfc-2093-infer-outlives/projection.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
206 B
Plaintext
Raw Normal View History

error: rustc_outlives
2018-12-25 09:56:47 -06:00
--> $DIR/projection.rs:4:1
|
2022-02-13 09:27:59 -06:00
LL | struct Foo<'a, T: Iterator> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: <T as Iterator>::Item: 'a
error: aborting due to previous error