[INFO] fetching crate sqlite-tiny 0.5.0... [INFO] checking sqlite-tiny-0.5.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate sqlite-tiny 0.5.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate sqlite-tiny 0.5.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sqlite-tiny 0.5.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sqlite-tiny 0.5.0 [INFO] tweaked toml for crates.io crate sqlite-tiny 0.5.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5003ec900cb6676079815d57a36bf12c7342f279fe3296efd4695f35e431072b [INFO] running `Command { std: "docker" "start" "-a" "5003ec900cb6676079815d57a36bf12c7342f279fe3296efd4695f35e431072b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5003ec900cb6676079815d57a36bf12c7342f279fe3296efd4695f35e431072b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5003ec900cb6676079815d57a36bf12c7342f279fe3296efd4695f35e431072b", kill_on_drop: false }` [INFO] [stdout] 5003ec900cb6676079815d57a36bf12c7342f279fe3296efd4695f35e431072b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f60c2c122d165f30841375e894453b76672648ab189c4fc4557a082f9970d169 [INFO] running `Command { std: "docker" "start" "-a" "f60c2c122d165f30841375e894453b76672648ab189c4fc4557a082f9970d169", kill_on_drop: false }` [INFO] [stderr] Compiling sqlite-tiny v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c: In function 'removeFromSharingList': [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c:73366:44: warning: unused parameter 'pBt' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.5.0: 73366 | static int removeFromSharingList(BtShared *pBt){ [INFO] [stderr] warning: sqlite-tiny@0.5.0: | ~~~~~~~~~~^~~ [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c: In function 'sqlite3BtreeSchemaLocked': [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c:81824:52: warning: unused parameter 'p' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.5.0: 81824 | SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *p){ [INFO] [stderr] warning: sqlite-tiny@0.5.0: | ~~~~~~~^ [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/query.rs:31:50 [INFO] [stdout] | [INFO] [stdout] 31 | SqliteType::try_from(value).map_err(|e| err!(with: e, "Failed to convert value into SQLite type"))?; [INFO] [stdout] | - --------------------------------------------------------- in this macro invocation [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/api/row.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | value.try_into().map_err(|e| err!(with: e, "Failed to load from SQLite type")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/row.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | value.try_into().map_err(|e| err!(with: e, "Failed to load from SQLite type")) [INFO] [stdout] | - ------------------------------------------------ in this macro invocation [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/row.rs:76:46 [INFO] [stdout] | [INFO] [stdout] 76 | let text = text.to_str().map_err(|e| err!(with: e, "SQLite string is not valid UTF-8"))?; [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/api/sqlite.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 28 | let path = CString::new(location).map_err(|e| err!(with: e, "Invalid database location"))?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 37 | Ok(Self { raw: database }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/sqlite.rs:28:55 [INFO] [stdout] | [INFO] [stdout] 28 | let path = CString::new(location).map_err(|e| err!(with: e, "Invalid database location"))?; [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/sqlite.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 43 | let query = CString::new(query).map_err(|e| err!(with: e, "Invalid database query"))?; [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_sqlitetype_conversion!(usize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_sqlitetype_conversion!(usize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_sqlitetype_conversion!(usize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_sqlitetype_conversion!(usize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_sqlitetype_conversion!(isize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_sqlitetype_conversion!(isize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_sqlitetype_conversion!(isize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_sqlitetype_conversion!(isize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_sqlitetype_conversion!(u128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_sqlitetype_conversion!(u128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_sqlitetype_conversion!(u128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_sqlitetype_conversion!(u128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | impl_sqlitetype_conversion!(u64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | impl_sqlitetype_conversion!(u64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | impl_sqlitetype_conversion!(u64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | impl_sqlitetype_conversion!(u64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 73 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c: In function 'removeFromSharingList': [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c:73366:44: warning: unused parameter 'pBt' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.5.0: 73366 | static int removeFromSharingList(BtShared *pBt){ [INFO] [stderr] warning: sqlite-tiny@0.5.0: | ~~~~~~~~~~^~~ [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c: In function 'sqlite3BtreeSchemaLocked': [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c:81824:52: warning: unused parameter 'p' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.5.0: 81824 | SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *p){ [INFO] [stderr] warning: sqlite-tiny@0.5.0: | ~~~~~~~^ [INFO] [stderr] [INFO] [stderr] error: could not compile `sqlite-tiny` (lib test) due to 74 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/query.rs:31:50 [INFO] [stdout] | [INFO] [stdout] 31 | SqliteType::try_from(value).map_err(|e| err!(with: e, "Failed to convert value into SQLite type"))?; [INFO] [stdout] | - --------------------------------------------------------- in this macro invocation [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/api/row.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | value.try_into().map_err(|e| err!(with: e, "Failed to load from SQLite type")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/row.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | value.try_into().map_err(|e| err!(with: e, "Failed to load from SQLite type")) [INFO] [stdout] | - ------------------------------------------------ in this macro invocation [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/row.rs:76:46 [INFO] [stdout] | [INFO] [stdout] 76 | let text = text.to_str().map_err(|e| err!(with: e, "SQLite string is not valid UTF-8"))?; [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/api/sqlite.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 28 | let path = CString::new(location).map_err(|e| err!(with: e, "Invalid database location"))?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 37 | Ok(Self { raw: database }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/sqlite.rs:28:55 [INFO] [stdout] | [INFO] [stdout] 28 | let path = CString::new(location).map_err(|e| err!(with: e, "Invalid database location"))?; [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/sqlite.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 43 | let query = CString::new(query).map_err(|e| err!(with: e, "Invalid database query"))?; [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_sqlitetype_conversion!(usize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_sqlitetype_conversion!(usize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_sqlitetype_conversion!(usize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_sqlitetype_conversion!(usize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_sqlitetype_conversion!(isize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_sqlitetype_conversion!(isize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_sqlitetype_conversion!(isize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | impl_sqlitetype_conversion!(isize => i64 => SqliteType::Integer); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_sqlitetype_conversion!(u128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_sqlitetype_conversion!(u128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_sqlitetype_conversion!(u128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | impl_sqlitetype_conversion!(u128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | impl_sqlitetype_conversion!(i128 => i64 => SqliteType::Integer); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | impl_sqlitetype_conversion!(u64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | impl_sqlitetype_conversion!(u64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | impl_sqlitetype_conversion!(u64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | impl_sqlitetype_conversion!(u64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl_sqlitetype_conversion!(i64 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl_sqlitetype_conversion!(u32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | impl_sqlitetype_conversion!(i32 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | impl_sqlitetype_conversion!(u16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | impl_sqlitetype_conversion!(i16 => i64 => SqliteType::Integer); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl_sqlitetype_conversion!(u8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl_sqlitetype_conversion!(i8 => i64 => SqliteType::Integer); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl_sqlitetype_conversion!(f64 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | impl_sqlitetype_conversion!(into: f32 => f64 => SqliteType::Real); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | impl_sqlitetype_conversion!(String => String => SqliteType::Text); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | impl_sqlitetype_conversion!(into: &str => String => SqliteType::Text); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl_sqlitetype_conversion!(Vec => Vec => SqliteType::Blob); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/error.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 13 | let source = Box::new($error); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 14 | $crate::error::Error::new(error, Some(source)) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/api/types.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | impl_sqlitetype_conversion!(into: &[u8] => Vec => SqliteType::Blob); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `err` which comes from the expansion of the macro `impl_sqlitetype_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 73 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c: In function 'removeFromSharingList': [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c:73366:44: warning: unused parameter 'pBt' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.5.0: 73366 | static int removeFromSharingList(BtShared *pBt){ [INFO] [stderr] warning: sqlite-tiny@0.5.0: | ~~~~~~~~~~^~~ [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c: In function 'sqlite3BtreeSchemaLocked': [INFO] [stderr] warning: sqlite-tiny@0.5.0: dist/sqlite3.c:81824:52: warning: unused parameter 'p' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.5.0: 81824 | SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *p){ [INFO] [stderr] warning: sqlite-tiny@0.5.0: | ~~~~~~~^ [INFO] [stderr] [INFO] [stderr] error: could not compile `sqlite-tiny` (lib) due to 74 previous errors [INFO] running `Command { std: "docker" "inspect" "f60c2c122d165f30841375e894453b76672648ab189c4fc4557a082f9970d169", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f60c2c122d165f30841375e894453b76672648ab189c4fc4557a082f9970d169", kill_on_drop: false }` [INFO] [stdout] f60c2c122d165f30841375e894453b76672648ab189c4fc4557a082f9970d169