[INFO] fetching crate more-itertools 0.1.6... [INFO] checking more-itertools-0.1.6 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate more-itertools 0.1.6 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate more-itertools 0.1.6 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 more-itertools 0.1.6 [INFO] finished tweaking crates.io crate more-itertools 0.1.6 [INFO] tweaked toml for crates.io crate more-itertools 0.1.6 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 605b3a9135148b14fe4aa882dc019b5eded3f88ce4821f13bb320601ed1f8741 [INFO] running `Command { std: "docker" "start" "-a" "605b3a9135148b14fe4aa882dc019b5eded3f88ce4821f13bb320601ed1f8741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "605b3a9135148b14fe4aa882dc019b5eded3f88ce4821f13bb320601ed1f8741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "605b3a9135148b14fe4aa882dc019b5eded3f88ce4821f13bb320601ed1f8741", kill_on_drop: false }` [INFO] [stdout] 605b3a9135148b14fe4aa882dc019b5eded3f88ce4821f13bb320601ed1f8741 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12099238861ec323e33cc9a58f11509f3b3a40de0166e818c508d1b4b952f82d [INFO] running `Command { std: "docker" "start" "-a" "12099238861ec323e33cc9a58f11509f3b3a40de0166e818c508d1b4b952f82d", kill_on_drop: false }` [INFO] [stderr] Checking more-itertools v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `sum` [INFO] [stdout] --> src/itertools/sum.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | pub(crate) use sum; [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 | #![warn(unused_imports)] [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/augmenting/padded.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn padded(iter: Box>>, fill_value: T, count: usize) -> Box>> [INFO] [stdout] | ----------------------------------------------- ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | Box::new(Padded { [INFO] [stdout] | ______________^ [INFO] [stdout] 60 | | iter, [INFO] [stdout] 61 | | iter_finished: false, [INFO] [stdout] 62 | | iter_count: 0, [INFO] [stdout] ... | [INFO] [stdout] 65 | | error: None [INFO] [stdout] 66 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/augmenting/mark_ends.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn mark_ends(iter: Box>>) -> Box>> [INFO] [stdout] | --------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 85 | Box::new(MarkEnds { [INFO] [stdout] | ______________^ [INFO] [stdout] 86 | | iter: iter, [INFO] [stdout] 87 | | buffer: VecDeque::new(), [INFO] [stdout] 88 | | emitted_head: false, [INFO] [stdout] 89 | | iter_finished: false [INFO] [stdout] 90 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/augmenting/repeat_each.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn repeat_each(mut iter: Box>>, n: usize) -> Box>> [INFO] [stdout] | -------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | let last_item = iter.next(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 59 | [INFO] [stdout] 60 | Box::new(RepeatEach { [INFO] [stdout] | ______________^ [INFO] [stdout] 61 | | iter, [INFO] [stdout] 62 | | n, [INFO] [stdout] 63 | | emit_count: 0, [INFO] [stdout] 64 | | iter_finished: false, [INFO] [stdout] 65 | | last_item [INFO] [stdout] 66 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/augmenting/repeat_last.rs:69:14 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn repeat_last(iter: Box>>, default_item: T) -> Box>> [INFO] [stdout] | --------------------------------------------- --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | Box::new(RepeatLast { [INFO] [stdout] | ______________^ [INFO] [stdout] 70 | | iter, [INFO] [stdout] 71 | | default_item: Some(default_item), [INFO] [stdout] 72 | | last_item: None, [INFO] [stdout] 73 | | iter_finished: false [INFO] [stdout] 74 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grouping/chunked.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn chunked(iter: Box>, n: usize, strict: bool) -> Box, Error>>> [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | Box::new(Chunked { [INFO] [stdout] | ______________^ [INFO] [stdout] 59 | | iter, [INFO] [stdout] 60 | | buf: Vec::new(), [INFO] [stdout] 61 | | n, [INFO] [stdout] 62 | | strict [INFO] [stdout] 63 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grouping/grouper.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn grouper(seq: Box>, n: usize, incomplete: IncompleteType, fillvalue: Option) -> Box [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/look_ahead_back/peekable.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn peekable(iter: Box>) -> Peekable [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | buf: VecDeque::new(), [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/selecting/filter_except.rs:68:14 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn filter_except(iter: Box>>, [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 68 | Box::new(FilterExcept { [INFO] [stdout] | ______________^ [INFO] [stdout] 69 | | // cur: 0, [INFO] [stdout] 70 | | iter, [INFO] [stdout] 71 | | validator, [INFO] [stdout] ... | [INFO] [stdout] 74 | | iter_finished: false [INFO] [stdout] 75 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/selecting/filter_map.rs:55:14 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn filter_map(iter: Box>>, [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 55 | Box::new(FilterMap { [INFO] [stdout] | ______________^ [INFO] [stdout] 56 | | iter, [INFO] [stdout] 57 | | func: func, [INFO] [stdout] 58 | | iter_finished: false [INFO] [stdout] 59 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/selecting/map_except.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn map_except(iter: Box>>, [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 89 | Box::new(MapExcept { [INFO] [stdout] | ______________^ [INFO] [stdout] 90 | | iter, [INFO] [stdout] 91 | | func, [INFO] [stdout] 92 | | acceptable_except, [INFO] [stdout] 93 | | error: None, [INFO] [stdout] 94 | | iter_finished: false [INFO] [stdout] 95 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/selecting/tail.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn tail(iter: Box>, n: usize) -> Box> [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 39 | Box::new(Tail { [INFO] [stdout] | ______________^ [INFO] [stdout] 40 | | buf: VecDeque::new(), [INFO] [stdout] 41 | | iter, [INFO] [stdout] 42 | | n [INFO] [stdout] 43 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/windowing/windowed.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn windowed(iter: Box>>, n: usize, step: usize) -> Box, Error>>> [INFO] [stdout] | --------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 103 | Box::new(Windowed { [INFO] [stdout] | ______________^ [INFO] [stdout] 104 | | buf: VecDeque::new(), [INFO] [stdout] 105 | | iter, [INFO] [stdout] 106 | | n, [INFO] [stdout] ... | [INFO] [stdout] 109 | | iter_finished: false [INFO] [stdout] 110 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sequence.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn new(v: Vec) -> Box> { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 19 | Box::new(SequenceVector { [INFO] [stdout] | __________________^ [INFO] [stdout] 20 | | v [INFO] [stdout] 21 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/others/iterate.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn iterate(func: fn(&T) -> Result, start: T) -> Box>> [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 47 | Box::new(Iterate { [INFO] [stdout] | ______________^ [INFO] [stdout] 48 | | func: func, [INFO] [stdout] 49 | | start: start, [INFO] [stdout] 50 | | error: None, [INFO] [stdout] 51 | | iter_finished: false [INFO] [stdout] 52 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/others/replace.rs:179:14 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn replace(mut iter: Box>>, query: Vec, sub: Vec) -> Box = None; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | Box::new(Replace{ [INFO] [stdout] | ______________^ [INFO] [stdout] 180 | | output_list: LinkedList::new(), [INFO] [stdout] 181 | | cache, [INFO] [stdout] 182 | | iter, [INFO] [stdout] ... | [INFO] [stdout] 187 | | emitted_error: false [INFO] [stdout] 188 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/itertools/chain.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn chain(input: Vec>>>) -> Box>> { [INFO] [stdout] | ------------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | Box::new(Chain { [INFO] [stdout] | ______________^ [INFO] [stdout] 46 | | input, [INFO] [stdout] 47 | | cur_idx: 0, [INFO] [stdout] 48 | | iter_finished: false, [INFO] [stdout] 49 | | iter_err: None [INFO] [stdout] 50 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/itertools/islice.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn islice(iter: Box>>, start: usize, stop: usize, step: usize) -> Box [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/itertools/zip.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn zip(iter0: Box>>, [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 59 | iter1: Box>>) -> Box>> [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | Box::new(Zip{iter0,iter1,iter_finished:false, iter_error:None}) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combining/interleave.rs:65:14 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn interleave(iter_vec: Vec>>>) -> Box>> [INFO] [stdout] | -------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | Box::new(Interleave { [INFO] [stdout] | ______________^ [INFO] [stdout] 66 | | buf: VecDeque::new(), [INFO] [stdout] 67 | | buf2: VecDeque::new(), [INFO] [stdout] 68 | | iter_vec, [INFO] [stdout] 69 | | iter_finished: false [INFO] [stdout] 70 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combining/interleave_longest.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn interleave_longest(iter_vec: Vec>>>, fillvalue: Option) -> Box [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combining/zip_equal.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn zip_equal(iter_vec: Vec>>>) -> Box,Error>>> [INFO] [stdout] | -------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 91 | Box::new(ZipEqual { [INFO] [stdout] | ______________^ [INFO] [stdout] 92 | | buf: VecDeque::new(), [INFO] [stdout] 93 | | buf2: VecDeque::new(), [INFO] [stdout] 94 | | iter_vec, [INFO] [stdout] 95 | | iter_finished: false [INFO] [stdout] 96 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combining/prepend.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn prepend(value: T, iter: Box>>) -> Box>> [INFO] [stdout] | -------- ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 47 | Box::new(Prepend { [INFO] [stdout] | ______________^ [INFO] [stdout] 48 | | value, [INFO] [stdout] 49 | | emitted_value: false, [INFO] [stdout] 50 | | iter, [INFO] [stdout] 51 | | iter_finished: false [INFO] [stdout] 52 | | }) [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 22 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `more-itertools` (lib) due to 23 previous errors; 1 warning emitted [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/augmenting/padded.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn padded(iter: Box>>, fill_value: T, count: usize) -> Box>> [INFO] [stdout] | ----------------------------------------------- ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | Box::new(Padded { [INFO] [stdout] | ______________^ [INFO] [stdout] 60 | | iter, [INFO] [stdout] 61 | | iter_finished: false, [INFO] [stdout] 62 | | iter_count: 0, [INFO] [stdout] ... | [INFO] [stdout] 65 | | error: None [INFO] [stdout] 66 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/augmenting/mark_ends.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn mark_ends(iter: Box>>) -> Box>> [INFO] [stdout] | --------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 85 | Box::new(MarkEnds { [INFO] [stdout] | ______________^ [INFO] [stdout] 86 | | iter: iter, [INFO] [stdout] 87 | | buffer: VecDeque::new(), [INFO] [stdout] 88 | | emitted_head: false, [INFO] [stdout] 89 | | iter_finished: false [INFO] [stdout] 90 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/augmenting/repeat_each.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn repeat_each(mut iter: Box>>, n: usize) -> Box>> [INFO] [stdout] | -------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | let last_item = iter.next(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 59 | [INFO] [stdout] 60 | Box::new(RepeatEach { [INFO] [stdout] | ______________^ [INFO] [stdout] 61 | | iter, [INFO] [stdout] 62 | | n, [INFO] [stdout] 63 | | emit_count: 0, [INFO] [stdout] 64 | | iter_finished: false, [INFO] [stdout] 65 | | last_item [INFO] [stdout] 66 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/augmenting/repeat_last.rs:69:14 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn repeat_last(iter: Box>>, default_item: T) -> Box>> [INFO] [stdout] | --------------------------------------------- --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | Box::new(RepeatLast { [INFO] [stdout] | ______________^ [INFO] [stdout] 70 | | iter, [INFO] [stdout] 71 | | default_item: Some(default_item), [INFO] [stdout] 72 | | last_item: None, [INFO] [stdout] 73 | | iter_finished: false [INFO] [stdout] 74 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grouping/chunked.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn chunked(iter: Box>, n: usize, strict: bool) -> Box, Error>>> [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | Box::new(Chunked { [INFO] [stdout] | ______________^ [INFO] [stdout] 59 | | iter, [INFO] [stdout] 60 | | buf: Vec::new(), [INFO] [stdout] 61 | | n, [INFO] [stdout] 62 | | strict [INFO] [stdout] 63 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grouping/sliced.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 76 | let mut it = sliced(create_seq_from_vec(vec![1,2,3,4,5,6,7,8,9,10,11]), 3, true); [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | match it.next().unwrap() { [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grouping/grouper.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn grouper(seq: Box>, n: usize, incomplete: IncompleteType, fillvalue: Option) -> Box [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/grouping/grouper.rs:120:15 [INFO] [stdout] | [INFO] [stdout] 99 | let mut g = grouper(create_seq_from_vec(v), 3, IncompleteType::Fill, Some(0)); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | let mut g = grouper(create_seq_from_vec(v), 3, IncompleteType::Ignore, Some(0)); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 116 | let mut g = grouper(create_seq_from_vec(v), 3, IncompleteType::Strict, Some(0)); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 120 | match g.next() { [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/look_ahead_back/peekable.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn peekable(iter: Box>) -> Peekable [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | buf: VecDeque::new(), [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/selecting/filter_except.rs:68:14 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn filter_except(iter: Box>>, [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 68 | Box::new(FilterExcept { [INFO] [stdout] | ______________^ [INFO] [stdout] 69 | | // cur: 0, [INFO] [stdout] 70 | | iter, [INFO] [stdout] 71 | | validator, [INFO] [stdout] ... | [INFO] [stdout] 74 | | iter_finished: false [INFO] [stdout] 75 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/selecting/filter_map.rs:55:14 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn filter_map(iter: Box>>, [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 55 | Box::new(FilterMap { [INFO] [stdout] | ______________^ [INFO] [stdout] 56 | | iter, [INFO] [stdout] 57 | | func: func, [INFO] [stdout] 58 | | iter_finished: false [INFO] [stdout] 59 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/selecting/map_except.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn map_except(iter: Box>>, [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 89 | Box::new(MapExcept { [INFO] [stdout] | ______________^ [INFO] [stdout] 90 | | iter, [INFO] [stdout] 91 | | func, [INFO] [stdout] 92 | | acceptable_except, [INFO] [stdout] 93 | | error: None, [INFO] [stdout] 94 | | iter_finished: false [INFO] [stdout] 95 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/selecting/tail.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn tail(iter: Box>, n: usize) -> Box> [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 39 | Box::new(Tail { [INFO] [stdout] | ______________^ [INFO] [stdout] 40 | | buf: VecDeque::new(), [INFO] [stdout] 41 | | iter, [INFO] [stdout] 42 | | n [INFO] [stdout] 43 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/windowing/windowed.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn windowed(iter: Box>>, n: usize, step: usize) -> Box, Error>>> [INFO] [stdout] | --------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 103 | Box::new(Windowed { [INFO] [stdout] | ______________^ [INFO] [stdout] 104 | | buf: VecDeque::new(), [INFO] [stdout] 105 | | iter, [INFO] [stdout] 106 | | n, [INFO] [stdout] ... | [INFO] [stdout] 109 | | iter_finished: false [INFO] [stdout] 110 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/windowing/sliding_window.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 45 | let mut w = sliding_windowed(generate_okok_iterator(v), 4); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 58 | match w.next() { [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/windowing/sliding_window.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 67 | let mut w = sliding_windowed(generate_okok_iterator(v), 4); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 68 | match w.next() { [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/windowing/windowed_complete.rs:178:15 [INFO] [stdout] | [INFO] [stdout] 104 | let v = generate_okok_iterator(vec![0,1,2,3,4,5,6]); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 105 | [INFO] [stdout] 106 | let mut wc = windowed_complete(v, 3); [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 178 | match wc.next() { [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/sequence.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn new(v: Vec) -> Box> { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 19 | Box::new(SequenceVector { [INFO] [stdout] | __________________^ [INFO] [stdout] 20 | | v [INFO] [stdout] 21 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/others/iterate.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn iterate(func: fn(&T) -> Result, start: T) -> Box>> [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 47 | Box::new(Iterate { [INFO] [stdout] | ______________^ [INFO] [stdout] 48 | | func: func, [INFO] [stdout] 49 | | start: start, [INFO] [stdout] 50 | | error: None, [INFO] [stdout] 51 | | iter_finished: false [INFO] [stdout] 52 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/others/replace.rs:179:14 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn replace(mut iter: Box>>, query: Vec, sub: Vec) -> Box = None; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | Box::new(Replace{ [INFO] [stdout] | ______________^ [INFO] [stdout] 180 | | output_list: LinkedList::new(), [INFO] [stdout] 181 | | cache, [INFO] [stdout] 182 | | iter, [INFO] [stdout] ... | [INFO] [stdout] 187 | | emitted_error: false [INFO] [stdout] 188 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/itertools/chain.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn chain(input: Vec>>>) -> Box>> { [INFO] [stdout] | ------------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 45 | Box::new(Chain { [INFO] [stdout] | ______________^ [INFO] [stdout] 46 | | input, [INFO] [stdout] 47 | | cur_idx: 0, [INFO] [stdout] 48 | | iter_finished: false, [INFO] [stdout] 49 | | iter_err: None [INFO] [stdout] 50 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/itertools/islice.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn islice(iter: Box>>, start: usize, stop: usize, step: usize) -> Box [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/itertools/zip.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn zip(iter0: Box>>, [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 59 | iter1: Box>>) -> Box>> [INFO] [stdout] | ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | Box::new(Zip{iter0,iter1,iter_finished:false, iter_error:None}) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combining/interleave.rs:65:14 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn interleave(iter_vec: Vec>>>) -> Box>> [INFO] [stdout] | -------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | Box::new(Interleave { [INFO] [stdout] | ______________^ [INFO] [stdout] 66 | | buf: VecDeque::new(), [INFO] [stdout] 67 | | buf2: VecDeque::new(), [INFO] [stdout] 68 | | iter_vec, [INFO] [stdout] 69 | | iter_finished: false [INFO] [stdout] 70 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combining/interleave_longest.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn interleave_longest(iter_vec: Vec>>>, fillvalue: Option) -> Box [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combining/zip_equal.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn zip_equal(iter_vec: Vec>>>) -> Box,Error>>> [INFO] [stdout] | -------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 91 | Box::new(ZipEqual { [INFO] [stdout] | ______________^ [INFO] [stdout] 92 | | buf: VecDeque::new(), [INFO] [stdout] 93 | | buf2: VecDeque::new(), [INFO] [stdout] 94 | | iter_vec, [INFO] [stdout] 95 | | iter_finished: false [INFO] [stdout] 96 | | }) [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/combining/prepend.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn prepend(value: T, iter: Box>>) -> Box>> [INFO] [stdout] | -------- ----------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 47 | Box::new(Prepend { [INFO] [stdout] | ______________^ [INFO] [stdout] 48 | | value, [INFO] [stdout] 49 | | emitted_value: false, [INFO] [stdout] 50 | | iter, [INFO] [stdout] 51 | | iter_finished: false [INFO] [stdout] 52 | | }) [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 27 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `more-itertools` (lib test) due to 28 previous errors [INFO] running `Command { std: "docker" "inspect" "12099238861ec323e33cc9a58f11509f3b3a40de0166e818c508d1b4b952f82d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12099238861ec323e33cc9a58f11509f3b3a40de0166e818c508d1b4b952f82d", kill_on_drop: false }` [INFO] [stdout] 12099238861ec323e33cc9a58f11509f3b3a40de0166e818c508d1b4b952f82d