[INFO] fetching crate rivia 0.2.10... [INFO] checking rivia-0.2.10 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate rivia 0.2.10 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate rivia 0.2.10 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 rivia 0.2.10 [INFO] finished tweaking crates.io crate rivia 0.2.10 [INFO] tweaked toml for crates.io crate rivia 0.2.10 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate rivia 0.2.10 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] fcd4dffe5ffbe771e87dc4290d4414e50fab2d646e004718c73dd78d0988f5c8 [INFO] running `Command { std: "docker" "start" "-a" "fcd4dffe5ffbe771e87dc4290d4414e50fab2d646e004718c73dd78d0988f5c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcd4dffe5ffbe771e87dc4290d4414e50fab2d646e004718c73dd78d0988f5c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcd4dffe5ffbe771e87dc4290d4414e50fab2d646e004718c73dd78d0988f5c8", kill_on_drop: false }` [INFO] [stdout] fcd4dffe5ffbe771e87dc4290d4414e50fab2d646e004718c73dd78d0988f5c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] bf199fb643e3c059a610e632259bdba48934166a585e3af8b55850f5f04e746d [INFO] running `Command { std: "docker" "start" "-a" "bf199fb643e3c059a610e632259bdba48934166a585e3af8b55850f5f04e746d", kill_on_drop: false }` [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Checking nix v0.23.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking rivia v0.2.10 (/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/core/iter.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 202 | fn first_result(mut self) -> RvResult [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 206 | match self.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] = 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/core/iter.rs:216:15 [INFO] [stdout] | [INFO] [stdout] 212 | fn last_result(self) -> RvResult [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 216 | match self.last() { [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/core/iter.rs:226:15 [INFO] [stdout] | [INFO] [stdout] 222 | fn single(mut self) -> RvResult [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 226 | match self.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/core/iter.rs:279:9 [INFO] [stdout] | [INFO] [stdout] 275 | fn some(mut self) -> bool [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 279 | self.next().is_some() [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/sys/fs/entries.rs:433:14 [INFO] [stdout] | [INFO] [stdout] 378 | fn process(&mut self, entry: VfsEntry) -> Option> { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 433 | Some(Ok(entry)) [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/sys/fs/memfs/vfs.rs:138:14 [INFO] [stdout] | [INFO] [stdout] 135 | let mut entries = HashMap::new(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 138 | Self(Arc::new(RwLock::new(MemfsInner { [INFO] [stdout] | ______________^ [INFO] [stdout] 139 | | cwd: root.clone(), [INFO] [stdout] 140 | | root, [INFO] [stdout] 141 | | entries, [INFO] [stdout] 142 | | files: HashMap::new(), [INFO] [stdout] 143 | | }))) [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/sys/fs/memfs/vfs.rs:492:12 [INFO] [stdout] | [INFO] [stdout] 489 | &self, guard: &MemfsGuard, path: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 490 | ) -> RvResult RvResult + Send + Sync + 'static>> { [INFO] [stdout] 491 | let entries = Arc::new(self._clone_entries(guard, path)?); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 492 | Ok(Box::new(move |path: &Path, follow: bool| -> RvResult { [INFO] [stdout] | ____________^ [INFO] [stdout] 493 | | let entries = entries.clone(); [INFO] [stdout] 494 | | Ok(EntryIter { [INFO] [stdout] 495 | | path: path.to_path_buf(), [INFO] [stdout] ... | [INFO] [stdout] 499 | | }) [INFO] [stdout] 500 | | })) [INFO] [stdout] | | ^ [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] | [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/sys/fs/memfs/vfs.rs:494:16 [INFO] [stdout] | [INFO] [stdout] 491 | let entries = Arc::new(self._clone_entries(guard, path)?); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 492 | Ok(Box::new(move |path: &Path, follow: bool| -> RvResult { [INFO] [stdout] 493 | let entries = entries.clone(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 494 | Ok(EntryIter { [INFO] [stdout] | ________________^ [INFO] [stdout] 495 | | path: path.to_path_buf(), [INFO] [stdout] 496 | | cached: false, [INFO] [stdout] 497 | | following: follow, [INFO] [stdout] 498 | | iter: Box::new(MemfsEntryIter::new(path, entries)?), [INFO] [stdout] 499 | | }) [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/sys/fs/memfs/vfs.rs:515:12 [INFO] [stdout] | [INFO] [stdout] 507 | pub(crate) fn _entries>(&self, guard: &MemfsGuard, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 510 | let entry = match guard.get_entry(&path) { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 515 | Ok(Entries { [INFO] [stdout] | ____________^ [INFO] [stdout] 516 | | root: entry, [INFO] [stdout] 517 | | dirs: false, [INFO] [stdout] 518 | | files: false, [INFO] [stdout] ... | [INFO] [stdout] 529 | | iter_from: self._entry_iter(guard, &path)?, [INFO] [stdout] 530 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/sys/fs/memfs/vfs.rs:629:20 [INFO] [stdout] | [INFO] [stdout] 628 | fn abs>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 629 | self._abs(&self.read_guard(), path) [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/sys/fs/memfs/vfs.rs:885:9 [INFO] [stdout] | [INFO] [stdout] 884 | fn chmod>(&self, path: T, mode: u32) -> RvResult<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 885 | self.chmod_b(path)?.all(mode).exec() [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/sys/fs/memfs/vfs.rs:920:12 [INFO] [stdout] | [INFO] [stdout] 912 | fn chmod_b>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 916 | let vfs = self.clone(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 917 | let exec_func = move |mode: ChmodOpts| -> RvResult<()> { vfs._chmod(mode) }; [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 920 | Ok(Chmod { [INFO] [stdout] | ____________^ [INFO] [stdout] 921 | | opts: ChmodOpts { [INFO] [stdout] 922 | | path, [INFO] [stdout] 923 | | dirs: 0, [INFO] [stdout] ... | [INFO] [stdout] 929 | | exec: Box::new(exec_func), [INFO] [stdout] 930 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/sys/fs/memfs/vfs.rs:949:9 [INFO] [stdout] | [INFO] [stdout] 948 | fn chown>(&self, path: T, uid: u32, gid: u32) -> RvResult<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 949 | self.chown_b(path)?.owner(uid, gid).exec() [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/sys/fs/memfs/vfs.rs:974:12 [INFO] [stdout] | [INFO] [stdout] 967 | fn chown_b>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 971 | let vfs = self.clone(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 972 | let exec_func = move |opts: ChownOpts| -> RvResult<()> { vfs._chown(opts) }; [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 973 | [INFO] [stdout] 974 | Ok(Chown { [INFO] [stdout] | ____________^ [INFO] [stdout] 975 | | opts: ChownOpts { [INFO] [stdout] 976 | | path, [INFO] [stdout] 977 | | uid: None, [INFO] [stdout] ... | [INFO] [stdout] 982 | | exec: Box::new(exec_func), [INFO] [stdout] 983 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/sys/fs/memfs/vfs.rs:1044:9 [INFO] [stdout] | [INFO] [stdout] 1043 | fn copy, U: AsRef>(&self, src: T, dst: U) -> RvResult<()> { [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] 1044 | self.copy_b(src, dst)?.exec() [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/sys/fs/memfs/vfs.rs:1076:12 [INFO] [stdout] | [INFO] [stdout] 1067 | fn copy_b, U: AsRef>(&self, src: T, dst: U) -> RvResult { [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] 1068 | // Construct the copy closure callback [INFO] [stdout] 1069 | let vfs = self.clone(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1070 | let exec_func = move |cp: sys::CopyOpts| -> RvResult<()> { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1076 | Ok(Copier { [INFO] [stdout] | ____________^ [INFO] [stdout] 1077 | | opts: sys::CopyOpts { [INFO] [stdout] 1078 | | src: src.as_ref().to_owned(), [INFO] [stdout] 1079 | | dst: dst.as_ref().to_owned(), [INFO] [stdout] ... | [INFO] [stdout] 1085 | | exec: Box::new(exec_func), [INFO] [stdout] 1086 | | }) [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/sys/fs/memfs/vfs.rs:1158:24 [INFO] [stdout] | [INFO] [stdout] 1157 | fn entries>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1158 | self._entries(&self.read_guard(), path) [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/sys/fs/memfs/vfs.rs:1175:15 [INFO] [stdout] | [INFO] [stdout] 1174 | fn entry>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1175 | match self._clone_entry(&self.read_guard(), path) { [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/sys/fs/memfs/vfs.rs:1293:23 [INFO] [stdout] | [INFO] [stdout] 1292 | fn is_dir>(&self, path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1293 | self._is_dir(&self.read_guard(), path) [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/sys/fs/memfs/vfs.rs:1495:31 [INFO] [stdout] | [INFO] [stdout] 1492 | fn mkfile>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1493 | let mut guard = self.write_guard(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1494 | let path = self._abs(&guard, path)?; [INFO] [stdout] 1495 | self._add(&mut guard, MemfsEntry::opts(path).file().build()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/sys/fs/memfs/vfs.rs:1695:12 [INFO] [stdout] | [INFO] [stdout] 1694 | fn read>(&self, path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1695 | Ok(Box::new(self._clone_file(&self.read_guard(), &path)?)) [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/sys/fs/memfs/vfs.rs:1716:15 [INFO] [stdout] | [INFO] [stdout] 1715 | fn read_all>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1716 | match self.read(path) { [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/sys/fs/memfs/vfs.rs:1985:28 [INFO] [stdout] | [INFO] [stdout] 1984 | fn symlink, U: AsRef>(&self, link: T, target: U) -> RvResult { [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] 1985 | self._symlink(&mut self.write_guard(), link, target) [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/sys/fs/memfs/vfs.rs:2016:12 [INFO] [stdout] | [INFO] [stdout] 2008 | fn write>(&self, path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2009 | let mut guard = self.write_guard(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 2016 | Ok(Box::new(MemfsFile { [INFO] [stdout] | ____________^ [INFO] [stdout] 2017 | | pos: 0, [INFO] [stdout] 2018 | | data: vec![], [INFO] [stdout] 2019 | | path: Some(path), [INFO] [stdout] 2020 | | fs: Some(self.clone()), [INFO] [stdout] 2021 | | })) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |__________| [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/sys/fs/path.rs:245:11 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn has, U: AsRef>(path: T, val: U) -> bool { [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] 245 | match (path.as_ref().to_string(), val.as_ref().to_string()) { [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/sys/fs/path.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn has_prefix, U: AsRef>(path: T, prefix: U) -> bool { [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] 262 | match (path.as_ref().to_string(), prefix.as_ref().to_string()) { [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/sys/fs/path.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn has_suffix, U: AsRef>(path: T, suffix: U) -> bool { [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] 279 | match (path.as_ref().to_string(), suffix.as_ref().to_string()) { [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/sys/fs/path.rs:477:11 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn trim_prefix, U: AsRef>(path: T, prefix: U) -> PathBuf { [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] 476 | let path = path.as_ref(); [INFO] [stdout] 477 | match (path.to_string(), prefix.as_ref().to_string()) { [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/sys/fs/path.rs:494:11 [INFO] [stdout] | [INFO] [stdout] 492 | pub fn trim_protocol>(path: T) -> PathBuf { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | let path = path.as_ref(); [INFO] [stdout] 494 | match path.to_string() { [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/sys/fs/path.rs:525:11 [INFO] [stdout] | [INFO] [stdout] 523 | pub fn trim_suffix, U: AsRef>(path: T, suffix: U) -> PathBuf { [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] 524 | let path = path.as_ref(); [INFO] [stdout] 525 | match (path.to_string(), suffix.as_ref().to_string()) { [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/sys/fs/stdfs/mod.rs:221:12 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn append>(path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 221 | Ok(Box::new(File::options().append(true).open(Stdfs::abs(path)?)?)) [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/sys/fs/stdfs/mod.rs:337:9 [INFO] [stdout] | [INFO] [stdout] 336 | pub fn chmod>(path: T, mode: u32) -> RvResult<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 337 | Stdfs::chmod_b(path)?.all(mode).exec() [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/sys/fs/stdfs/mod.rs:366:12 [INFO] [stdout] | [INFO] [stdout] 365 | pub fn chmod_b>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 366 | Ok(Chmod { [INFO] [stdout] | ____________^ [INFO] [stdout] 367 | | opts: ChmodOpts { [INFO] [stdout] 368 | | path: Stdfs::abs(path)?, [INFO] [stdout] 369 | | dirs: 0, [INFO] [stdout] ... | [INFO] [stdout] 375 | | exec: Box::new(Stdfs::_chmod), [INFO] [stdout] 376 | | }) [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/sys/fs/stdfs/mod.rs:443:9 [INFO] [stdout] | [INFO] [stdout] 442 | pub fn chown>(path: T, uid: u32, gid: u32) -> RvResult<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 443 | Stdfs::chown_b(path)?.owner(uid, gid).exec() [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/sys/fs/stdfs/mod.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 462 | pub fn chown_b>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 463 | Ok(Chown { [INFO] [stdout] | ____________^ [INFO] [stdout] 464 | | opts: ChownOpts { [INFO] [stdout] 465 | | path: Stdfs::abs(path)?, [INFO] [stdout] 466 | | uid: None, [INFO] [stdout] ... | [INFO] [stdout] 471 | | exec: Box::new(Stdfs::_chown), [INFO] [stdout] 472 | | }) [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/sys/fs/stdfs/mod.rs:546:9 [INFO] [stdout] | [INFO] [stdout] 545 | pub fn copy, U: AsRef>(src: T, dst: U) -> RvResult<()> { [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] 546 | Stdfs::copy_b(src, dst)?.exec() [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/sys/fs/stdfs/mod.rs:571:12 [INFO] [stdout] | [INFO] [stdout] 570 | pub fn copy_b, U: AsRef>(src: T, dst: U) -> RvResult { [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] 571 | Ok(Copier { [INFO] [stdout] | ____________^ [INFO] [stdout] 572 | | opts: CopyOpts { [INFO] [stdout] 573 | | src: src.as_ref().to_owned(), [INFO] [stdout] 574 | | dst: dst.as_ref().to_owned(), [INFO] [stdout] ... | [INFO] [stdout] 580 | | exec: Box::new(Stdfs::_copy), [INFO] [stdout] 581 | | }) [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/sys/fs/stdfs/mod.rs:717:12 [INFO] [stdout] | [INFO] [stdout] 716 | pub fn entries>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 717 | Ok(Entries { [INFO] [stdout] | ____________^ [INFO] [stdout] 718 | | root: StdfsEntry::from(path)?.upcast(), [INFO] [stdout] 719 | | dirs: Default::default(), [INFO] [stdout] 720 | | files: Default::default(), [INFO] [stdout] ... | [INFO] [stdout] 731 | | iter_from: Box::new(Stdfs::entry_iter), [INFO] [stdout] 732 | | }) [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/sys/fs/stdfs/mod.rs:748:12 [INFO] [stdout] | [INFO] [stdout] 747 | pub fn entry>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 748 | Ok(StdfsEntry::from(path)?.upcast()) [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/sys/fs/stdfs/mod.rs:821:15 [INFO] [stdout] | [INFO] [stdout] 820 | pub fn exists>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 821 | match Stdfs::abs(path) { [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/sys/fs/stdfs/mod.rs:844:15 [INFO] [stdout] | [INFO] [stdout] 843 | pub fn is_exec>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 844 | match Stdfs::abs(path) { [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/sys/fs/stdfs/mod.rs:867:15 [INFO] [stdout] | [INFO] [stdout] 866 | pub fn is_dir>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 867 | match fs::symlink_metadata(path.as_ref()) { [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/sys/fs/stdfs/mod.rs:890:15 [INFO] [stdout] | [INFO] [stdout] 889 | pub fn is_file>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 890 | match fs::symlink_metadata(path.as_ref()) { [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/sys/fs/stdfs/mod.rs:914:15 [INFO] [stdout] | [INFO] [stdout] 913 | pub fn is_readonly>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 914 | match Stdfs::abs(path) { [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/sys/fs/stdfs/mod.rs:942:15 [INFO] [stdout] | [INFO] [stdout] 941 | pub fn is_symlink>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 942 | match StdfsEntry::from(path) { [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/sys/fs/stdfs/mod.rs:971:15 [INFO] [stdout] | [INFO] [stdout] 970 | pub fn is_symlink_dir>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 971 | match StdfsEntry::from(path) { [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/sys/fs/stdfs/mod.rs:1000:15 [INFO] [stdout] | [INFO] [stdout] 999 | pub fn is_symlink_file>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1000 | match StdfsEntry::from(path) { [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/sys/fs/stdfs/mod.rs:1261:12 [INFO] [stdout] | [INFO] [stdout] 1248 | pub fn read>(path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1261 | Ok(Box::new(File::open(&path)?)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/sys/fs/stdfs/mod.rs:1294:15 [INFO] [stdout] | [INFO] [stdout] 1282 | pub fn read_all>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1294 | match std::fs::read_to_string(path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/sys/fs/stdfs/mod.rs:1546:12 [INFO] [stdout] | [INFO] [stdout] 1545 | pub fn write>(path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1546 | Ok(Box::new(File::create(Stdfs::abs(path)?)?)) [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 50 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rivia` (lib) due to 51 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/core/iter.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 202 | fn first_result(mut self) -> RvResult [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 206 | match self.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] = 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/core/iter.rs:216:15 [INFO] [stdout] | [INFO] [stdout] 212 | fn last_result(self) -> RvResult [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 216 | match self.last() { [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/core/iter.rs:226:15 [INFO] [stdout] | [INFO] [stdout] 222 | fn single(mut self) -> RvResult [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 226 | match self.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/core/iter.rs:279:9 [INFO] [stdout] | [INFO] [stdout] 275 | fn some(mut self) -> bool [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 279 | self.next().is_some() [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/core/mod.rs:203:18 [INFO] [stdout] | [INFO] [stdout] 202 | fn trying_func>(path: T) -> Option> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 203 | Some(Ok(trying!(Stdfs::abs(path.as_ref())))) [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/sys/fs/entries.rs:433:14 [INFO] [stdout] | [INFO] [stdout] 378 | fn process(&mut self, entry: VfsEntry) -> Option> { [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 433 | Some(Ok(entry)) [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/sys/fs/memfs/vfs.rs:138:14 [INFO] [stdout] | [INFO] [stdout] 135 | let mut entries = HashMap::new(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 138 | Self(Arc::new(RwLock::new(MemfsInner { [INFO] [stdout] | ______________^ [INFO] [stdout] 139 | | cwd: root.clone(), [INFO] [stdout] 140 | | root, [INFO] [stdout] 141 | | entries, [INFO] [stdout] 142 | | files: HashMap::new(), [INFO] [stdout] 143 | | }))) [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/sys/fs/memfs/vfs.rs:492:12 [INFO] [stdout] | [INFO] [stdout] 489 | &self, guard: &MemfsGuard, path: T, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 490 | ) -> RvResult RvResult + Send + Sync + 'static>> { [INFO] [stdout] 491 | let entries = Arc::new(self._clone_entries(guard, path)?); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 492 | Ok(Box::new(move |path: &Path, follow: bool| -> RvResult { [INFO] [stdout] | ____________^ [INFO] [stdout] 493 | | let entries = entries.clone(); [INFO] [stdout] 494 | | Ok(EntryIter { [INFO] [stdout] 495 | | path: path.to_path_buf(), [INFO] [stdout] ... | [INFO] [stdout] 499 | | }) [INFO] [stdout] 500 | | })) [INFO] [stdout] | | ^ [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] | [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/sys/fs/memfs/vfs.rs:494:16 [INFO] [stdout] | [INFO] [stdout] 491 | let entries = Arc::new(self._clone_entries(guard, path)?); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 492 | Ok(Box::new(move |path: &Path, follow: bool| -> RvResult { [INFO] [stdout] 493 | let entries = entries.clone(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 494 | Ok(EntryIter { [INFO] [stdout] | ________________^ [INFO] [stdout] 495 | | path: path.to_path_buf(), [INFO] [stdout] 496 | | cached: false, [INFO] [stdout] 497 | | following: follow, [INFO] [stdout] 498 | | iter: Box::new(MemfsEntryIter::new(path, entries)?), [INFO] [stdout] 499 | | }) [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/sys/fs/memfs/vfs.rs:515:12 [INFO] [stdout] | [INFO] [stdout] 507 | pub(crate) fn _entries>(&self, guard: &MemfsGuard, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 510 | let entry = match guard.get_entry(&path) { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 515 | Ok(Entries { [INFO] [stdout] | ____________^ [INFO] [stdout] 516 | | root: entry, [INFO] [stdout] 517 | | dirs: false, [INFO] [stdout] 518 | | files: false, [INFO] [stdout] ... | [INFO] [stdout] 529 | | iter_from: self._entry_iter(guard, &path)?, [INFO] [stdout] 530 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/sys/fs/memfs/vfs.rs:629:20 [INFO] [stdout] | [INFO] [stdout] 628 | fn abs>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 629 | self._abs(&self.read_guard(), path) [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/sys/fs/memfs/vfs.rs:885:9 [INFO] [stdout] | [INFO] [stdout] 884 | fn chmod>(&self, path: T, mode: u32) -> RvResult<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 885 | self.chmod_b(path)?.all(mode).exec() [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/sys/fs/memfs/vfs.rs:920:12 [INFO] [stdout] | [INFO] [stdout] 912 | fn chmod_b>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 916 | let vfs = self.clone(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 917 | let exec_func = move |mode: ChmodOpts| -> RvResult<()> { vfs._chmod(mode) }; [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 920 | Ok(Chmod { [INFO] [stdout] | ____________^ [INFO] [stdout] 921 | | opts: ChmodOpts { [INFO] [stdout] 922 | | path, [INFO] [stdout] 923 | | dirs: 0, [INFO] [stdout] ... | [INFO] [stdout] 929 | | exec: Box::new(exec_func), [INFO] [stdout] 930 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/sys/fs/memfs/vfs.rs:949:9 [INFO] [stdout] | [INFO] [stdout] 948 | fn chown>(&self, path: T, uid: u32, gid: u32) -> RvResult<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 949 | self.chown_b(path)?.owner(uid, gid).exec() [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/sys/fs/memfs/vfs.rs:974:12 [INFO] [stdout] | [INFO] [stdout] 967 | fn chown_b>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 971 | let vfs = self.clone(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 972 | let exec_func = move |opts: ChownOpts| -> RvResult<()> { vfs._chown(opts) }; [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 973 | [INFO] [stdout] 974 | Ok(Chown { [INFO] [stdout] | ____________^ [INFO] [stdout] 975 | | opts: ChownOpts { [INFO] [stdout] 976 | | path, [INFO] [stdout] 977 | | uid: None, [INFO] [stdout] ... | [INFO] [stdout] 982 | | exec: Box::new(exec_func), [INFO] [stdout] 983 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/sys/fs/memfs/vfs.rs:1044:9 [INFO] [stdout] | [INFO] [stdout] 1043 | fn copy, U: AsRef>(&self, src: T, dst: U) -> RvResult<()> { [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] 1044 | self.copy_b(src, dst)?.exec() [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/sys/fs/memfs/vfs.rs:1076:12 [INFO] [stdout] | [INFO] [stdout] 1067 | fn copy_b, U: AsRef>(&self, src: T, dst: U) -> RvResult { [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] 1068 | // Construct the copy closure callback [INFO] [stdout] 1069 | let vfs = self.clone(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1070 | let exec_func = move |cp: sys::CopyOpts| -> RvResult<()> { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1076 | Ok(Copier { [INFO] [stdout] | ____________^ [INFO] [stdout] 1077 | | opts: sys::CopyOpts { [INFO] [stdout] 1078 | | src: src.as_ref().to_owned(), [INFO] [stdout] 1079 | | dst: dst.as_ref().to_owned(), [INFO] [stdout] ... | [INFO] [stdout] 1085 | | exec: Box::new(exec_func), [INFO] [stdout] 1086 | | }) [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/sys/fs/memfs/vfs.rs:1158:24 [INFO] [stdout] | [INFO] [stdout] 1157 | fn entries>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1158 | self._entries(&self.read_guard(), path) [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/sys/fs/memfs/vfs.rs:1175:15 [INFO] [stdout] | [INFO] [stdout] 1174 | fn entry>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1175 | match self._clone_entry(&self.read_guard(), path) { [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/sys/fs/memfs/vfs.rs:1293:23 [INFO] [stdout] | [INFO] [stdout] 1292 | fn is_dir>(&self, path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1293 | self._is_dir(&self.read_guard(), path) [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/sys/fs/memfs/vfs.rs:1495:31 [INFO] [stdout] | [INFO] [stdout] 1492 | fn mkfile>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1493 | let mut guard = self.write_guard(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1494 | let path = self._abs(&guard, path)?; [INFO] [stdout] 1495 | self._add(&mut guard, MemfsEntry::opts(path).file().build()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/sys/fs/memfs/vfs.rs:1695:12 [INFO] [stdout] | [INFO] [stdout] 1694 | fn read>(&self, path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1695 | Ok(Box::new(self._clone_file(&self.read_guard(), &path)?)) [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/sys/fs/memfs/vfs.rs:1716:15 [INFO] [stdout] | [INFO] [stdout] 1715 | fn read_all>(&self, path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1716 | match self.read(path) { [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/sys/fs/memfs/vfs.rs:1985:28 [INFO] [stdout] | [INFO] [stdout] 1984 | fn symlink, U: AsRef>(&self, link: T, target: U) -> RvResult { [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] 1985 | self._symlink(&mut self.write_guard(), link, target) [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/sys/fs/memfs/vfs.rs:2016:12 [INFO] [stdout] | [INFO] [stdout] 2008 | fn write>(&self, path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 2009 | let mut guard = self.write_guard(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 2016 | Ok(Box::new(MemfsFile { [INFO] [stdout] | ____________^ [INFO] [stdout] 2017 | | pos: 0, [INFO] [stdout] 2018 | | data: vec![], [INFO] [stdout] 2019 | | path: Some(path), [INFO] [stdout] 2020 | | fs: Some(self.clone()), [INFO] [stdout] 2021 | | })) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |__________| [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/sys/fs/path.rs:245:11 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn has, U: AsRef>(path: T, val: U) -> bool { [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] 245 | match (path.as_ref().to_string(), val.as_ref().to_string()) { [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/sys/fs/path.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn has_prefix, U: AsRef>(path: T, prefix: U) -> bool { [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] 262 | match (path.as_ref().to_string(), prefix.as_ref().to_string()) { [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/sys/fs/path.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn has_suffix, U: AsRef>(path: T, suffix: U) -> bool { [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] 279 | match (path.as_ref().to_string(), suffix.as_ref().to_string()) { [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/sys/fs/path.rs:477:11 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn trim_prefix, U: AsRef>(path: T, prefix: U) -> PathBuf { [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] 476 | let path = path.as_ref(); [INFO] [stdout] 477 | match (path.to_string(), prefix.as_ref().to_string()) { [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/sys/fs/path.rs:494:11 [INFO] [stdout] | [INFO] [stdout] 492 | pub fn trim_protocol>(path: T) -> PathBuf { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 493 | let path = path.as_ref(); [INFO] [stdout] 494 | match path.to_string() { [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/sys/fs/path.rs:525:11 [INFO] [stdout] | [INFO] [stdout] 523 | pub fn trim_suffix, U: AsRef>(path: T, suffix: U) -> PathBuf { [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] 524 | let path = path.as_ref(); [INFO] [stdout] 525 | match (path.to_string(), suffix.as_ref().to_string()) { [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/sys/fs/stdfs/mod.rs:221:12 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn append>(path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 221 | Ok(Box::new(File::options().append(true).open(Stdfs::abs(path)?)?)) [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/sys/fs/stdfs/mod.rs:337:9 [INFO] [stdout] | [INFO] [stdout] 336 | pub fn chmod>(path: T, mode: u32) -> RvResult<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 337 | Stdfs::chmod_b(path)?.all(mode).exec() [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/sys/fs/stdfs/mod.rs:366:12 [INFO] [stdout] | [INFO] [stdout] 365 | pub fn chmod_b>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 366 | Ok(Chmod { [INFO] [stdout] | ____________^ [INFO] [stdout] 367 | | opts: ChmodOpts { [INFO] [stdout] 368 | | path: Stdfs::abs(path)?, [INFO] [stdout] 369 | | dirs: 0, [INFO] [stdout] ... | [INFO] [stdout] 375 | | exec: Box::new(Stdfs::_chmod), [INFO] [stdout] 376 | | }) [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/sys/fs/stdfs/mod.rs:443:9 [INFO] [stdout] | [INFO] [stdout] 442 | pub fn chown>(path: T, uid: u32, gid: u32) -> RvResult<()> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 443 | Stdfs::chown_b(path)?.owner(uid, gid).exec() [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/sys/fs/stdfs/mod.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 462 | pub fn chown_b>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 463 | Ok(Chown { [INFO] [stdout] | ____________^ [INFO] [stdout] 464 | | opts: ChownOpts { [INFO] [stdout] 465 | | path: Stdfs::abs(path)?, [INFO] [stdout] 466 | | uid: None, [INFO] [stdout] ... | [INFO] [stdout] 471 | | exec: Box::new(Stdfs::_chown), [INFO] [stdout] 472 | | }) [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/sys/fs/stdfs/mod.rs:546:9 [INFO] [stdout] | [INFO] [stdout] 545 | pub fn copy, U: AsRef>(src: T, dst: U) -> RvResult<()> { [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] 546 | Stdfs::copy_b(src, dst)?.exec() [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/sys/fs/stdfs/mod.rs:571:12 [INFO] [stdout] | [INFO] [stdout] 570 | pub fn copy_b, U: AsRef>(src: T, dst: U) -> RvResult { [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] 571 | Ok(Copier { [INFO] [stdout] | ____________^ [INFO] [stdout] 572 | | opts: CopyOpts { [INFO] [stdout] 573 | | src: src.as_ref().to_owned(), [INFO] [stdout] 574 | | dst: dst.as_ref().to_owned(), [INFO] [stdout] ... | [INFO] [stdout] 580 | | exec: Box::new(Stdfs::_copy), [INFO] [stdout] 581 | | }) [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/sys/fs/stdfs/mod.rs:717:12 [INFO] [stdout] | [INFO] [stdout] 716 | pub fn entries>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 717 | Ok(Entries { [INFO] [stdout] | ____________^ [INFO] [stdout] 718 | | root: StdfsEntry::from(path)?.upcast(), [INFO] [stdout] 719 | | dirs: Default::default(), [INFO] [stdout] 720 | | files: Default::default(), [INFO] [stdout] ... | [INFO] [stdout] 731 | | iter_from: Box::new(Stdfs::entry_iter), [INFO] [stdout] 732 | | }) [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/sys/fs/stdfs/mod.rs:748:12 [INFO] [stdout] | [INFO] [stdout] 747 | pub fn entry>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 748 | Ok(StdfsEntry::from(path)?.upcast()) [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/sys/fs/stdfs/mod.rs:821:15 [INFO] [stdout] | [INFO] [stdout] 820 | pub fn exists>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 821 | match Stdfs::abs(path) { [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/sys/fs/stdfs/mod.rs:844:15 [INFO] [stdout] | [INFO] [stdout] 843 | pub fn is_exec>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 844 | match Stdfs::abs(path) { [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/sys/fs/stdfs/mod.rs:867:15 [INFO] [stdout] | [INFO] [stdout] 866 | pub fn is_dir>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 867 | match fs::symlink_metadata(path.as_ref()) { [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/sys/fs/stdfs/mod.rs:890:15 [INFO] [stdout] | [INFO] [stdout] 889 | pub fn is_file>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 890 | match fs::symlink_metadata(path.as_ref()) { [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/sys/fs/stdfs/mod.rs:914:15 [INFO] [stdout] | [INFO] [stdout] 913 | pub fn is_readonly>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 914 | match Stdfs::abs(path) { [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/sys/fs/stdfs/mod.rs:942:15 [INFO] [stdout] | [INFO] [stdout] 941 | pub fn is_symlink>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 942 | match StdfsEntry::from(path) { [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/sys/fs/stdfs/mod.rs:971:15 [INFO] [stdout] | [INFO] [stdout] 970 | pub fn is_symlink_dir>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 971 | match StdfsEntry::from(path) { [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/sys/fs/stdfs/mod.rs:1000:15 [INFO] [stdout] | [INFO] [stdout] 999 | pub fn is_symlink_file>(path: T) -> bool { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1000 | match StdfsEntry::from(path) { [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/sys/fs/stdfs/mod.rs:1261:12 [INFO] [stdout] | [INFO] [stdout] 1248 | pub fn read>(path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1261 | Ok(Box::new(File::open(&path)?)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/sys/fs/stdfs/mod.rs:1294:15 [INFO] [stdout] | [INFO] [stdout] 1282 | pub fn read_all>(path: T) -> RvResult { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1294 | match std::fs::read_to_string(path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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/sys/fs/stdfs/mod.rs:1546:12 [INFO] [stdout] | [INFO] [stdout] 1545 | pub fn write>(path: T) -> RvResult> { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 1546 | Ok(Box::new(File::create(Stdfs::abs(path)?)?)) [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 51 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rivia` (lib test) due to 52 previous errors [INFO] running `Command { std: "docker" "inspect" "bf199fb643e3c059a610e632259bdba48934166a585e3af8b55850f5f04e746d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf199fb643e3c059a610e632259bdba48934166a585e3af8b55850f5f04e746d", kill_on_drop: false }` [INFO] [stdout] bf199fb643e3c059a610e632259bdba48934166a585e3af8b55850f5f04e746d