[INFO] fetching crate hexchat-plugin 0.2.14... [INFO] checking hexchat-plugin-0.2.14 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate hexchat-plugin 0.2.14 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate hexchat-plugin 0.2.14 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 hexchat-plugin 0.2.14 [INFO] finished tweaking crates.io crate hexchat-plugin 0.2.14 [INFO] tweaked toml for crates.io crate hexchat-plugin 0.2.14 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 43a94b8f9ddc0bc3dc0fbebd402f62a6163190bbb5fed73daf884971f209461d [INFO] running `Command { std: "docker" "start" "-a" "43a94b8f9ddc0bc3dc0fbebd402f62a6163190bbb5fed73daf884971f209461d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43a94b8f9ddc0bc3dc0fbebd402f62a6163190bbb5fed73daf884971f209461d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43a94b8f9ddc0bc3dc0fbebd402f62a6163190bbb5fed73daf884971f209461d", kill_on_drop: false }` [INFO] [stdout] 43a94b8f9ddc0bc3dc0fbebd402f62a6163190bbb5fed73daf884971f209461d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] ebc341b6e82a4d7422a13e0c28eda24766ada509f0f5354119b709167d8fcdcb [INFO] running `Command { std: "docker" "start" "-a" "ebc341b6e82a4d7422a13e0c28eda24766ada509f0f5354119b709167d8fcdcb", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking hexchat-plugin v0.2.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/lib.rs:1447:9 [INFO] [stdout] | [INFO] [stdout] 1447 | let filename = if !(*plugin_name).is_null() { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filename` [INFO] [stdout] --> src/lib.rs:1447:9 [INFO] [stdout] | [INFO] [stdout] 1447 | let filename = if !(*plugin_name).is_null() { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filename` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `closure` is never read [INFO] [stdout] --> src/lib.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 357 | pub struct Context { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 358 | ctx: RcWeak<*const internals::HexchatContext>, // may be null [INFO] [stdout] 359 | closure: Rc>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Context` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:712:19 [INFO] [stdout] | [INFO] [stdout] 710 | let f: Rc = rc_clone_from_raw(ud as *const CommandHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 711 | let ph = f.1; [INFO] [stdout] 712 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 713 | | let word = Word::new(word); [INFO] [stdout] 714 | | let word_eol = WordEol::new(word_eol); [INFO] [stdout] 715 | | (f.0)(&mut PluginHandle::new(f.1, f.2), word, word_eol).do_eat as libc::c_int [INFO] [stdout] 716 | | }) { [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/lib.rs:758:37 [INFO] [stdout] | [INFO] [stdout] 757 | ...elf, cmd: &str, cb: F, pri: i32) -> ServerHookHandle where F: Fn(&mut PluginHandle, Word, WordEol) -> Eat + 'static + ::std::panic::Re... [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 758 | ...md, move |ph, w, we, _| cb(ph, w, we), pri) [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/lib.rs:767:19 [INFO] [stdout] | [INFO] [stdout] 765 | let f: Rc = rc_clone_from_raw(ud as *const ServerHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 766 | let ph = f.1; [INFO] [stdout] 767 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 768 | | let word = Word::new(word); [INFO] [stdout] 769 | | let word_eol = WordEol::new(word_eol); [INFO] [stdout] 770 | | (f.0)(&mut PluginHandle::new(f.1, f.2), word, word_eol, (&*attrs).into()).do_eat as libc::c_int [INFO] [stdout] 771 | | }) { [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/lib.rs:822:19 [INFO] [stdout] | [INFO] [stdout] 820 | let f: Rc = rc_clone_from_raw(ud as *const PrintHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 821 | let ph = f.1; [INFO] [stdout] 822 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 823 | | let word = Word::new(word); [INFO] [stdout] 824 | | (f.0)(&mut PluginHandle::new(f.1, f.2), word, EventAttrs::new()).do_eat as libc::c_int [INFO] [stdout] 825 | | }) { [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/lib.rs:858:19 [INFO] [stdout] | [INFO] [stdout] 856 | let f: Rc = rc_clone_from_raw(ud as *const PrintHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 857 | let ph = f.1; [INFO] [stdout] 858 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 859 | | let word = Word::new(word); [INFO] [stdout] 860 | | (f.0)(&mut PluginHandle::new(f.1, f.2), word, (&*attrs).into()).do_eat as libc::c_int [INFO] [stdout] 861 | | }) { [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] warning: field `closure` is never read [INFO] [stdout] --> src/lib.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 357 | pub struct Context { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 358 | ctx: RcWeak<*const internals::HexchatContext>, // may be null [INFO] [stdout] 359 | closure: Rc>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Context` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:908:19 [INFO] [stdout] | [INFO] [stdout] 903 | let f: Rc = rc_clone_from_raw(ud as *const TimerHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 904 | let alive = f.1.clone(); // clone the alive because why not [INFO] [stdout] 905 | let f = f.0.clone(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 908 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 909 | | (f.0)(&mut PluginHandle::new(f.1, f.2)) [INFO] [stdout] 910 | | }) { [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/lib.rs:712:19 [INFO] [stdout] | [INFO] [stdout] 710 | let f: Rc = rc_clone_from_raw(ud as *const CommandHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 711 | let ph = f.1; [INFO] [stdout] 712 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 713 | | let word = Word::new(word); [INFO] [stdout] 714 | | let word_eol = WordEol::new(word_eol); [INFO] [stdout] 715 | | (f.0)(&mut PluginHandle::new(f.1, f.2), word, word_eol).do_eat as libc::c_int [INFO] [stdout] 716 | | }) { [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/lib.rs:758:37 [INFO] [stdout] | [INFO] [stdout] 757 | ...elf, cmd: &str, cb: F, pri: i32) -> ServerHookHandle where F: Fn(&mut PluginHandle, Word, WordEol) -> Eat + 'static + ::std::panic::Re... [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 758 | ...md, move |ph, w, we, _| cb(ph, w, we), pri) [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/lib.rs:767:19 [INFO] [stdout] | [INFO] [stdout] 765 | let f: Rc = rc_clone_from_raw(ud as *const ServerHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 766 | let ph = f.1; [INFO] [stdout] 767 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 768 | | let word = Word::new(word); [INFO] [stdout] 769 | | let word_eol = WordEol::new(word_eol); [INFO] [stdout] 770 | | (f.0)(&mut PluginHandle::new(f.1, f.2), word, word_eol, (&*attrs).into()).do_eat as libc::c_int [INFO] [stdout] 771 | | }) { [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/lib.rs:1057:41 [INFO] [stdout] | [INFO] [stdout] 1057 | let servname = servname.map(|x| CString::new(x).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/lib.rs:822:19 [INFO] [stdout] | [INFO] [stdout] 820 | let f: Rc = rc_clone_from_raw(ud as *const PrintHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 821 | let ph = f.1; [INFO] [stdout] 822 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 823 | | let word = Word::new(word); [INFO] [stdout] 824 | | (f.0)(&mut PluginHandle::new(f.1, f.2), word, EventAttrs::new()).do_eat as libc::c_int [INFO] [stdout] 825 | | }) { [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/lib.rs:858:19 [INFO] [stdout] | [INFO] [stdout] 856 | let f: Rc = rc_clone_from_raw(ud as *const PrintHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 857 | let ph = f.1; [INFO] [stdout] 858 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 859 | | let word = Word::new(word); [INFO] [stdout] 860 | | (f.0)(&mut PluginHandle::new(f.1, f.2), word, (&*attrs).into()).do_eat as libc::c_int [INFO] [stdout] 861 | | }) { [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/lib.rs:1058:39 [INFO] [stdout] | [INFO] [stdout] 1058 | let channel = channel.map(|x| CString::new(x).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/lib.rs:908:19 [INFO] [stdout] | [INFO] [stdout] 903 | let f: Rc = rc_clone_from_raw(ud as *const TimerHookUd); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 904 | let alive = f.1.clone(); // clone the alive because why not [INFO] [stdout] 905 | let f = f.0.clone(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 908 | match catch_unwind(move || { [INFO] [stdout] | ___________________^ [INFO] [stdout] 909 | | (f.0)(&mut PluginHandle::new(f.1, f.2)) [INFO] [stdout] 910 | | }) { [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/lib.rs:1097:56 [INFO] [stdout] | [INFO] [stdout] 1097 | let v: Vec = iter.into_iter().map(|s| CString::new(s).unwrap()).collect(); [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/lib.rs:1057:41 [INFO] [stdout] | [INFO] [stdout] 1057 | let servname = servname.map(|x| CString::new(x).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/lib.rs:1124:50 [INFO] [stdout] | [INFO] [stdout] 1124 | args_cs[i] = iter.next().map(|x| CString::new(x).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/lib.rs:1058:39 [INFO] [stdout] | [INFO] [stdout] 1058 | let channel = channel.map(|x| CString::new(x).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/lib.rs:1097:56 [INFO] [stdout] | [INFO] [stdout] 1097 | let v: Vec = iter.into_iter().map(|s| CString::new(s).unwrap()).collect(); [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/lib.rs:1150:50 [INFO] [stdout] | [INFO] [stdout] 1150 | args_cs[i] = iter.next().map(|x| CString::new(x).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/lib.rs:1124:50 [INFO] [stdout] | [INFO] [stdout] 1124 | args_cs[i] = iter.next().map(|x| CString::new(x).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/lib.rs:1150:50 [INFO] [stdout] | [INFO] [stdout] 1150 | args_cs[i] = iter.next().map(|x| CString::new(x).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: aborting due to 11 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hexchat-plugin` (lib test) due to 12 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `hexchat-plugin` (lib) due to 12 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ebc341b6e82a4d7422a13e0c28eda24766ada509f0f5354119b709167d8fcdcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebc341b6e82a4d7422a13e0c28eda24766ada509f0f5354119b709167d8fcdcb", kill_on_drop: false }` [INFO] [stdout] ebc341b6e82a4d7422a13e0c28eda24766ada509f0f5354119b709167d8fcdcb