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 08:56:47 -07:00
--> $DIR/projection.rs:4:1
|
2022-02-13 16:27:59 +01:00
LL | struct Foo<'a, T: Iterator> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: <T as Iterator>::Item: 'a
error: aborting due to previous error