You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: diesel_compile_tests/tests/fail/array_expressions_must_be_same_type.stderr
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ error[E0277]: the trait bound `{integer}: SelectableExpression<NoFromClause>` is
110
110
<(T0, T1) as SelectableExpression<QS>>
111
111
<(T0, T1, T2) as SelectableExpression<QS>>
112
112
<(T0, T1, T2, T3) as SelectableExpression<QS>>
113
-
and 138 others
113
+
and 139 others
114
114
= note: required because of the requirements on the impl of `SelectableExpression<NoFromClause>` for `({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>)`
115
115
= note: 1 redundant requirements hidden
116
116
= note: required because of the requirements on the impl of `SelectableExpression<NoFromClause>` for `diesel::pg::expression::array::ArrayLiteral<({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>), diesel::sql_types::Double>`
@@ -134,7 +134,7 @@ error[E0277]: the trait bound `{integer}: ValidGrouping<()>` is not satisfied
134
134
<(T0, T1) as ValidGrouping<__GroupByClause>>
135
135
<(T0, T1, T2) as ValidGrouping<__GroupByClause>>
136
136
<(T0, T1, T2, T3) as ValidGrouping<__GroupByClause>>
137
-
and 126 others
137
+
and 127 others
138
138
= note: required because of the requirements on the impl of `ValidGrouping<()>` for `({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>)`
139
139
= note: 1 redundant requirements hidden
140
140
= note: required because of the requirements on the impl of `ValidGrouping<()>` for `diesel::pg::expression::array::ArrayLiteral<({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>), diesel::sql_types::Double>`
@@ -152,7 +152,7 @@ error[E0277]: the trait bound `{integer}: SelectableExpression<NoFromClause>` is
152
152
<(T0, T1) as SelectableExpression<QS>>
153
153
<(T0, T1, T2) as SelectableExpression<QS>>
154
154
<(T0, T1, T2, T3) as SelectableExpression<QS>>
155
-
and 138 others
155
+
and 139 others
156
156
= note: required because of the requirements on the impl of `SelectableExpression<NoFromClause>` for `({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>)`
157
157
= note: 1 redundant requirements hidden
158
158
= note: required because of the requirements on the impl of `SelectableExpression<NoFromClause>` for `diesel::pg::expression::array::ArrayLiteral<({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>), diesel::sql_types::Double>`
@@ -171,7 +171,7 @@ error[E0277]: the trait bound `{integer}: ValidGrouping<()>` is not satisfied
171
171
<(T0, T1) as ValidGrouping<__GroupByClause>>
172
172
<(T0, T1, T2) as ValidGrouping<__GroupByClause>>
173
173
<(T0, T1, T2, T3) as ValidGrouping<__GroupByClause>>
174
-
and 126 others
174
+
and 127 others
175
175
= note: required because of the requirements on the impl of `ValidGrouping<()>` for `({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>)`
176
176
= note: 1 redundant requirements hidden
177
177
= note: required because of the requirements on the impl of `ValidGrouping<()>` for `diesel::pg::expression::array::ArrayLiteral<({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>), diesel::sql_types::Double>`
@@ -189,7 +189,7 @@ error[E0277]: the trait bound `{integer}: QueryFragment<Pg>` is not satisfied
189
189
<() as QueryFragment<DB>>
190
190
<(T0, T1) as QueryFragment<__DB>>
191
191
<(T0, T1, T2) as QueryFragment<__DB>>
192
-
and 248 others
192
+
and 249 others
193
193
= note: required because of the requirements on the impl of `QueryFragment<Pg>` for `({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>)`
194
194
= note: 3 redundant requirements hidden
195
195
= note: required because of the requirements on the impl of `QueryFragment<Pg>` for `SelectStatement<NoFromClause, diesel::query_builder::select_clause::SelectClause<diesel::pg::expression::array::ArrayLiteral<({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>), diesel::sql_types::Double>>>`
@@ -206,7 +206,7 @@ error[E0277]: the trait bound `{integer}: QueryId` is not satisfied
206
206
<() as QueryId>
207
207
<(T0, T1) as QueryId>
208
208
<(T0, T1, T2) as QueryId>
209
-
and 213 others
209
+
and 214 others
210
210
= note: required because of the requirements on the impl of `QueryId` for `({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>)`
211
211
= note: 3 redundant requirements hidden
212
212
= note: required because of the requirements on the impl of `QueryId` for `SelectStatement<NoFromClause, diesel::query_builder::select_clause::SelectClause<diesel::pg::expression::array::ArrayLiteral<({integer}, diesel::expression::bound::Bound<diesel::sql_types::Double, f64>), diesel::sql_types::Double>>>`
@@ -228,6 +228,6 @@ error[E0277]: the trait bound `{integer}: diesel::Expression` is not satisfied
228
228
<(T0, T1) as diesel::Expression>
229
229
<(T0, T1, T2) as diesel::Expression>
230
230
<(T0, T1, T2, T3) as diesel::Expression>
231
-
and 107 others
231
+
and 108 others
232
232
= note: required because of the requirements on the impl of `AsExpression<diesel::sql_types::Double>` for `{integer}`
233
233
= note: required because of the requirements on the impl of `AsExpressionList<diesel::sql_types::Double>` for `({integer}, f64)`
Copy file name to clipboardExpand all lines: diesel_compile_tests/tests/fail/find_requires_correct_type.stderr
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ error[E0277]: the trait bound `{integer}: diesel::Expression` is not satisfied
32
32
<(T0, T1) as diesel::Expression>
33
33
<(T0, T1, T2) as diesel::Expression>
34
34
<(T0, T1, T2, T3) as diesel::Expression>
35
-
and 111 others
35
+
and 112 others
36
36
= note: required because of the requirements on the impl of `diesel::Expression` for `diesel::expression::operators::Eq<string_primary_key::columns::id, {integer}>`
37
37
= note: required because of the requirements on the impl of `FilterDsl<Grouped<diesel::expression::operators::Eq<string_primary_key::columns::id, {integer}>>>` for `SelectStatement<FromClause<string_primary_key::table>>`
38
38
@@ -47,7 +47,7 @@ error[E0277]: the trait bound `{integer}: ValidGrouping<()>` is not satisfied
47
47
<(T0, T1) as ValidGrouping<__GroupByClause>>
48
48
<(T0, T1, T2) as ValidGrouping<__GroupByClause>>
49
49
<(T0, T1, T2, T3) as ValidGrouping<__GroupByClause>>
50
-
and 132 others
50
+
and 133 others
51
51
= note: required because of the requirements on the impl of `ValidGrouping<()>` for `diesel::expression::operators::Eq<string_primary_key::columns::id, {integer}>`
52
52
= note: required because of the requirements on the impl of `NonAggregate` for `Grouped<diesel::expression::operators::Eq<string_primary_key::columns::id, {integer}>>`
53
53
= note: required because of the requirements on the impl of `FilterDsl<Grouped<diesel::expression::operators::Eq<string_primary_key::columns::id, {integer}>>>` for `SelectStatement<FromClause<string_primary_key::table>>`
0 commit comments