1
1
error: missing required bound on `Item`
2
- --> $DIR/self-outlives-lint.rs:7 :5
2
+ --> $DIR/self-outlives-lint.rs:9 :5
3
3
|
4
4
LL | type Item<'x>;
5
5
| ^^^^^^^^^^^^^-
@@ -10,7 +10,7 @@ LL | type Item<'x>;
10
10
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
11
11
12
12
error: missing required bound on `Out`
13
- --> $DIR/self-outlives-lint.rs:23 :5
13
+ --> $DIR/self-outlives-lint.rs:25 :5
14
14
|
15
15
LL | type Out<'x>;
16
16
| ^^^^^^^^^^^^-
@@ -21,7 +21,7 @@ LL | type Out<'x>;
21
21
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
22
22
23
23
error: missing required bound on `Out`
24
- --> $DIR/self-outlives-lint.rs:37 :5
24
+ --> $DIR/self-outlives-lint.rs:39 :5
25
25
|
26
26
LL | type Out<'x>;
27
27
| ^^^^^^^^^^^^-
@@ -32,7 +32,7 @@ LL | type Out<'x>;
32
32
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
33
33
34
34
error: missing required bounds on `Out`
35
- --> $DIR/self-outlives-lint.rs:44 :5
35
+ --> $DIR/self-outlives-lint.rs:46 :5
36
36
|
37
37
LL | type Out<'x, 'y>;
38
38
| ^^^^^^^^^^^^^^^^-
@@ -43,7 +43,7 @@ LL | type Out<'x, 'y>;
43
43
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
44
44
45
45
error: missing required bound on `Out`
46
- --> $DIR/self-outlives-lint.rs:59 :5
46
+ --> $DIR/self-outlives-lint.rs:61 :5
47
47
|
48
48
LL | type Out<'x, D>;
49
49
| ^^^^^^^^^^^^^^^-
@@ -54,7 +54,7 @@ LL | type Out<'x, D>;
54
54
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
55
55
56
56
error: missing required bound on `Out`
57
- --> $DIR/self-outlives-lint.rs:75 :5
57
+ --> $DIR/self-outlives-lint.rs:77 :5
58
58
|
59
59
LL | type Out<'x, D>;
60
60
| ^^^^^^^^^^^^^^^-
@@ -65,7 +65,7 @@ LL | type Out<'x, D>;
65
65
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
66
66
67
67
error: missing required bound on `Out`
68
- --> $DIR/self-outlives-lint.rs:90 :5
68
+ --> $DIR/self-outlives-lint.rs:92 :5
69
69
|
70
70
LL | type Out<'x, D>;
71
71
| ^^^^^^^^^^^^^^^-
@@ -76,7 +76,7 @@ LL | type Out<'x, D>;
76
76
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
77
77
78
78
error: missing required bounds on `Bar`
79
- --> $DIR/self-outlives-lint.rs:112 :5
79
+ --> $DIR/self-outlives-lint.rs:114 :5
80
80
|
81
81
LL | type Bar<'b>;
82
82
| ^^^^^^^^^^^^-
@@ -87,7 +87,7 @@ LL | type Bar<'b>;
87
87
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
88
88
89
89
error: missing required bound on `Bar`
90
- --> $DIR/self-outlives-lint.rs:119 :5
90
+ --> $DIR/self-outlives-lint.rs:122 :5
91
91
|
92
92
LL | type Bar<'b>;
93
93
| ^^^^^^^^^^^^-
@@ -98,7 +98,7 @@ LL | type Bar<'b>;
98
98
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
99
99
100
100
error: missing required bound on `Bar`
101
- --> $DIR/self-outlives-lint.rs:126 :5
101
+ --> $DIR/self-outlives-lint.rs:129 :5
102
102
|
103
103
LL | type Bar<'b>;
104
104
| ^^^^^^^^^^^^-
@@ -109,7 +109,7 @@ LL | type Bar<'b>;
109
109
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
110
110
111
111
error: missing required bound on `Item`
112
- --> $DIR/self-outlives-lint.rs:139 :5
112
+ --> $DIR/self-outlives-lint.rs:142 :5
113
113
|
114
114
LL | type Item<'a>;
115
115
| ^^^^^^^^^^^^^-
@@ -120,7 +120,7 @@ LL | type Item<'a>;
120
120
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
121
121
122
122
error: missing required bound on `Iterator`
123
- --> $DIR/self-outlives-lint.rs:141 :5
123
+ --> $DIR/self-outlives-lint.rs:144 :5
124
124
|
125
125
LL | type Iterator<'a>: Iterator<Item = Self::Item<'a>>;
126
126
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
@@ -131,7 +131,7 @@ LL | type Iterator<'a>: Iterator<Item = Self::Item<'a>>;
131
131
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
132
132
133
133
error: missing required bound on `Item`
134
- --> $DIR/self-outlives-lint.rs:147 :5
134
+ --> $DIR/self-outlives-lint.rs:150 :5
135
135
|
136
136
LL | type Item<'a>;
137
137
| ^^^^^^^^^^^^^-
@@ -142,7 +142,7 @@ LL | type Item<'a>;
142
142
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
143
143
144
144
error: missing required bound on `Bar`
145
- --> $DIR/self-outlives-lint.rs:156 :5
145
+ --> $DIR/self-outlives-lint.rs:159 :5
146
146
|
147
147
LL | type Bar<'a, 'b>;
148
148
| ^^^^^^^^^^^^^^^^-
@@ -153,7 +153,7 @@ LL | type Bar<'a, 'b>;
153
153
= note: we are soliciting feedback, see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
154
154
155
155
error: missing required bound on `Fut`
156
- --> $DIR/self-outlives-lint.rs:172 :5
156
+ --> $DIR/self-outlives-lint.rs:175 :5
157
157
|
158
158
LL | type Fut<'out>;
159
159
| ^^^^^^^^^^^^^^-
0 commit comments