Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.68.0-nightly (c6fcdb690 2022-12-10)# docs.rs version
docsrs 0.6.0 (013508c6 2022-12-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/diesel-1.3.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/diesel-1.3.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "postgres mysql sqlite extras" "--no-default-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221210-1.68.0-nightly-c6fcdb690\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 28e3e211a2f0c3f6917ad6a0ffaf237089095d26033078d939b23b8ccdee33fd
[INFO] running `Command { std: "docker" "start" "-a" "28e3e211a2f0c3f6917ad6a0ffaf237089095d26033078d939b23b8ccdee33fd", kill_on_drop: false }`
[INFO] [stderr] Documenting diesel v1.3.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `sql_types`
[INFO] [stderr] --> src/pg/types/date_and_time/deprecated_time.rs:12:22
[INFO] [stderr] |
[INFO] [stderr] 12 | #[derive(FromSqlRow, AsExpression)]
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared crate or module `sql_types`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `sql_types`
[INFO] [stderr] --> src/pg/types/floats/mod.rs:13:51
[INFO] [stderr] |
[INFO] [stderr] 13 | #[derive(Debug, Clone, PartialEq, Eq, FromSqlRow, AsExpression)]
[INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared crate or module `sql_types`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AsExpression` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Add` in this scope
[INFO] [stderr] --> src/expression/ops/numeric.rs:9:38
[INFO] [stderr] |
[INFO] [stderr] 9 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 61 | numeric_operation!(Add, " + ");
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::ops::Add
[INFO] [stderr] expression::ops::Add
[INFO] [stderr] sql_types::ops::Add
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `numeric_operation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Sub` in this scope
[INFO] [stderr] --> src/expression/ops/numeric.rs:9:38
[INFO] [stderr] |
[INFO] [stderr] 9 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 62 | numeric_operation!(Sub, " - ");
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::ops::Sub
[INFO] [stderr] expression::ops::Sub
[INFO] [stderr] sql_types::ops::Sub
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `numeric_operation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Mul` in this scope
[INFO] [stderr] --> src/expression/ops/numeric.rs:9:38
[INFO] [stderr] |
[INFO] [stderr] 9 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 63 | numeric_operation!(Mul, " * ");
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::ops::Mul
[INFO] [stderr] expression::ops::Mul
[INFO] [stderr] sql_types::ops::Mul
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `numeric_operation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Div` in this scope
[INFO] [stderr] --> src/expression/ops/numeric.rs:9:38
[INFO] [stderr] |
[INFO] [stderr] 9 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 64 | numeric_operation!(Div, " / ");
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::ops::Div
[INFO] [stderr] expression::ops::Div
[INFO] [stderr] sql_types::ops::Div
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `numeric_operation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `sum` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:42
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/aggregate_folding.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | / sql_function! {
[INFO] [stderr] 4 | | /// Represents a SQL `SUM` function. This function can only take types which are
[INFO] [stderr] 5 | | /// Foldable.
[INFO] [stderr] 6 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
[INFO] [stderr] 22 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::dsl::sum::sum
[INFO] [stderr] helper_types::sum
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `sum` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:51
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/aggregate_folding.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | / sql_function! {
[INFO] [stderr] 4 | | /// Represents a SQL `SUM` function. This function can only take types which are
[INFO] [stderr] 5 | | /// Foldable.
[INFO] [stderr] 6 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 21 | | fn sum<ST: Foldable>(expr: ST) -> ST::Sum;
[INFO] [stderr] 22 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::dsl::sum::sum
[INFO] [stderr] helper_types::sum
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `avg` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:42
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/aggregate_folding.rs:24:1
[INFO] [stderr] |
[INFO] [stderr] 24 | / sql_function! {
[INFO] [stderr] 25 | | /// Represents a SQL `AVG` function. This function can only take types which are
[INFO] [stderr] 26 | | /// Foldable.
[INFO] [stderr] 27 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
[INFO] [stderr] 69 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::dsl::avg::avg
[INFO] [stderr] helper_types::avg
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `avg` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:51
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/aggregate_folding.rs:24:1
[INFO] [stderr] |
[INFO] [stderr] 24 | / sql_function! {
[INFO] [stderr] 25 | | /// Represents a SQL `AVG` function. This function can only take types which are
[INFO] [stderr] 26 | | /// Foldable.
[INFO] [stderr] 27 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 68 | | fn avg<ST: Foldable>(expr: ST) -> ST::Avg;
[INFO] [stderr] 69 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::dsl::avg::avg
[INFO] [stderr] helper_types::avg
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `max` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:42
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/aggregate_ordering.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | / sql_function! {
[INFO] [stderr] 4 | | /// Represents a SQL `MAX` function. This function can only take types which are
[INFO] [stderr] 5 | | /// ordered.
[INFO] [stderr] 6 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
[INFO] [stderr] 21 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::dsl::max::max
[INFO] [stderr] helper_types::max
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `max` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:51
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/aggregate_ordering.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | / sql_function! {
[INFO] [stderr] 4 | | /// Represents a SQL `MAX` function. This function can only take types which are
[INFO] [stderr] 5 | | /// ordered.
[INFO] [stderr] 6 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 20 | | fn max<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
[INFO] [stderr] 21 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::dsl::max::max
[INFO] [stderr] helper_types::max
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `min` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:42
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/aggregate_ordering.rs:23:1
[INFO] [stderr] |
[INFO] [stderr] 23 | / sql_function! {
[INFO] [stderr] 24 | | /// Represents a SQL `MIN` function. This function can only take types which are
[INFO] [stderr] 25 | | /// ordered.
[INFO] [stderr] 26 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::dsl::min::min
[INFO] [stderr] helper_types::min
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `min` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:51
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/aggregate_ordering.rs:23:1
[INFO] [stderr] |
[INFO] [stderr] 23 | / sql_function! {
[INFO] [stderr] 24 | | /// Represents a SQL `MIN` function. This function can only take types which are
[INFO] [stderr] 25 | | /// ordered.
[INFO] [stderr] 26 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | fn min<ST: SqlOrd + IntoNullable>(expr: ST) -> ST::Nullable;
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::dsl::min::min
[INFO] [stderr] helper_types::min
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `now` in this scope
[INFO] [stderr] --> src/expression/functions/date_and_time.rs:10:30
[INFO] [stderr] |
[INFO] [stderr] 10 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] dsl::now
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `date` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:42
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/date_and_time.rs:30:1
[INFO] [stderr] |
[INFO] [stderr] 30 | / sql_function! {
[INFO] [stderr] 31 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
[INFO] [stderr] 32 | | /// expression, and the return value will be an expression of type Date.
[INFO] [stderr] 33 | |
[INFO] [stderr] ... |
[INFO] [stderr] 47 | | fn date(expr: Timestamp) -> Date;
[INFO] [stderr] 48 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] dsl::date
[INFO] [stderr] expression::functions::date_and_time::date::date
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `date` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:51
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/functions/date_and_time.rs:30:1
[INFO] [stderr] |
[INFO] [stderr] 30 | / sql_function! {
[INFO] [stderr] 31 | | /// Represents the SQL `DATE` function. The argument should be a Timestamp
[INFO] [stderr] 32 | | /// expression, and the return value will be an expression of type Date.
[INFO] [stderr] 33 | |
[INFO] [stderr] ... |
[INFO] [stderr] 47 | | fn date(expr: Timestamp) -> Date;
[INFO] [stderr] 48 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] dsl::date
[INFO] [stderr] expression::functions::date_and_time::date::date
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `In` in this scope
[INFO] [stderr] --> src/expression/array_comparison.rs:8:30
[INFO] [stderr] |
[INFO] [stderr] 8 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ help: a trait with a similar name exists: `Fn`
[INFO] [stderr] --> /rustc/c6fcdb690609769a240fc8ab0de0ce68d5ea7dba/library/core/src/ops/function.rs:158:1
[INFO] [stderr] |
[INFO] [stderr] = note: similarly named trait `Fn` defined here
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::array_comparison::In
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NotIn` in this scope
[INFO] [stderr] --> src/expression/array_comparison.rs:14:30
[INFO] [stderr] |
[INFO] [stderr] 14 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::array_comparison::NotIn
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Bound` in this scope
[INFO] [stderr] --> src/expression/bound.rs:10:30
[INFO] [stderr] |
[INFO] [stderr] 10 | #[derive(Debug, Clone, Copy, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::ops::Bound
[INFO] [stderr] expression::bound::Bound
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Coerce` in this scope
[INFO] [stderr] --> src/expression/coerce.rs:8:30
[INFO] [stderr] |
[INFO] [stderr] 8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::coerce::Coerce
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Coerce` in this scope
[INFO] [stderr] --> src/expression/coerce.rs:8:39
[INFO] [stderr] |
[INFO] [stderr] 8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::coerce::Coerce
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `count` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:42
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/count.rs:7:1
[INFO] [stderr] |
[INFO] [stderr] 7 | / sql_function! {
[INFO] [stderr] 8 | | /// Creates a SQL `COUNT` expression
[INFO] [stderr] 9 | | ///
[INFO] [stderr] 10 | | /// As with most bare functions, this is not exported by default. You can import
[INFO] [stderr] ... |
[INFO] [stderr] 28 | | fn count<T>(expr: T) -> BigInt;
[INFO] [stderr] 29 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] dsl::count
[INFO] [stderr] expression::count::count::count
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `count` in this scope
[INFO] [stderr] --> src/expression/functions/mod.rs:250:51
[INFO] [stderr] |
[INFO] [stderr] 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/expression/count.rs:7:1
[INFO] [stderr] |
[INFO] [stderr] 7 | / sql_function! {
[INFO] [stderr] 8 | | /// Creates a SQL `COUNT` expression
[INFO] [stderr] 9 | | ///
[INFO] [stderr] 10 | | /// As with most bare functions, this is not exported by default. You can import
[INFO] [stderr] ... |
[INFO] [stderr] 28 | | fn count<T>(expr: T) -> BigInt;
[INFO] [stderr] 29 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] dsl::count
[INFO] [stderr] expression::count::count::count
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `sql_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `CountStar` in this scope
[INFO] [stderr] --> src/expression/count.rs:58:30
[INFO] [stderr] |
[INFO] [stderr] 58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] dsl::CountStar
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `CountStar` in this scope
[INFO] [stderr] --> src/expression/count.rs:58:39
[INFO] [stderr] |
[INFO] [stderr] 58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] dsl::CountStar
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Exists` in this scope
[INFO] [stderr] --> src/expression/exists.rs:36:30
[INFO] [stderr] |
[INFO] [stderr] 36 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::exists::Exists
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Grouped` in this scope
[INFO] [stderr] --> src/expression/grouped.rs:6:30
[INFO] [stderr] |
[INFO] [stderr] 6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::grouped::Grouped
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Grouped` in this scope
[INFO] [stderr] --> src/expression/grouped.rs:6:48
[INFO] [stderr] |
[INFO] [stderr] 6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::grouped::Grouped
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Nullable` in this scope
[INFO] [stderr] --> src/expression/nullable.rs:7:30
[INFO] [stderr] |
[INFO] [stderr] 7 | #[derive(Debug, Copy, Clone, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::nullable::Nullable
[INFO] [stderr] helper_types::Nullable
[INFO] [stderr] sql_types::Nullable
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Concat` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 325 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
[INFO] [stderr] | --------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Concat
[INFO] [stderr] std::slice::Concat
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Concat` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 325 | diesel_infix_operator!(Concat, " || ", ReturnBasedOnArgs);
[INFO] [stderr] | --------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Concat
[INFO] [stderr] std::slice::Concat
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `And` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 326 | diesel_infix_operator!(And, " AND ");
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::And
[INFO] [stderr] helper_types::And
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `And` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 326 | diesel_infix_operator!(And, " AND ");
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::And
[INFO] [stderr] helper_types::And
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Between` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 327 | diesel_infix_operator!(Between, " BETWEEN ");
[INFO] [stderr] | -------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Between
[INFO] [stderr] helper_types::Between
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Between` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 327 | diesel_infix_operator!(Between, " BETWEEN ");
[INFO] [stderr] | -------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Between
[INFO] [stderr] helper_types::Between
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Escape` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 328 | diesel_infix_operator!(Escape, " ESCAPE ");
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Escape
[INFO] [stderr] helper_types::Escape
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Escape` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 328 | diesel_infix_operator!(Escape, " ESCAPE ");
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Escape
[INFO] [stderr] helper_types::Escape
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Gt` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 330 | diesel_infix_operator!(Gt, " > ");
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Gt
[INFO] [stderr] helper_types::Gt
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Gt` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 330 | diesel_infix_operator!(Gt, " > ");
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Gt
[INFO] [stderr] helper_types::Gt
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `GtEq` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 331 | diesel_infix_operator!(GtEq, " >= ");
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::GtEq
[INFO] [stderr] helper_types::GtEq
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `GtEq` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 331 | diesel_infix_operator!(GtEq, " >= ");
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::GtEq
[INFO] [stderr] helper_types::GtEq
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Like` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 332 | diesel_infix_operator!(Like, " LIKE ");
[INFO] [stderr] | -------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Like
[INFO] [stderr] helper_types::Like
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Like` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 332 | diesel_infix_operator!(Like, " LIKE ");
[INFO] [stderr] | -------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Like
[INFO] [stderr] helper_types::Like
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Lt` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 333 | diesel_infix_operator!(Lt, " < ");
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Lt
[INFO] [stderr] helper_types::Lt
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Lt` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 333 | diesel_infix_operator!(Lt, " < ");
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Lt
[INFO] [stderr] helper_types::Lt
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `LtEq` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 334 | diesel_infix_operator!(LtEq, " <= ");
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::LtEq
[INFO] [stderr] helper_types::LtEq
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `LtEq` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 334 | diesel_infix_operator!(LtEq, " <= ");
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::LtEq
[INFO] [stderr] helper_types::LtEq
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NotBetween` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 335 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
[INFO] [stderr] | --------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::NotBetween
[INFO] [stderr] helper_types::NotBetween
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NotBetween` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 335 | diesel_infix_operator!(NotBetween, " NOT BETWEEN ");
[INFO] [stderr] | --------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::NotBetween
[INFO] [stderr] helper_types::NotBetween
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NotEq` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 336 | diesel_infix_operator!(NotEq, " != ");
[INFO] [stderr] | ------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::NotEq
[INFO] [stderr] helper_types::NotEq
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NotEq` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 336 | diesel_infix_operator!(NotEq, " != ");
[INFO] [stderr] | ------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::NotEq
[INFO] [stderr] helper_types::NotEq
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NotLike` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 337 | diesel_infix_operator!(NotLike, " NOT LIKE ");
[INFO] [stderr] | --------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::NotLike
[INFO] [stderr] helper_types::NotLike
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NotLike` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 337 | diesel_infix_operator!(NotLike, " NOT LIKE ");
[INFO] [stderr] | --------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::NotLike
[INFO] [stderr] helper_types::NotLike
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Or` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ help: a trait with a similar name exists: `Ord`
[INFO] [stderr] ...
[INFO] [stderr] 338 | diesel_infix_operator!(Or, " OR ");
[INFO] [stderr] | ---------------------------------- in this macro invocation
[INFO] [stderr] --> /rustc/c6fcdb690609769a240fc8ab0de0ce68d5ea7dba/library/core/src/cmp.rs:766:1
[INFO] [stderr] |
[INFO] [stderr] = note: similarly named trait `Ord` defined here
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Or
[INFO] [stderr] helper_types::Or
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Or` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `Ord`
[INFO] [stderr] ...
[INFO] [stderr] 338 | diesel_infix_operator!(Or, " OR ");
[INFO] [stderr] | ---------------------------------- in this macro invocation
[INFO] [stderr] --> /rustc/c6fcdb690609769a240fc8ab0de0ce68d5ea7dba/library/core/src/cmp.rs:766:1
[INFO] [stderr] |
[INFO] [stderr] = note: similarly named trait `Ord` defined here
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Or
[INFO] [stderr] helper_types::Or
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `IsNull` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 340 | diesel_postfix_operator!(IsNull, " IS NULL");
[INFO] [stderr] | -------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::IsNull
[INFO] [stderr] helper_types::IsNull
[INFO] [stderr] serialize::IsNull
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_postfix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `IsNull` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 340 | diesel_postfix_operator!(IsNull, " IS NULL");
[INFO] [stderr] | -------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::IsNull
[INFO] [stderr] helper_types::IsNull
[INFO] [stderr] serialize::IsNull
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_postfix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `IsNotNull` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 341 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
[INFO] [stderr] | --------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::IsNotNull
[INFO] [stderr] helper_types::IsNotNull
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_postfix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `IsNotNull` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 341 | diesel_postfix_operator!(IsNotNull, " IS NOT NULL");
[INFO] [stderr] | --------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::IsNotNull
[INFO] [stderr] helper_types::IsNotNull
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_postfix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Asc` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 342 | diesel_postfix_operator!(Asc, " ASC", ());
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Asc
[INFO] [stderr] helper_types::Asc
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_postfix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Asc` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 342 | diesel_postfix_operator!(Asc, " ASC", ());
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Asc
[INFO] [stderr] helper_types::Asc
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_postfix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Desc` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 343 | diesel_postfix_operator!(Desc, " DESC", ());
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Desc
[INFO] [stderr] helper_types::Desc
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_postfix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Desc` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 343 | diesel_postfix_operator!(Desc, " DESC", ());
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] expression::operators::Desc
[INFO] [stderr] helper_types::Desc
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_postfix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Not` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 345 | diesel_prefix_operator!(Not, "NOT ");
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::ops::Not
[INFO] [stderr] expression::operators::Not
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_prefix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Not` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] ...
[INFO] [stderr] 345 | diesel_prefix_operator!(Not, "NOT ");
[INFO] [stderr] | ------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::ops::Not
[INFO] [stderr] expression::operators::Not
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_prefix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SqlLiteral` in this scope
[INFO] [stderr] --> src/expression/sql_literal.rs:9:24
[INFO] [stderr] |
[INFO] [stderr] 9 | #[derive(Debug, Clone, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::SqlLiteral
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `UncheckedBind` in this scope
[INFO] [stderr] --> src/expression/sql_literal.rs:231:10
[INFO] [stderr] |
[INFO] [stderr] 231 | #[derive(QueryId, Debug, Clone, Copy)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::UncheckedBind
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Subselect` in this scope
[INFO] [stderr] --> src/expression/subselect.rs:8:30
[INFO] [stderr] |
[INFO] [stderr] 8 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] expression::subselect::Subselect
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `DeleteStatement` in this scope
[INFO] [stderr] --> src/query_builder/delete_statement/mod.rs:12:30
[INFO] [stderr] |
[INFO] [stderr] 12 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::DeleteStatement
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoDistinctClause` in this scope
[INFO] [stderr] --> src/query_builder/distinct_clause.rs:5:30
[INFO] [stderr] |
[INFO] [stderr] 5 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::distinct_clause::NoDistinctClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `DistinctClause` in this scope
[INFO] [stderr] --> src/query_builder/distinct_clause.rs:7:30
[INFO] [stderr] |
[INFO] [stderr] 7 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::distinct_clause::DistinctClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoGroupByClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:11:38
[INFO] [stderr] |
[INFO] [stderr] 11 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/group_by_clause.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | simple_clause!(NoGroupByClause, GroupByClause, " GROUP BY ");
[INFO] [stderr] | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::group_by_clause::NoGroupByClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `GroupByClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:20:38
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/group_by_clause.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | simple_clause!(NoGroupByClause, GroupByClause, " GROUP BY ");
[INFO] [stderr] | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::group_by_clause::GroupByClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Insert` in this scope
[INFO] [stderr] --> src/query_builder/insert_statement/mod.rs:329:30
[INFO] [stderr] |
[INFO] [stderr] 329 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::insert_statement::Insert
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `InsertOrIgnore` in this scope
[INFO] [stderr] --> src/query_builder/insert_statement/mod.rs:340:30
[INFO] [stderr] |
[INFO] [stderr] 340 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::insert_statement::InsertOrIgnore
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoLimitClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:11:38
[INFO] [stderr] |
[INFO] [stderr] 11 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/limit_clause.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | simple_clause!(NoLimitClause, LimitClause, " LIMIT ");
[INFO] [stderr] | ----------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::limit_clause::NoLimitClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `LimitClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:20:38
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/limit_clause.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | simple_clause!(NoLimitClause, LimitClause, " LIMIT ");
[INFO] [stderr] | ----------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::limit_clause::LimitClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoLockingClause` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:5:30
[INFO] [stderr] |
[INFO] [stderr] 5 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::locking_clause::NoLockingClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `LockingClause` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:14:30
[INFO] [stderr] |
[INFO] [stderr] 14 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::locking_clause::LockingClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ForUpdate` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:40:30
[INFO] [stderr] |
[INFO] [stderr] 40 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] helper_types::ForUpdate
[INFO] [stderr] query_builder::locking_clause::ForUpdate
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ForNoKeyUpdate` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:43:30
[INFO] [stderr] |
[INFO] [stderr] 43 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] helper_types::ForNoKeyUpdate
[INFO] [stderr] query_builder::locking_clause::ForNoKeyUpdate
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ForShare` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:46:30
[INFO] [stderr] |
[INFO] [stderr] 46 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] helper_types::ForShare
[INFO] [stderr] query_builder::locking_clause::ForShare
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ForKeyShare` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:49:30
[INFO] [stderr] |
[INFO] [stderr] 49 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] helper_types::ForKeyShare
[INFO] [stderr] query_builder::locking_clause::ForKeyShare
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoModifier` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:54:30
[INFO] [stderr] |
[INFO] [stderr] 54 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::locking_clause::NoModifier
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SkipLocked` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:57:30
[INFO] [stderr] |
[INFO] [stderr] 57 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] helper_types::SkipLocked
[INFO] [stderr] query_builder::locking_clause::SkipLocked
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoWait` in this scope
[INFO] [stderr] --> src/query_builder/locking_clause.rs:60:30
[INFO] [stderr] |
[INFO] [stderr] 60 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] helper_types::NoWait
[INFO] [stderr] query_builder::locking_clause::NoWait
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoOffsetClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:11:38
[INFO] [stderr] |
[INFO] [stderr] 11 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/offset_clause.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | simple_clause!(NoOffsetClause, OffsetClause, " OFFSET ");
[INFO] [stderr] | -------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::offset_clause::NoOffsetClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `OffsetClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:20:38
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/offset_clause.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | simple_clause!(NoOffsetClause, OffsetClause, " OFFSET ");
[INFO] [stderr] | -------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::offset_clause::OffsetClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoOrderClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:11:38
[INFO] [stderr] |
[INFO] [stderr] 11 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/order_clause.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | simple_clause!(NoOrderClause, OrderClause, " ORDER BY ");
[INFO] [stderr] | -------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::order_clause::NoOrderClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `OrderClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:20:38
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/order_clause.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | simple_clause!(NoOrderClause, OrderClause, " ORDER BY ");
[INFO] [stderr] | -------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::order_clause::OrderClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoReturningClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:11:38
[INFO] [stderr] |
[INFO] [stderr] 11 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/returning_clause.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | / simple_clause!(
[INFO] [stderr] 4 | | NoReturningClause,
[INFO] [stderr] 5 | | ReturningClause,
[INFO] [stderr] 6 | | " RETURNING ",
[INFO] [stderr] 7 | | backend_bounds = SupportsReturningClause
[INFO] [stderr] 8 | | );
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::returning_clause::NoReturningClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ReturningClause` in this scope
[INFO] [stderr] --> src/query_builder/clause_macro.rs:20:38
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/query_builder/returning_clause.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | / simple_clause!(
[INFO] [stderr] 4 | | NoReturningClause,
[INFO] [stderr] 5 | | ReturningClause,
[INFO] [stderr] 6 | | " RETURNING ",
[INFO] [stderr] 7 | | backend_bounds = SupportsReturningClause
[INFO] [stderr] 8 | | );
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::returning_clause::ReturningClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `simple_clause` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `DefaultSelectClause` in this scope
[INFO] [stderr] --> src/query_builder/select_clause.rs:6:30
[INFO] [stderr] |
[INFO] [stderr] 6 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::select_clause::DefaultSelectClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SelectClause` in this scope
[INFO] [stderr] --> src/query_builder/select_clause.rs:8:30
[INFO] [stderr] |
[INFO] [stderr] 8 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::select_clause::SelectClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SelectStatement` in this scope
[INFO] [stderr] --> src/query_builder/select_statement/mod.rs:36:30
[INFO] [stderr] |
[INFO] [stderr] 36 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::SelectStatement
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `NoWhereClause` in this scope
[INFO] [stderr] --> src/query_builder/where_clause.rs:31:30
[INFO] [stderr] |
[INFO] [stderr] 31 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::where_clause::NoWhereClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `WhereClause` in this scope
[INFO] [stderr] --> src/query_builder/where_clause.rs:69:30
[INFO] [stderr] |
[INFO] [stderr] 69 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_builder::where_clause::WhereClause
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Join` in this scope
[INFO] [stderr] --> src/query_source/joins.rs:12:30
[INFO] [stderr] |
[INFO] [stderr] 12 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] query_source::joins::Join
[INFO] [stderr] std::slice::Join
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `JoinOn` in this scope
[INFO] [stderr] --> src/query_source/joins.rs:20:30
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_source::joins::JoinOn
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Inner` in this scope
[INFO] [stderr] --> src/query_source/joins.rs:218:39
[INFO] [stderr] |
[INFO] [stderr] 218 | #[derive(Debug, Clone, Copy, Default, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_source::joins::Inner
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `LeftOuter` in this scope
[INFO] [stderr] --> src/query_source/joins.rs:229:39
[INFO] [stderr] |
[INFO] [stderr] 229 | #[derive(Debug, Clone, Copy, Default, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] query_source::joins::LeftOuter
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Bool` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:37:39
[INFO] [stderr] |
[INFO] [stderr] 37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Bool
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: a builtin type with a similar name exists
[INFO] [stderr] |
[INFO] [stderr] 37 | #[derive(Debug, Clone, Copy, Default, bool, SqlType)]
[INFO] [stderr] | ~~~~
[INFO] [stderr] help: perhaps you intended to use this type
[INFO] [stderr] |
[INFO] [stderr] 37 | #[derive(Debug, Clone, Copy, Default, bool, SqlType)]
[INFO] [stderr] | ~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Bool` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:37:48
[INFO] [stderr] |
[INFO] [stderr] 37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Bool
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: a builtin type with a similar name exists
[INFO] [stderr] |
[INFO] [stderr] 37 | #[derive(Debug, Clone, Copy, Default, QueryId, bool)]
[INFO] [stderr] | ~~~~
[INFO] [stderr] help: perhaps you intended to use this type
[INFO] [stderr] |
[INFO] [stderr] 37 | #[derive(Debug, Clone, Copy, Default, QueryId, bool)]
[INFO] [stderr] | ~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Tinyint` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:58:39
[INFO] [stderr] |
[INFO] [stderr] 58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Tinyint
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Tinyint` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:58:48
[INFO] [stderr] |
[INFO] [stderr] 58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Tinyint
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SmallInt` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:73:39
[INFO] [stderr] |
[INFO] [stderr] 73 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::SmallInt
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SmallInt` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:73:48
[INFO] [stderr] |
[INFO] [stderr] 73 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::SmallInt
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Integer` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:94:39
[INFO] [stderr] |
[INFO] [stderr] 94 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Integer
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Integer` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:94:48
[INFO] [stderr] |
[INFO] [stderr] 94 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Integer
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `BigInt` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:113:39
[INFO] [stderr] |
[INFO] [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::BigInt
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `BigInt` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:113:48
[INFO] [stderr] |
[INFO] [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::BigInt
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Float` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:134:39
[INFO] [stderr] |
[INFO] [stderr] 134 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Float
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Float` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:134:48
[INFO] [stderr] |
[INFO] [stderr] 134 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Float
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Double` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:153:39
[INFO] [stderr] |
[INFO] [stderr] 153 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Double
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Double` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:153:48
[INFO] [stderr] |
[INFO] [stderr] 153 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Double
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Numeric` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:175:39
[INFO] [stderr] |
[INFO] [stderr] 175 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Numeric
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Numeric` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:175:48
[INFO] [stderr] |
[INFO] [stderr] 175 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Numeric
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Text` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:203:39
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Text
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Text` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:203:48
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Text
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Binary` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:246:39
[INFO] [stderr] |
[INFO] [stderr] 246 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::fmt::Binary
[INFO] [stderr] sql_types::Binary
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Binary` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:246:48
[INFO] [stderr] |
[INFO] [stderr] 246 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::fmt::Binary
[INFO] [stderr] sql_types::Binary
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Date` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:276:39
[INFO] [stderr] |
[INFO] [stderr] 276 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Date
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Date` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:276:48
[INFO] [stderr] |
[INFO] [stderr] 276 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Date
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Interval` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:296:39
[INFO] [stderr] |
[INFO] [stderr] 296 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Interval
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Interval` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:296:48
[INFO] [stderr] |
[INFO] [stderr] 296 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Interval
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Time` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:311:39
[INFO] [stderr] |
[INFO] [stderr] 311 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Time
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Time` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:311:48
[INFO] [stderr] |
[INFO] [stderr] 311 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Time
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Timestamp` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:334:39
[INFO] [stderr] |
[INFO] [stderr] 334 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Timestamp
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Timestamp` in this scope
[INFO] [stderr] --> src/sql_types/mod.rs:334:48
[INFO] [stderr] |
[INFO] [stderr] 334 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] sql_types::Timestamp
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Unsigned` in this scope
[INFO] [stderr] --> src/mysql/types/mod.rs:29:39
[INFO] [stderr] |
[INFO] [stderr] 29 | #[derive(Debug, Clone, Copy, Default, SqlType, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] mysql::types::Unsigned
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Unsigned` in this scope
[INFO] [stderr] --> src/mysql/types/mod.rs:29:48
[INFO] [stderr] |
[INFO] [stderr] 29 | #[derive(Debug, Clone, Copy, Default, SqlType, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] mysql::types::Unsigned
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Datetime` in this scope
[INFO] [stderr] --> src/mysql/types/mod.rs:110:39
[INFO] [stderr] |
[INFO] [stderr] 110 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] mysql::types::Datetime
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Datetime` in this scope
[INFO] [stderr] --> src/mysql/types/mod.rs:110:48
[INFO] [stderr] |
[INFO] [stderr] 110 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] mysql::types::Datetime
[INFO] [stderr] = note: this error originates in the derive macro `SqlType` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `ArrayLiteral` in this scope
[INFO] [stderr] --> src/pg/expression/array.rs:8:30
[INFO] [stderr] |
[INFO] [stderr] 8 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] pg::expression::array::ArrayLiteral
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `Any` in this scope
[INFO] [stderr] --> src/pg/expression/array_comparison.rs:67:30
[INFO] [stderr] |
[INFO] [stderr] 67 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing one of these items:
[INFO] [stderr] bitflags::_core::any::Any
[INFO] [stderr] pg::expression::array_comparison::Any
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `All` in this scope
[INFO] [stderr] --> src/pg/expression/array_comparison.rs:106:30
[INFO] [stderr] |
[INFO] [stderr] 106 | #[derive(Debug, Copy, Clone, QueryId)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] pg::expression::array_comparison::All
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `IsDistinctFrom` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/pg/expression/operators.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | diesel_infix_operator!(IsDistinctFrom, " IS DISTINCT FROM ", backend: Pg);
[INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] pg::expression::operators::IsDistinctFrom
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `IsDistinctFrom` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/pg/expression/operators.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | diesel_infix_operator!(IsDistinctFrom, " IS DISTINCT FROM ", backend: Pg);
[INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] pg::expression::operators::IsDistinctFrom
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `IsNotDistinctFrom` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/pg/expression/operators.rs:4:1
[INFO] [stderr] |
[INFO] [stderr] 4 | diesel_infix_operator!(IsNotDistinctFrom, " IS NOT DISTINCT FROM ", backend: Pg);
[INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] pg::expression::operators::IsNotDistinctFrom
[INFO] [stderr] = note: this error originates in the derive macro `QueryId` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `IsNotDistinctFrom` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:47
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/pg/expression/operators.rs:4:1
[INFO] [stderr] |
[INFO] [stderr] 4 | diesel_infix_operator!(IsNotDistinctFrom, " IS NOT DISTINCT FROM ", backend: Pg);
[INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] pg::expression::operators::IsNotDistinctFrom
[INFO] [stderr] = note: this error originates in the derive macro `DieselNumericOps` which comes from the expansion of the macro `diesel_infix_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `OverlapsWith` in this scope
[INFO] [stderr] --> src/expression/operators.rs:64:38
[INFO] [stderr] |
[INFO] [stderr] 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)]
[INFO] [stderr] | ^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] ::: src/pg/expression/operators.rs:5:1
[INFO] [stderr] |
[INFO] [stderr] 5 | diesel_infix_operator!(OverlapsWith, " && ", backend: Pg);
[INFO] [stderr] | --------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: consider importing this struct:
[INFO] [stderr] pg::expression::operators::OverlapsWith
[WARN] too much data in the log, truncating it