Skip to content

Instantly share code, notes, and snippets.

@goddessfreya
Last active December 26, 2018 09:01
Show Gist options
  • Save goddessfreya/9486867d1141e6af2a5144257c663cf5 to your computer and use it in GitHub Desktop.
Save goddessfreya/9486867d1141e6af2a5144257c663cf5 to your computer and use it in GitHub Desktop.
Compiling diesel v1.3.3 (https://github.com/diesel-rs/diesel.git#59aa49b6)
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
61 | numeric_operation!(Add, " + ");
| ------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
62 | numeric_operation!(Sub, " - ");
| ------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
63 | numeric_operation!(Mul, " * ");
| ------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
64 | numeric_operation!(Div, " / ");
| ------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:11:30
|
11 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/array_comparison.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/array_comparison.rs:14:30
|
14 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:30
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/exists.rs:36:30
|
36 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:30
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `sql_types` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:231:10
|
231 | #[derive(QueryId, Debug, Clone, Copy)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/subselect.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/delete_statement/mod.rs:12:30
|
12 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/distinct_clause.rs:5:30
|
5 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/distinct_clause.rs:7:30
|
7 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/group_by_clause.rs:1:1
|
1 | simple_clause!(NoGroupByClause, GroupByClause, " GROUP BY ");
| ------------------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/group_by_clause.rs:1:1
|
1 | simple_clause!(NoGroupByClause, GroupByClause, " GROUP BY ");
| ------------------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/insert_statement/mod.rs:334:30
|
334 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/insert_statement/mod.rs:345:30
|
345 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/limit_clause.rs:1:1
|
1 | simple_clause!(NoLimitClause, LimitClause, " LIMIT ");
| ------------------------------------------------------ in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/limit_clause.rs:1:1
|
1 | simple_clause!(NoLimitClause, LimitClause, " LIMIT ");
| ------------------------------------------------------ in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:5:30
|
5 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:14:30
|
14 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:40:30
|
40 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:43:30
|
43 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:46:30
|
46 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:49:30
|
49 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:54:30
|
54 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:57:30
|
57 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:60:30
|
60 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/offset_clause.rs:1:1
|
1 | simple_clause!(NoOffsetClause, OffsetClause, " OFFSET ");
| --------------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/offset_clause.rs:1:1
|
1 | simple_clause!(NoOffsetClause, OffsetClause, " OFFSET ");
| --------------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/order_clause.rs:1:1
|
1 | simple_clause!(NoOrderClause, OrderClause, " ORDER BY ");
| --------------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/order_clause.rs:1:1
|
1 | simple_clause!(NoOrderClause, OrderClause, " ORDER BY ");
| --------------------------------------------------------- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/returning_clause.rs:3:1
|
3 | / simple_clause!(
4 | | NoReturningClause,
5 | | ReturningClause,
6 | | " RETURNING ",
7 | | backend_bounds = SupportsReturningClause
8 | | );
| |__- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/returning_clause.rs:3:1
|
3 | / simple_clause!(
4 | | NoReturningClause,
5 | | ReturningClause,
6 | | " RETURNING ",
7 | | backend_bounds = SupportsReturningClause
8 | | );
| |__- in this macro invocation
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/select_clause.rs:6:30
|
6 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/select_clause.rs:8:30
|
8 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/select_statement/mod.rs:36:30
|
36 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/where_clause.rs:31:30
|
31 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/where_clause.rs:69:30
|
69 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_source/joins.rs:12:30
|
12 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_source/joins.rs:20:30
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_source/joins.rs:215:39
|
215 | #[derive(Debug, Clone, Copy, Default, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_source/joins.rs:226:39
|
226 | #[derive(Debug, Clone, Copy, Default, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:37:39
|
37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:75:39
|
75 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:96:39
|
96 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:115:39
|
115 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:136:39
|
136 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:155:39
|
155 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:177:39
|
177 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:205:39
|
205 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:248:39
|
248 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:278:39
|
278 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:298:39
|
298 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:313:39
|
313 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:336:39
|
336 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `query_builder` in `diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:22
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:22
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:10
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::date_and_time::_impl_from_sql_row_for_systemtimeproxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:26
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:26
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:14
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_boolproxy::diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:18:14
|
18 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_i8proxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:26
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:26
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:14
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_i16proxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:26
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:26
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:14
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_i32proxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:26
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:26
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:14
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_i64proxy::diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:38:14
|
38 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_u8proxy::diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:46:14
|
46 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_u16proxy::diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:54:14
|
54 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_u32proxy::diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:63:14
|
63 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_u64proxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:26
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:26
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:14
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_f32proxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:26
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:26
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:14
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_f64proxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:26
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:26
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:14
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_stringproxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:89:14
|
89 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:89:14
|
89 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:97:14
|
97 | #[derive(FromSqlRow)]
| ^^^^^^^^^^ no `deserialize` in `type_impls::primitives::foreign_impls::_impl_from_sql_row_for_vecproxy::diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:101:14
|
101 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:101:14
|
101 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0433]: failed to resolve: could not find `expression` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:106:14
|
106 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:106:14
|
106 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `expression` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
...
61 | numeric_operation!(Add, " + ");
| ------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
...
62 | numeric_operation!(Sub, " - ");
| ------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
...
63 | numeric_operation!(Mul, " * ");
| ------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
...
64 | numeric_operation!(Div, " / ");
| ------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:11:30
|
11 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/array_comparison.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/array_comparison.rs:14:30
|
14 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:42
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:30
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/exists.rs:36:30
|
36 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:30
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:38
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type or module `Add`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Add`
error[E0433]: failed to resolve: use of undeclared type or module `Sub`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Sub`
error[E0433]: failed to resolve: use of undeclared type or module `Mul`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Mul`
error[E0433]: failed to resolve: use of undeclared type or module `Div`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ use of undeclared type or module `Div`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:231:10
|
231 | #[derive(QueryId, Debug, Clone, Copy)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/subselect.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/delete_statement/mod.rs:12:30
|
12 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/distinct_clause.rs:5:30
|
5 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/distinct_clause.rs:7:30
|
7 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/group_by_clause.rs:1:1
|
1 | simple_clause!(NoGroupByClause, GroupByClause, " GROUP BY ");
| ------------------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/group_by_clause.rs:1:1
|
1 | simple_clause!(NoGroupByClause, GroupByClause, " GROUP BY ");
| ------------------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/insert_statement/mod.rs:334:30
|
334 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/insert_statement/mod.rs:345:30
|
345 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/limit_clause.rs:1:1
|
1 | simple_clause!(NoLimitClause, LimitClause, " LIMIT ");
| ------------------------------------------------------ in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/limit_clause.rs:1:1
|
1 | simple_clause!(NoLimitClause, LimitClause, " LIMIT ");
| ------------------------------------------------------ in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:5:30
|
5 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:14:30
|
14 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:40:30
|
40 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:43:30
|
43 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:46:30
|
46 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:49:30
|
49 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:54:30
|
54 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:57:30
|
57 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/locking_clause.rs:60:30
|
60 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/offset_clause.rs:1:1
|
1 | simple_clause!(NoOffsetClause, OffsetClause, " OFFSET ");
| --------------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/offset_clause.rs:1:1
|
1 | simple_clause!(NoOffsetClause, OffsetClause, " OFFSET ");
| --------------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/order_clause.rs:1:1
|
1 | simple_clause!(NoOrderClause, OrderClause, " ORDER BY ");
| --------------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/order_clause.rs:1:1
|
1 | simple_clause!(NoOrderClause, OrderClause, " ORDER BY ");
| --------------------------------------------------------- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:11:38
|
11 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/returning_clause.rs:3:1
|
3 | / simple_clause!(
4 | | NoReturningClause,
5 | | ReturningClause,
6 | | " RETURNING ",
7 | | backend_bounds = SupportsReturningClause
8 | | );
| |__- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/clause_macro.rs:20:38
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/returning_clause.rs:3:1
|
3 | / simple_clause!(
4 | | NoReturningClause,
5 | | ReturningClause,
6 | | " RETURNING ",
7 | | backend_bounds = SupportsReturningClause
8 | | );
| |__- in this macro invocation
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/select_clause.rs:6:30
|
6 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/select_clause.rs:8:30
|
8 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/select_statement/mod.rs:36:30
|
36 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/where_clause.rs:31:30
|
31 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_builder/where_clause.rs:69:30
|
69 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_source/joins.rs:12:30
|
12 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_source/joins.rs:20:30
|
20 | #[derive(Debug, Clone, Copy, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_source/joins.rs:215:39
|
215 | #[derive(Debug, Clone, Copy, Default, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/query_source/joins.rs:226:39
|
226 | #[derive(Debug, Clone, Copy, Default, QueryId)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:37:39
|
37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:37:48
|
37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:37:48
|
37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:58:48
|
58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:58:48
|
58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:75:39
|
75 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:75:48
|
75 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:75:48
|
75 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:96:39
|
96 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:96:48
|
96 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:96:48
|
96 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:115:39
|
115 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:115:48
|
115 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:115:48
|
115 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:136:39
|
136 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:136:48
|
136 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:136:48
|
136 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:155:39
|
155 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:155:48
|
155 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:155:48
|
155 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:177:39
|
177 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:177:48
|
177 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:177:48
|
177 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:205:39
|
205 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:205:48
|
205 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:205:48
|
205 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:248:39
|
248 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:248:48
|
248 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:248:48
|
248 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:278:39
|
278 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:278:48
|
278 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:278:48
|
278 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:298:39
|
298 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:298:48
|
298 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:298:48
|
298 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:313:39
|
313 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:313:48
|
313 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:313:48
|
313 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:336:39
|
336 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:336:48
|
336 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^
error[E0433]: failed to resolve: could not find `sql_types` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/sql_types/mod.rs:336:48
|
336 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
| ^^^^^^^ could not find `sql_types` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:10
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:10
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:10
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:22
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type or module `Bound`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:22
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ use of undeclared type or module `Bound`
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:22
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:22
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:14
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:14
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:14
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:26
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:26
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:13:26
|
13 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:18:14
|
18 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:18:14
|
18 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:18:14
|
18 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:14
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:14
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:14
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:26
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:26
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:23:26
|
23 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:14
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:14
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:14
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:26
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:26
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:28:26
|
28 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:14
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:14
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:14
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:26
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:26
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:33:26
|
33 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:38:14
|
38 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:38:14
|
38 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:38:14
|
38 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:46:14
|
46 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:46:14
|
46 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:46:14
|
46 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:54:14
|
54 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:54:14
|
54 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:54:14
|
54 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:63:14
|
63 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:63:14
|
63 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:63:14
|
63 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:14
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:14
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:14
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:26
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:26
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:71:26
|
71 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:14
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:14
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:14
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:26
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:26
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:76:26
|
76 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:14
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:14
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:14
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:26
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:26
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:81:26
|
81 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:89:14
|
89 | #[derive(AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:89:14
|
89 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:89:14
|
89 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:97:14
|
97 | #[derive(FromSqlRow)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:97:14
|
97 | #[derive(FromSqlRow)]
| ^^^^^^^^^^ could not find `backend` in `diesel`
error[E0433]: failed to resolve: could not find `row` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:97:14
|
97 | #[derive(FromSqlRow)]
| ^^^^^^^^^^ could not find `row` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:101:14
|
101 | #[derive(AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:101:14
|
101 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:101:14
|
101 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error: cannot find macro `__diesel_use_everything!` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:106:14
|
106 | #[derive(AsExpression)]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `serialize` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:106:14
|
106 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `serialize` in `diesel`
error[E0433]: failed to resolve: could not find `backend` in `diesel`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/primitives.rs:106:14
|
106 | #[derive(AsExpression)]
| ^^^^^^^^^^^^ could not find `backend` in `diesel`
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `SUM` function. This function can only take types which are
5 | | /// Foldable.
6 | | ///
... |
21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
22 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_folding.rs:24:1
|
24 | / sql_function! {
25 | | /// Represents a SQL `AVG` function. This function can only take types which are
26 | | /// Foldable.
27 | | ///
... |
68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
69 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:3:1
|
3 | / sql_function! {
4 | | /// Represents a SQL `MAX` function. This function can only take types which are
5 | | /// ordered.
6 | | ///
... |
20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
21 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/aggregate_ordering.rs:23:1
|
23 | / sql_function! {
24 | | /// Represents a SQL `MIN` function. This function can only take types which are
25 | | /// ordered.
26 | | ///
... |
40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
41 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/date_and_time.rs:31:1
|
31 | / sql_function! {
32 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
33 | | /// expression, and the return value will be an expression of type Date.
34 | |
... |
48 | | fn date(expr: Timestamp) -> Date;
49 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/bound.rs:10:30
|
10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/coerce.rs:8:39
|
8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/functions/mod.rs:219:51
|
219 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
|
::: /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:7:1
|
7 | / sql_function! {
8 | | /// Creates a SQL `COUNT` expression
9 | | ///
10 | | /// As with most bare functions, this is not exported by default. You can import
... |
28 | | fn count<T>(expr: T) -> BigInt;
29 | | }
| |_- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/count.rs:58:39
|
58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/grouped.rs:6:48
|
6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/nullable.rs:8:30
|
8 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
339 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
| ---------------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
340 | diesel_infix_operator!(And, " AND ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
341 | diesel_infix_operator!(Between, " BETWEEN ");
| --------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
342 | diesel_infix_operator!(Escape, " ESCAPE ");
| ------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
343 | diesel_infix_operator!(Eq, " = ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
344 | diesel_infix_operator!(Gt, " > ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
345 | diesel_infix_operator!(GtEq, " >= ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
346 | diesel_infix_operator!(Like, " LIKE ");
| --------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
347 | diesel_infix_operator!(Lt, " < ");
| ---------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
348 | diesel_infix_operator!(LtEq, " <= ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
349 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
| ---------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
350 | diesel_infix_operator!(NotEq, " != ");
| -------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
351 | diesel_infix_operator!(NotLike, " NOT LIKE ");
| ---------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
352 | diesel_infix_operator!(Or, " OR ");
| ----------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
354 | diesel_postfix_operator!(IsNull, " IS NULL");
| --------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
355 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
| ---------------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
356 | diesel_postfix_operator!(Asc, " ASC", ());
| ------------------------------------------ in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
357 | diesel_postfix_operator!(Desc, " DESC", ());
| -------------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/operators.rs:66:47
|
66 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
...
359 | diesel_prefix_operator!(Not, "NOT ");
| ------------------------------------- in this macro invocation
error[E0405]: cannot find trait `Add` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/sql_literal.rs:9:24
|
9 | #[derive(Debug, Clone, DieselNumericOps)]
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Bound` in this scope
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/type_impls/date_and_time.rs:5:22
|
5 | #[derive(FromSqlRow, AsExpression)]
| ^^^^^^^^^^^^ not found in this scope
error: aborting due to 652 previous errors
Some errors occurred: E0405, E0412, E0432, E0433.
For more information about an error, try `rustc --explain E0405`.
error: Could not compile `diesel`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment