@@ -4,6 +4,16 @@ error[E0277]: the trait bound `i32: diesel::Expression` is not satisfied
4
4
10 | #[derive(Insertable)]
5
5
| ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `i32`
6
6
|
7
+ = help: the following other types implement trait `diesel::Expression`:
8
+ &'a T
9
+ (T0, T1)
10
+ (T0, T1, T2)
11
+ (T0, T1, T2, T3)
12
+ (T0, T1, T2, T3, T4)
13
+ (T0, T1, T2, T3, T4, T5)
14
+ (T0, T1, T2, T3, T4, T5, T6)
15
+ (T0, T1, T2, T3, T4, T5, T6, T7)
16
+ and 117 others
7
17
= note: required because of the requirements on the impl of `AsExpression<diesel::sql_types::Text>` for `i32`
8
18
= note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
9
19
@@ -13,6 +23,16 @@ error[E0277]: the trait bound `i32: diesel::Expression` is not satisfied
13
23
10 | #[derive(Insertable)]
14
24
| ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `i32`
15
25
|
26
+ = help: the following other types implement trait `diesel::Expression`:
27
+ &'a T
28
+ (T0, T1)
29
+ (T0, T1, T2)
30
+ (T0, T1, T2, T3)
31
+ (T0, T1, T2, T3, T4)
32
+ (T0, T1, T2, T3, T4, T5)
33
+ (T0, T1, T2, T3, T4, T5, T6)
34
+ (T0, T1, T2, T3, T4, T5, T6, T7)
35
+ and 117 others
16
36
= note: required because of the requirements on the impl of `diesel::Expression` for `&'insert i32`
17
37
= note: required because of the requirements on the impl of `AsExpression<diesel::sql_types::Text>` for `&'insert i32`
18
38
= note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
@@ -23,6 +43,16 @@ error[E0277]: the trait bound `i32: diesel::Expression` is not satisfied
23
43
10 | #[derive(Insertable)]
24
44
| ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `i32`
25
45
|
46
+ = help: the following other types implement trait `diesel::Expression`:
47
+ &'a T
48
+ (T0, T1)
49
+ (T0, T1, T2)
50
+ (T0, T1, T2, T3)
51
+ (T0, T1, T2, T3, T4)
52
+ (T0, T1, T2, T3, T4, T5)
53
+ (T0, T1, T2, T3, T4, T5, T6)
54
+ (T0, T1, T2, T3, T4, T5, T6, T7)
55
+ and 117 others
26
56
= note: required because of the requirements on the impl of `diesel::Expression` for `&i32`
27
57
= note: required because of the requirements on the impl of `AsExpression<diesel::sql_types::Text>` for `&i32`
28
58
= note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments