@@ -6,8 +6,8 @@ LL | type Item<'x>;
6
6
| |
7
7
| help: add the required where clause: `where Self: 'x`
8
8
|
9
- = note: this bound is required to ensure that impls have maximum flexibility
10
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
9
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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
13
--> $DIR/self-outlives-lint.rs:25:5
@@ -17,8 +17,8 @@ LL | type Out<'x>;
17
17
| |
18
18
| help: add the required where clause: `where T: 'x`
19
19
|
20
- = note: this bound is required to ensure that impls have maximum flexibility
21
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
20
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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
24
--> $DIR/self-outlives-lint.rs:39:5
@@ -28,8 +28,8 @@ LL | type Out<'x>;
28
28
| |
29
29
| help: add the required where clause: `where T: 'x`
30
30
|
31
- = note: this bound is required to ensure that impls have maximum flexibility
32
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
31
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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
35
--> $DIR/self-outlives-lint.rs:46:5
@@ -39,8 +39,8 @@ LL | type Out<'x, 'y>;
39
39
| |
40
40
| help: add the required where clauses: `where T: 'x, U: 'y`
41
41
|
42
- = note: these bounds are required to ensure that impls have maximum flexibility
43
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
42
+ = note: these bounds are currently required to ensure that impls have maximum flexibility
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
46
--> $DIR/self-outlives-lint.rs:61:5
@@ -50,8 +50,8 @@ LL | type Out<'x, D>;
50
50
| |
51
51
| help: add the required where clause: `where D: 'x`
52
52
|
53
- = note: this bound is required to ensure that impls have maximum flexibility
54
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
53
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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
57
--> $DIR/self-outlives-lint.rs:77:5
@@ -61,8 +61,8 @@ LL | type Out<'x, D>;
61
61
| |
62
62
| help: add the required where clause: `where D: 'x`
63
63
|
64
- = note: this bound is required to ensure that impls have maximum flexibility
65
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
64
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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
68
--> $DIR/self-outlives-lint.rs:92:5
@@ -72,8 +72,8 @@ LL | type Out<'x, D>;
72
72
| |
73
73
| help: add the required where clause: `where D: 'x`
74
74
|
75
- = note: this bound is required to ensure that impls have maximum flexibility
76
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
75
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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
79
--> $DIR/self-outlives-lint.rs:114:5
@@ -83,8 +83,8 @@ LL | type Bar<'b>;
83
83
| |
84
84
| help: add the required where clauses: `where Self: 'a, Self: 'b`
85
85
|
86
- = note: these bounds are required to ensure that impls have maximum flexibility
87
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
86
+ = note: these bounds are currently required to ensure that impls have maximum flexibility
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
90
--> $DIR/self-outlives-lint.rs:122:5
@@ -94,8 +94,8 @@ LL | type Bar<'b>;
94
94
| |
95
95
| help: add the required where clause: `where Self: 'b`
96
96
|
97
- = note: this bound is required to ensure that impls have maximum flexibility
98
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
97
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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
101
--> $DIR/self-outlives-lint.rs:129:5
@@ -105,8 +105,8 @@ LL | type Bar<'b>;
105
105
| |
106
106
| help: add the required where clause: `where Self: 'b`
107
107
|
108
- = note: this bound is required to ensure that impls have maximum flexibility
109
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
108
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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 `Iterator`
112
112
--> $DIR/self-outlives-lint.rs:143:5
@@ -116,8 +116,8 @@ LL | type Iterator<'a>: Iterator<Item = Self::Item<'a>>;
116
116
| |
117
117
| help: add the required where clause: `where Self: 'a`
118
118
|
119
- = note: this bound is required to ensure that impls have maximum flexibility
120
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
119
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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 `Bar`
123
123
--> $DIR/self-outlives-lint.rs:151:5
@@ -127,8 +127,8 @@ LL | type Bar<'a, 'b>;
127
127
| |
128
128
| help: add the required where clause: `where 'b: 'a`
129
129
|
130
- = note: this bound is required to ensure that impls have maximum flexibility
131
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
130
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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 `Fut`
134
134
--> $DIR/self-outlives-lint.rs:167:5
@@ -138,8 +138,8 @@ LL | type Fut<'out>;
138
138
| |
139
139
| help: add the required where clause: `where 'ctx: 'out`
140
140
|
141
- = note: this bound is required to ensure that impls have maximum flexibility
142
- = note: see issue #87479 <https://github.com/rust-lang/rust/issues/87479> for more information
141
+ = note: this bound is currently required to ensure that impls have maximum flexibility
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: aborting due to 13 previous errors
145
145
0 commit comments