[INFO] fetching crate dbus-tree 0.9.2... [INFO] checking dbus-tree-0.9.2 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate dbus-tree 0.9.2 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate dbus-tree 0.9.2 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 dbus-tree 0.9.2 [INFO] finished tweaking crates.io crate dbus-tree 0.9.2 [INFO] tweaked toml for crates.io crate dbus-tree 0.9.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate dbus-tree 0.9.2 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" "+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] eaf341e2795b8b9782dffd159554797a9a362c5740343c0f2d58e9e3749616a5 [INFO] running `Command { std: "docker" "start" "-a" "eaf341e2795b8b9782dffd159554797a9a362c5740343c0f2d58e9e3749616a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eaf341e2795b8b9782dffd159554797a9a362c5740343c0f2d58e9e3749616a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eaf341e2795b8b9782dffd159554797a9a362c5740343c0f2d58e9e3749616a5", kill_on_drop: false }` [INFO] [stdout] eaf341e2795b8b9782dffd159554797a9a362c5740343c0f2d58e9e3749616a5 [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] dc736dfb5087dfcc2adf57e1ca6ddfa3d5ac810d8a5c7cce70564cd105d4cfe6 [INFO] running `Command { std: "docker" "start" "-a" "dc736dfb5087dfcc2adf57e1ca6ddfa3d5ac810d8a5c7cce70564cd105d4cfe6", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.20 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling libdbus-sys v0.2.2 [INFO] [stderr] Checking dbus v0.9.5 [INFO] [stderr] Checking dbus-tree v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/methodtype.rs:109:113 [INFO] [stdout] | [INFO] [stdout] 108 | fn make_getprop(h: H) -> Box [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 109 | where H: Fn(&mut IterAppend, &PropInfo) -> Result<(), MethodErr> + Send + Sync + 'static { Box::new(RefCell::new(h)) } [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/methodtype.rs:111:89 [INFO] [stdout] | [INFO] [stdout] 110 | fn make_method(h: H) -> Box [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 111 | where H: Fn(&MethodInfo) -> MethodResult + Send + Sync + 'static { Box::new(RefCell::new(h)) } [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/leaves.rs:87:85 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn new_method, D: DataType>(n: Member<'static>, data: D::Method, cb: Box) -> Method { [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] 87 | Method { name: n, i_args: vec!(), o_args: vec!(), anns: Annotations::new(), cb: DebugMethod(cb), data: data } [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/leaves.rs:482:53 [INFO] [stdout] | [INFO] [stdout] 479 | (n: String, sig: Signature<'static>, data: D::Property) -> Property { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 482 | sig: sig, anns: Annotations::new(), set_cb: None, get_cb: None, data: data [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/leaves.rs:482:67 [INFO] [stdout] | [INFO] [stdout] 479 | (n: String, sig: Signature<'static>, data: D::Property) -> Property { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 482 | sig: sig, anns: Annotations::new(), set_cb: None, get_cb: None, data: data [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/objectpath.rs:97:23 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_interface, D: DataType>(t: IfaceName<'static>, d: D::Interface) -> Interface { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | Interface { name: Arc::new(t), methods: ArcMap::new(), signals: ArcMap::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/objectpath.rs:97:45 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_interface, D: DataType>(t: IfaceName<'static>, d: D::Interface) -> Interface { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | Interface { name: Arc::new(t), methods: ArcMap::new(), signals: ArcMap::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/objectpath.rs:97:69 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_interface, D: DataType>(t: IfaceName<'static>, d: D::Interface) -> Interface { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | Interface { name: Arc::new(t), methods: ArcMap::new(), signals: ArcMap::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/objectpath.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_interface, D: DataType>(t: IfaceName<'static>, d: D::Interface) -> Interface { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | Interface { name: Arc::new(t), methods: ArcMap::new(), signals: ArcMap::new(), [INFO] [stdout] 98 | properties: ArcMap::new(), anns: Annotations::new(), data: d [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/objectpath.rs:113:36 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn get> + Clone, F>(&self, s: S, f: F) -> Arc> [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] 112 | let mut m = self.0.lock().unwrap(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | m.entry(s2).or_insert_with(|| { [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 114 | | let i = new_interface(s.into(), Default::default()); [INFO] [stdout] 115 | | Arc::new(f(i)) [INFO] [stdout] 116 | | }).clone() [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/objectpath.rs:115:22 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn get> + Clone, F>(&self, s: S, f: F) -> Arc> [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] 114 | let i = new_interface(s.into(), Default::default()); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 115 | Arc::new(f(i)) [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/objectpath.rs:125:36 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn get_factory> + Clone, F>(&self, s: S, f: F) -> Arc> [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] 124 | let mut m = self.0.lock().unwrap(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 125 | m.entry(s2).or_insert_with(|| { [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 126 | | Arc::new(f()) [INFO] [stdout] 127 | | }).clone() [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/objectpath.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn get_factory> + Clone, F>(&self, s: S, f: F) -> Arc> [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 126 | Arc::new(f()) [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/objectpath.rs:264:72 [INFO] [stdout] | [INFO] [stdout] 263 | let f = Factory::from(self.ifacecache.clone()); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 264 | methodtype::org_freedesktop_dbus_introspectable_server(&f, Default::default()) [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/objectpath.rs:293:21 [INFO] [stdout] | [INFO] [stdout] 292 | let z = self.ifacecache.get(ifname, |i| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 293 | i.add_m(super::leaves::new_method("GetManagedObjects".into(), Default::default(), [INFO] [stdout] | _____________________^ [INFO] [stdout] 294 | | M::make_method(|m| m.path.get_managed_objects(m))) [INFO] [stdout] 295 | | .outarg::,()>,()>,()>,_>("objpath_interfaces_and_properties")) [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/objectpath.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 305 | let z = self.ifacecache.get(ifname, |i| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 306 | / i.add_m(super::leaves::new_method("Get".into(), Default::default(), [INFO] [stdout] 307 | | M::make_method(|m| m.path.prop_get(m))) [INFO] [stdout] 308 | | .inarg::<&str,_>("interface_name") [INFO] [stdout] 309 | | .inarg::<&str,_>("property_name") [INFO] [stdout] ... | [INFO] [stdout] 318 | | .inarg::<&str,_>("property_name") [INFO] [stdout] 319 | | .inarg::,_>("value")) [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/objectpath.rs:320:20 [INFO] [stdout] | [INFO] [stdout] 305 | let z = self.ifacecache.get(ifname, |i| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 320 | .add_s(super::leaves::new_signal("PropertiesChanged".into(), Default::default()) [INFO] [stdout] | ____________________^ [INFO] [stdout] 321 | | .sarg::<&str, _>("interface_name") [INFO] [stdout] 322 | | .sarg::, ()>, _>("changed_properties") [INFO] [stdout] 323 | | .sarg::, _>("invalidated_properties")) [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/objectpath.rs:331:24 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn new_objectpath, D: DataType>(n: Path<'static>, d: D::ObjectPath, cache: Arc>) [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] 330 | -> ObjectPath { [INFO] [stdout] 331 | ObjectPath { name: Arc::new(n), data: d, ifaces: ArcMap::new(), ifacecache: cache, default_iface: 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/objectpath.rs:331:54 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn new_objectpath, D: DataType>(n: Path<'static>, d: D::ObjectPath, cache: Arc>) [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] 330 | -> ObjectPath { [INFO] [stdout] 331 | ObjectPath { name: Arc::new(n), data: d, ifaces: ArcMap::new(), ifacecache: cache, default_iface: 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/objectpath.rs:404:65 [INFO] [stdout] | [INFO] [stdout] 404 | else { m.path().and_then(|p| self.paths.get(&p).map(|s| s.handle(m, &self) [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/objectpath.rs:509:19 [INFO] [stdout] | [INFO] [stdout] 508 | pub fn new_tree, D: DataType>(d: D::Tree) -> Tree { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 509 | Tree { paths: ArcMap::new(), data: d } [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/factory.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn method(&self, t: T, data: D::Method, handler: H) -> Method, D> [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | where H: 'static + Fn(&MethodInfo, D>) -> MethodResult, T: Into> { [INFO] [stdout] 44 | super::leaves::new_method(t.into(), data, Box::new(handler) as Box<_>) [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/factory.rs:52:51 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn method(&self, t: T, data: D::Method, handler: H) -> Method, D> [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 51 | where H: 'static + FnMut(&MethodInfo, D>) -> MethodResult, T: Into> { [INFO] [stdout] 52 | super::leaves::new_method(t.into(), data, Box::new(RefCell::new(handler)) as Box<_>) [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/factory.rs:60:51 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn method(&self, t: T, data: D::Method, handler: H) -> Method, D> [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 59 | where H: Fn(&MethodInfo, D>) -> MethodResult + Send + Sync + 'static, T: Into> { [INFO] [stdout] 60 | super::leaves::new_method(t.into(), data, Box::new(handler) as Box<_>) [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/factory.rs:87:62 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn object_path>>(&self, name: T, data: D::ObjectPath) -> ObjectPath { [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] 87 | super::objectpath::new_objectpath(name.into(), data, self.0.clone()) [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/factory.rs:100:51 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn method_sync(&self, t: T, data: D::Method, handler: H) -> Method [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 99 | where H: Fn(&MethodInfo) -> MethodResult + Send + Sync + 'static, T: Into> { [INFO] [stdout] 100 | super::leaves::new_method(t.into(), data, M::make_method(handler)) [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 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dbus-tree` (lib test) due to 27 previous errors [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/methodtype.rs:109:113 [INFO] [stdout] | [INFO] [stdout] 108 | fn make_getprop(h: H) -> Box [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 109 | where H: Fn(&mut IterAppend, &PropInfo) -> Result<(), MethodErr> + Send + Sync + 'static { Box::new(RefCell::new(h)) } [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/methodtype.rs:111:89 [INFO] [stdout] | [INFO] [stdout] 110 | fn make_method(h: H) -> Box [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 111 | where H: Fn(&MethodInfo) -> MethodResult + Send + Sync + 'static { Box::new(RefCell::new(h)) } [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/leaves.rs:87:85 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn new_method, D: DataType>(n: Member<'static>, data: D::Method, cb: Box) -> Method { [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] 87 | Method { name: n, i_args: vec!(), o_args: vec!(), anns: Annotations::new(), cb: DebugMethod(cb), data: data } [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/leaves.rs:482:53 [INFO] [stdout] | [INFO] [stdout] 479 | (n: String, sig: Signature<'static>, data: D::Property) -> Property { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 482 | sig: sig, anns: Annotations::new(), set_cb: None, get_cb: None, data: data [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/leaves.rs:482:67 [INFO] [stdout] | [INFO] [stdout] 479 | (n: String, sig: Signature<'static>, data: D::Property) -> Property { [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 482 | sig: sig, anns: Annotations::new(), set_cb: None, get_cb: None, data: data [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/objectpath.rs:97:23 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_interface, D: DataType>(t: IfaceName<'static>, d: D::Interface) -> Interface { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | Interface { name: Arc::new(t), methods: ArcMap::new(), signals: ArcMap::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/objectpath.rs:97:45 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_interface, D: DataType>(t: IfaceName<'static>, d: D::Interface) -> Interface { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | Interface { name: Arc::new(t), methods: ArcMap::new(), signals: ArcMap::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/objectpath.rs:97:69 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_interface, D: DataType>(t: IfaceName<'static>, d: D::Interface) -> Interface { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | Interface { name: Arc::new(t), methods: ArcMap::new(), signals: ArcMap::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/objectpath.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_interface, D: DataType>(t: IfaceName<'static>, d: D::Interface) -> Interface { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 97 | Interface { name: Arc::new(t), methods: ArcMap::new(), signals: ArcMap::new(), [INFO] [stdout] 98 | properties: ArcMap::new(), anns: Annotations::new(), data: d [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/objectpath.rs:113:36 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn get> + Clone, F>(&self, s: S, f: F) -> Arc> [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] 112 | let mut m = self.0.lock().unwrap(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 113 | m.entry(s2).or_insert_with(|| { [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 114 | | let i = new_interface(s.into(), Default::default()); [INFO] [stdout] 115 | | Arc::new(f(i)) [INFO] [stdout] 116 | | }).clone() [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/objectpath.rs:115:22 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn get> + Clone, F>(&self, s: S, f: F) -> Arc> [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] 114 | let i = new_interface(s.into(), Default::default()); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 115 | Arc::new(f(i)) [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/objectpath.rs:125:36 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn get_factory> + Clone, F>(&self, s: S, f: F) -> Arc> [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] 124 | let mut m = self.0.lock().unwrap(); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 125 | m.entry(s2).or_insert_with(|| { [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 126 | | Arc::new(f()) [INFO] [stdout] 127 | | }).clone() [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/objectpath.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn get_factory> + Clone, F>(&self, s: S, f: F) -> Arc> [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 126 | Arc::new(f()) [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/objectpath.rs:264:72 [INFO] [stdout] | [INFO] [stdout] 263 | let f = Factory::from(self.ifacecache.clone()); [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 264 | methodtype::org_freedesktop_dbus_introspectable_server(&f, Default::default()) [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/objectpath.rs:293:21 [INFO] [stdout] | [INFO] [stdout] 292 | let z = self.ifacecache.get(ifname, |i| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 293 | i.add_m(super::leaves::new_method("GetManagedObjects".into(), Default::default(), [INFO] [stdout] | _____________________^ [INFO] [stdout] 294 | | M::make_method(|m| m.path.get_managed_objects(m))) [INFO] [stdout] 295 | | .outarg::,()>,()>,()>,_>("objpath_interfaces_and_properties")) [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/objectpath.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 305 | let z = self.ifacecache.get(ifname, |i| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 306 | / i.add_m(super::leaves::new_method("Get".into(), Default::default(), [INFO] [stdout] 307 | | M::make_method(|m| m.path.prop_get(m))) [INFO] [stdout] 308 | | .inarg::<&str,_>("interface_name") [INFO] [stdout] 309 | | .inarg::<&str,_>("property_name") [INFO] [stdout] ... | [INFO] [stdout] 318 | | .inarg::<&str,_>("property_name") [INFO] [stdout] 319 | | .inarg::,_>("value")) [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/objectpath.rs:320:20 [INFO] [stdout] | [INFO] [stdout] 305 | let z = self.ifacecache.get(ifname, |i| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 320 | .add_s(super::leaves::new_signal("PropertiesChanged".into(), Default::default()) [INFO] [stdout] | ____________________^ [INFO] [stdout] 321 | | .sarg::<&str, _>("interface_name") [INFO] [stdout] 322 | | .sarg::, ()>, _>("changed_properties") [INFO] [stdout] 323 | | .sarg::, _>("invalidated_properties")) [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/objectpath.rs:331:24 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn new_objectpath, D: DataType>(n: Path<'static>, d: D::ObjectPath, cache: Arc>) [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] 330 | -> ObjectPath { [INFO] [stdout] 331 | ObjectPath { name: Arc::new(n), data: d, ifaces: ArcMap::new(), ifacecache: cache, default_iface: 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/objectpath.rs:331:54 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn new_objectpath, D: DataType>(n: Path<'static>, d: D::ObjectPath, cache: Arc>) [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] 330 | -> ObjectPath { [INFO] [stdout] 331 | ObjectPath { name: Arc::new(n), data: d, ifaces: ArcMap::new(), ifacecache: cache, default_iface: 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/objectpath.rs:404:65 [INFO] [stdout] | [INFO] [stdout] 404 | else { m.path().and_then(|p| self.paths.get(&p).map(|s| s.handle(m, &self) [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/objectpath.rs:509:19 [INFO] [stdout] | [INFO] [stdout] 508 | pub fn new_tree, D: DataType>(d: D::Tree) -> Tree { [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 509 | Tree { paths: ArcMap::new(), data: d } [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/factory.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn method(&self, t: T, data: D::Method, handler: H) -> Method, D> [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 43 | where H: 'static + Fn(&MethodInfo, D>) -> MethodResult, T: Into> { [INFO] [stdout] 44 | super::leaves::new_method(t.into(), data, Box::new(handler) as Box<_>) [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/factory.rs:52:51 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn method(&self, t: T, data: D::Method, handler: H) -> Method, D> [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 51 | where H: 'static + FnMut(&MethodInfo, D>) -> MethodResult, T: Into> { [INFO] [stdout] 52 | super::leaves::new_method(t.into(), data, Box::new(RefCell::new(handler)) as Box<_>) [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/factory.rs:60:51 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn method(&self, t: T, data: D::Method, handler: H) -> Method, D> [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 59 | where H: Fn(&MethodInfo, D>) -> MethodResult + Send + Sync + 'static, T: Into> { [INFO] [stdout] 60 | super::leaves::new_method(t.into(), data, Box::new(handler) as Box<_>) [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/factory.rs:87:62 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn object_path>>(&self, name: T, data: D::ObjectPath) -> ObjectPath { [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] 87 | super::objectpath::new_objectpath(name.into(), data, self.0.clone()) [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/factory.rs:100:51 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn method_sync(&self, t: T, data: D::Method, handler: H) -> Method [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] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 99 | where H: Fn(&MethodInfo) -> MethodResult + Send + Sync + 'static, T: Into> { [INFO] [stdout] 100 | super::leaves::new_method(t.into(), data, M::make_method(handler)) [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 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dbus-tree` (lib) due to 27 previous errors [INFO] running `Command { std: "docker" "inspect" "dc736dfb5087dfcc2adf57e1ca6ddfa3d5ac810d8a5c7cce70564cd105d4cfe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc736dfb5087dfcc2adf57e1ca6ddfa3d5ac810d8a5c7cce70564cd105d4cfe6", kill_on_drop: false }` [INFO] [stdout] dc736dfb5087dfcc2adf57e1ca6ddfa3d5ac810d8a5c7cce70564cd105d4cfe6