[INFO] fetching crate bytevec 0.2.0... [INFO] checking bytevec-0.2.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate bytevec 0.2.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate bytevec 0.2.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bytevec 0.2.0 [INFO] finished tweaking crates.io crate bytevec 0.2.0 [INFO] tweaked toml for crates.io crate bytevec 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8bb5752778271097bc43892f95ebf5463699d2b48eac0f25c57d8e48f3d977c2 [INFO] running `Command { std: "docker" "start" "-a" "8bb5752778271097bc43892f95ebf5463699d2b48eac0f25c57d8e48f3d977c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8bb5752778271097bc43892f95ebf5463699d2b48eac0f25c57d8e48f3d977c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bb5752778271097bc43892f95ebf5463699d2b48eac0f25c57d8e48f3d977c2", kill_on_drop: false }` [INFO] [stdout] 8bb5752778271097bc43892f95ebf5463699d2b48eac0f25c57d8e48f3d977c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c10e4c6e6f9ff94314becaaabeaff78e3b60da86a87e999e57c08f93ee3dc966 [INFO] running `Command { std: "docker" "start" "-a" "c10e4c6e6f9ff94314becaaabeaff78e3b60da86a87e999e57c08f93ee3dc966", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking bytevec v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | Ok(try!(::std::str::from_utf8(bytes)).to_string()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:162:26 [INFO] [stdout] | [INFO] [stdout] 162 | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:194:28 [INFO] [stdout] | [INFO] [stdout] 194 | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:222:36 [INFO] [stdout] | [INFO] [stdout] 222 | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | Ok(try!(::std::str::from_utf8(bytes)).to_string()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:162:26 [INFO] [stdout] | [INFO] [stdout] 162 | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:194:28 [INFO] [stdout] | [INFO] [stdout] 194 | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:222:36 [INFO] [stdout] | [INFO] [stdout] 222 | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:257:46 [INFO] [stdout] | [INFO] [stdout] 257 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:259:46 [INFO] [stdout] | [INFO] [stdout] 259 | bytes.extend_from_slice(&try!(self.0.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:276:28 [INFO] [stdout] | [INFO] [stdout] 276 | size = try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()])); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:285:25 [INFO] [stdout] | [INFO] [stdout] 285 | Ok((try!($t::decode::(&bytes[Size::get_size_of().as_usize()..])),)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:82:36 [INFO] [stdout] | [INFO] [stdout] 82 | let unsigned = try!(<$unsizd>::decode::(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / as_unsized_impl! { [INFO] [stdout] 91 | | f32: u32, [INFO] [stdout] 92 | | f64: u64, [INFO] [stdout] 93 | | char: u32 [INFO] [stdout] 94 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `as_unsized_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 120 | 2 => try!(u16::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | 4 => try!(u32::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | 8 => try!(u64::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 | fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:257:46 [INFO] [stdout] | [INFO] [stdout] 257 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:259:46 [INFO] [stdout] | [INFO] [stdout] 259 | bytes.extend_from_slice(&try!(self.0.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:276:28 [INFO] [stdout] | [INFO] [stdout] 276 | size = try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()])); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:285:25 [INFO] [stdout] | [INFO] [stdout] 285 | Ok((try!($t::decode::(&bytes[Size::get_size_of().as_usize()..])),)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:82:36 [INFO] [stdout] | [INFO] [stdout] 82 | let unsigned = try!(<$unsizd>::decode::(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / as_unsized_impl! { [INFO] [stdout] 91 | | f32: u32, [INFO] [stdout] 92 | | f64: u64, [INFO] [stdout] 93 | | char: u32 [INFO] [stdout] 94 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `as_unsized_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 120 | 2 => try!(u16::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | 4 => try!(u32::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | 8 => try!(u64::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:53:65 [INFO] [stdout] | [INFO] [stdout] 53 | StringDecodeUtf8Error(ref utf8_error) => utf8_error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 | fn cause(&self) -> Option<&dyn Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:53:65 [INFO] [stdout] | [INFO] [stdout] 53 | StringDecodeUtf8Error(ref utf8_error) => utf8_error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | / (&elem) [INFO] [stdout] 114 | | .get_size::() [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 116 | | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] 117 | | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 118 | | ) [INFO] [stdout] 119 | | }) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:117:58 [INFO] [stdout] | [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|total: Size| total.checked_add(Size::get_size_of())) [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | / (&elem) [INFO] [stdout] 114 | | .get_size::() [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 116 | | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] 117 | | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 118 | | ) [INFO] [stdout] 119 | | }) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:117:58 [INFO] [stdout] | [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|total: Size| total.checked_add(Size::get_size_of())) [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | / (&elem) [INFO] [stdout] 114 | | .get_size::() [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 116 | | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] 117 | | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 118 | | ) [INFO] [stdout] 119 | | }) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:117:58 [INFO] [stdout] | [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|total: Size| total.checked_add(Size::get_size_of())) [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | / (&elem) [INFO] [stdout] 114 | | .get_size::() [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 116 | | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] 117 | | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 118 | | ) [INFO] [stdout] 119 | | }) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:117:58 [INFO] [stdout] | [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|total: Size| total.checked_add(Size::get_size_of())) [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:251:43 [INFO] [stdout] | [INFO] [stdout] 250 | self.0.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 251 | elem_size.checked_add(Size::get_size_of())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | / (&elem) [INFO] [stdout] 114 | | .get_size::() [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 116 | | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] 117 | | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 118 | | ) [INFO] [stdout] 119 | | }) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:117:58 [INFO] [stdout] | [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|total: Size| total.checked_add(Size::get_size_of())) [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | / (&elem) [INFO] [stdout] 114 | | .get_size::() [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 109 previous errors; 120 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 116 | | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] 117 | | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 118 | | ) [INFO] [stdout] 119 | | }) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:117:58 [INFO] [stdout] | [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|total: Size| total.checked_add(Size::get_size_of())) [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | / (&elem) [INFO] [stdout] 114 | | .get_size::() [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 116 | | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] 117 | | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 118 | | ) [INFO] [stdout] 119 | | }) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:117:58 [INFO] [stdout] | [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|total: Size| total.checked_add(Size::get_size_of())) [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | / (&elem) [INFO] [stdout] 114 | | .get_size::() [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 116 | | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] 117 | | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 118 | | ) [INFO] [stdout] 119 | | }) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 112 | acc.and_then(|acc: Size| { [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | .and_then(|size| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:117:58 [INFO] [stdout] | [INFO] [stdout] 116 | acc.checked_add(size).and_then(|acc_size| [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 117 | acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|total: Size| total.checked_add(Size::get_size_of())) [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bytevec` (lib) due to 110 previous errors; 120 warnings emitted [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 323 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 324 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 325 | | ) [INFO] [stdout] | |_________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:323:25 [INFO] [stdout] | [INFO] [stdout] 321 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 322 | $elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:324:61 [INFO] [stdout] | [INFO] [stdout] 324 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:25 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:330:60 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 331 | | size.checked_add(elem_size).and_then( [INFO] [stdout] 332 | | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] 333 | | ) [INFO] [stdout] | |_____________________________^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 329 | size = size.and_then(|size: Size| [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 330 | $_elem.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 331 | size.checked_add(elem_size).and_then( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:332:65 [INFO] [stdout] | [INFO] [stdout] 332 | |acc_size| acc_size.checked_add(Size::get_size_of()) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/impls/collections.rs:251:43 [INFO] [stdout] | [INFO] [stdout] 250 | self.0.get_size::().and_then(|elem_size| [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 251 | elem_size.checked_add(Size::get_size_of())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 109 previous errors; 120 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bytevec` (lib test) due to 110 previous errors; 120 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c10e4c6e6f9ff94314becaaabeaff78e3b60da86a87e999e57c08f93ee3dc966", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c10e4c6e6f9ff94314becaaabeaff78e3b60da86a87e999e57c08f93ee3dc966", kill_on_drop: false }` [INFO] [stdout] c10e4c6e6f9ff94314becaaabeaff78e3b60da86a87e999e57c08f93ee3dc966