[INFO] fetching crate ssv 0.1.0... [INFO] checking ssv-0.1.0 against try#65132f36b923285d5da381c2fbafee6ce899e841 for pr-132712-1 [INFO] extracting crate ssv 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate ssv 0.1.0 on toolchain 65132f36b923285d5da381c2fbafee6ce899e841 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ssv 0.1.0 [INFO] finished tweaking crates.io crate ssv 0.1.0 [INFO] tweaked toml for crates.io crate ssv 0.1.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" "+65132f36b923285d5da381c2fbafee6ce899e841" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22efd86a67b672649c7c3c34e0a7e20ddb69fb21a5bb7f801dc747bcf91a9c31 [INFO] running `Command { std: "docker" "start" "-a" "22efd86a67b672649c7c3c34e0a7e20ddb69fb21a5bb7f801dc747bcf91a9c31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22efd86a67b672649c7c3c34e0a7e20ddb69fb21a5bb7f801dc747bcf91a9c31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22efd86a67b672649c7c3c34e0a7e20ddb69fb21a5bb7f801dc747bcf91a9c31", kill_on_drop: false }` [INFO] [stdout] 22efd86a67b672649c7c3c34e0a7e20ddb69fb21a5bb7f801dc747bcf91a9c31 [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a7951970522729edd3ce4d93b37b8c610315f7030d00f4c77145c62dee2c360 [INFO] running `Command { std: "docker" "start" "-a" "4a7951970522729edd3ce4d93b37b8c610315f7030d00f4c77145c62dee2c360", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Checking ssv v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/engine/tokenizer.rs (4 fixes) [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 103 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 120 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 152 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 189 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 189 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 213 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 228 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 228 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 244 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 244 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/types_visibility.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/tests/fluent_writer.rs (5 fixes) [INFO] [stderr] Fixed src/tests/tokenizer.rs (5 fixes) [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 103 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 120 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 152 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 189 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 189 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 213 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 213 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 228 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 228 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(Ok(element)) = self.elements.peek() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^-------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] ... [INFO] [stdout] 244 | } else if element == D::CR && next_element_is_lf!() { [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 #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/engine/tokenizer.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | } else { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 244 | } else if element == D::CR && next_element_is_lf!() { [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `next_element_is_lf` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/roundtrip.rs from 2021 edition to 2024 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking ssv v0.1.0 (/tmp/fixit) [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 53 | .write_comment_line(domain_format_ref!($domain, "this is a comment")) [INFO] [stdout] | ------------------ borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 67 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 53 | .write_comment_line(domain_format_ref!($domain, "this is a comment")) [INFO] [stdout] | ------------------ borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 68 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:105:25 [INFO] [stdout] | [INFO] [stdout] 105 | row.write_value(domain_format_ref!($domain, "abc")).unwrap(); [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 123 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:106:25 [INFO] [stdout] | [INFO] [stdout] 106 | row.write_value(domain_format_ref!($domain, "def ghi")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 123 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:111:25 [INFO] [stdout] | [INFO] [stdout] 111 | row.write_value(domain_format_ref!($domain, "#not-a-comment")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 123 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 113 | row.write_value(domain_format_ref!($domain, "123 456")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 123 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:115:25 [INFO] [stdout] | [INFO] [stdout] 115 | row.write_value(domain_format_ref!($domain, "789")).unwrap(); [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 123 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 105 | row.write_value(domain_format_ref!($domain, "abc")).unwrap(); [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 124 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 106 | row.write_value(domain_format_ref!($domain, "def ghi")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 124 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 111 | row.write_value(domain_format_ref!($domain, "#not-a-comment")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 124 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 113 | row.write_value(domain_format_ref!($domain, "123 456")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 124 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 115 | row.write_value(domain_format_ref!($domain, "789")).unwrap(); [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 124 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:134:25 [INFO] [stdout] | [INFO] [stdout] 134 | row.write_value(domain_format_ref!($domain, "abc")).unwrap(); [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 160 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:135:25 [INFO] [stdout] | [INFO] [stdout] 135 | row.write_spacing(domain_format_ref!($domain, " {TAB} ")) [INFO] [stdout] | ------------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 160 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | row.write_value(domain_format_ref!($domain, "def ghi")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 160 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:142:25 [INFO] [stdout] | [INFO] [stdout] 142 | row.write_spacing(domain_format_ref!($domain, " ")) [INFO] [stdout] | ------------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 160 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:144:25 [INFO] [stdout] | [INFO] [stdout] 144 | row.write_value(domain_format_ref!($domain, "#not-a-comment")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 160 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | row.write_value(domain_format_ref!($domain, "123 456")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 160 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:148:25 [INFO] [stdout] | [INFO] [stdout] 148 | row.write_value(domain_format_ref!($domain, "789")).unwrap(); [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 160 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:149:25 [INFO] [stdout] | [INFO] [stdout] 149 | row.write_spacing(domain_format_ref!($domain, "{TAB} {TAB}")) [INFO] [stdout] | ------------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 160 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 134 | row.write_value(domain_format_ref!($domain, "abc")).unwrap(); [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 161 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 135 | row.write_spacing(domain_format_ref!($domain, " {TAB} ")) [INFO] [stdout] | ------------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 161 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 137 | row.write_value(domain_format_ref!($domain, "def ghi")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 161 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 142 | row.write_spacing(domain_format_ref!($domain, " ")) [INFO] [stdout] | ------------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 161 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 144 | row.write_value(domain_format_ref!($domain, "#not-a-comment")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 161 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 146 | row.write_value(domain_format_ref!($domain, "123 456")) [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 161 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 148 | row.write_value(domain_format_ref!($domain, "789")).unwrap(); [INFO] [stdout] | ----------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 161 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 149 | row.write_spacing(domain_format_ref!($domain, "{TAB} {TAB}")) [INFO] [stdout] | ------------- borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 161 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests/writer.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | test_domain!(BytesDomain); [INFO] [stdout] | ------------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/writer.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | test_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_with_domain!(BytesDomain); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_with_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_with_domain!(BytesDomain); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_with_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_with_domain!(BytesDomain); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_with_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests/support.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | format!($($tokens),*).into_bytes() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use [INFO] [stdout] ... [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_with_domain!(BytesDomain); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | borrow later used here [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `bformat` which comes from the expansion of the macro `test_with_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | test_with_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_with_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | test_with_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_with_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | test_with_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_with_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/tests.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | test_with_domain!(CharsDomain); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | borrow later used here [INFO] [stdout] | [INFO] [stdout] ::: src/tests/support.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | domain_format!($domain, $string).deref() [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] | [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: this error originates in the macro `format` which comes from the expansion of the macro `test_with_domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0716`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ssv` (lib test) due to 96 previous errors [INFO] [stderr] error: failed to check after updating to 2024 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "4a7951970522729edd3ce4d93b37b8c610315f7030d00f4c77145c62dee2c360", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a7951970522729edd3ce4d93b37b8c610315f7030d00f4c77145c62dee2c360", kill_on_drop: false }` [INFO] [stdout] 4a7951970522729edd3ce4d93b37b8c610315f7030d00f4c77145c62dee2c360