[INFO] fetching crate discrete 0.5.0... [INFO] checking discrete-0.5.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate discrete 0.5.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate discrete 0.5.0 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate discrete 0.5.0 [INFO] finished tweaking crates.io crate discrete 0.5.0 [INFO] tweaked toml for crates.io crate discrete 0.5.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate crates.io crate discrete 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23ae1227b210023415aa3097eebd21dff7a1c5d6a5fbd8716ccbd7a8d96c3795 [INFO] running `Command { std: "docker" "start" "-a" "23ae1227b210023415aa3097eebd21dff7a1c5d6a5fbd8716ccbd7a8d96c3795", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23ae1227b210023415aa3097eebd21dff7a1c5d6a5fbd8716ccbd7a8d96c3795", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23ae1227b210023415aa3097eebd21dff7a1c5d6a5fbd8716ccbd7a8d96c3795", kill_on_drop: false }` [INFO] [stdout] 23ae1227b210023415aa3097eebd21dff7a1c5d6a5fbd8716ccbd7a8d96c3795 [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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35e9b4dac8b6d3b9e2e0cdf3f84f1de2d81f6379ff7ed14d4d595cc0565c5982 [INFO] running `Command { std: "docker" "start" "-a" "35e9b4dac8b6d3b9e2e0cdf3f84f1de2d81f6379ff7ed14d4d595cc0565c5982", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Checking num-complex v0.4.1 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking discrete v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/pair.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 66 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 67 | let data: Pair = Construct::new(); [INFO] [stdout] 68 | data.count(&of.count(dim)) [INFO] [stdout] | ^^^^^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/pair.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 79 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 83 | data.to_index(&self.count(dim), &(min, max)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/eq_pair.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 54 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | let data: EqPair = Construct::new(); [INFO] [stdout] 56 | data.count(&of.count(dim)) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/eq_pair.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 67 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 71 | data.to_index(&self.count(dim), &(min, max)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/neq_pair.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 85 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 86 | let data: NeqPair = Construct::new(); [INFO] [stdout] 87 | data.count(&of.count(dim)) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/neq_pair.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 98 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | data.to_index(&self.count(dim), &(min, max)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sq_pair.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 55 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | let data: SqPair = Construct::new(); [INFO] [stdout] 57 | data.count(&of.count(dim)) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sq_pair.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 68 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | data.to_index(&self.count(dim), &(a, b)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:381:10 [INFO] [stdout] | [INFO] [stdout] 363 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 364 | let offset = subspace_offset::(dim, ind); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 365 | let pair: Pair = Construct::new(); [INFO] [stdout] 366 | let mut prod: N = 1usize.into(); [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 372 | let single = pair.to_index(&0usize.into(), [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 375 | let pos_offset = &(&single * &prod); [INFO] [stdout] | ----------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | let mut dim_index: N = 0usize.into(); [INFO] [stdout] | ------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 381 | &(&offset + &pos_offset) + &dim_index [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/subspace.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 25 | let t: T = Construct::new(); [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 26 | let u: U = Construct::new(); [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 27 | &t.count(dim_t) * &u.count(dim_u) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/subspace.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 39 | let t: T = Construct::new(); [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 40 | let u: U = Construct::new(); [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 41 | let count = u.count(dim_u); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | &t.to_index(dim_t, pt) * &count + u.to_index(dim_u, pu) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(usize, N)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/homotopy.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 201 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 202 | let data: Homotopy = Construct::new(); [INFO] [stdout] 203 | data.count(&(*level, of.count(dim))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `discrete` (lib) due to 13 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/pair.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 66 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 67 | let data: Pair = Construct::new(); [INFO] [stdout] 68 | data.count(&of.count(dim)) [INFO] [stdout] | ^^^^^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/pair.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 79 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 83 | data.to_index(&self.count(dim), &(min, max)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/eq_pair.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 54 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | let data: EqPair = Construct::new(); [INFO] [stdout] 56 | data.count(&of.count(dim)) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/eq_pair.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 67 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 71 | data.to_index(&self.count(dim), &(min, max)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/neq_pair.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 85 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 86 | let data: NeqPair = Construct::new(); [INFO] [stdout] 87 | data.count(&of.count(dim)) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/neq_pair.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 98 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | data.to_index(&self.count(dim), &(min, max)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sq_pair.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 55 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 56 | let data: SqPair = Construct::new(); [INFO] [stdout] 57 | data.count(&of.count(dim)) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sq_pair.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 68 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | data.to_index(&self.count(dim), &(a, b)) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/context.rs:381:10 [INFO] [stdout] | [INFO] [stdout] 363 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 364 | let offset = subspace_offset::(dim, ind); [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 365 | let pair: Pair = Construct::new(); [INFO] [stdout] 366 | let mut prod: N = 1usize.into(); [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 372 | let single = pair.to_index(&0usize.into(), [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 375 | let pos_offset = &(&single * &prod); [INFO] [stdout] | ----------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 376 | let mut dim_index: N = 0usize.into(); [INFO] [stdout] | ------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 381 | &(&offset + &pos_offset) + &dim_index [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/subspace.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 25 | let t: T = Construct::new(); [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 26 | let u: U = Construct::new(); [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 27 | &t.count(dim_t) * &u.count(dim_u) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `N` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/subspace.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 39 | let t: T = Construct::new(); [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 40 | let u: U = Construct::new(); [INFO] [stdout] | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 41 | let count = u.count(dim_u); [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 42 | &t.to_index(dim_t, pt) * &count + u.to_index(dim_u, pu) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(usize, N)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/homotopy.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 201 | let of: T = Construct::new(); [INFO] [stdout] | -- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 202 | let data: Homotopy = Construct::new(); [INFO] [stdout] 203 | data.count(&(*level, of.count(dim))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/lib.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | / pub fn is_complete() [INFO] [stdout] 135 | | where [INFO] [stdout] 136 | | T: space::Space [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `discrete` (lib test) due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "35e9b4dac8b6d3b9e2e0cdf3f84f1de2d81f6379ff7ed14d4d595cc0565c5982", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35e9b4dac8b6d3b9e2e0cdf3f84f1de2d81f6379ff7ed14d4d595cc0565c5982", kill_on_drop: false }` [INFO] [stdout] 35e9b4dac8b6d3b9e2e0cdf3f84f1de2d81f6379ff7ed14d4d595cc0565c5982