[INFO] fetching crate papyri-lang 0.7.0... [INFO] checking papyri-lang-0.7.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate papyri-lang 0.7.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate papyri-lang 0.7.0 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate papyri-lang 0.7.0 [INFO] finished tweaking crates.io crate papyri-lang 0.7.0 [INFO] tweaked toml for crates.io crate papyri-lang 0.7.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate papyri-lang 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] 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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac514485de9e4dfdaaa5daf84b0e6f07302129b03dd6ad5b0a0f0a06a4331e57 [INFO] running `Command { std: "docker" "start" "-a" "ac514485de9e4dfdaaa5daf84b0e6f07302129b03dd6ad5b0a0f0a06a4331e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac514485de9e4dfdaaa5daf84b0e6f07302129b03dd6ad5b0a0f0a06a4331e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac514485de9e4dfdaaa5daf84b0e6f07302129b03dd6ad5b0a0f0a06a4331e57", kill_on_drop: false }` [INFO] [stdout] ac514485de9e4dfdaaa5daf84b0e6f07302129b03dd6ad5b0a0f0a06a4331e57 [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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 618e6a3b51c5702aed345a3c425635cd8a9821f9a88379545c3e49e35f97e06e [INFO] running `Command { std: "docker" "start" "-a" "618e6a3b51c5702aed345a3c425635cd8a9821f9a88379545c3e49e35f97e06e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.60 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Checking once_cell v1.16.0 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.18 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling tokio v1.28.2 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Checking new_debug_unreachable v1.0.4 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.54 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking futf v0.1.5 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking tendril v0.4.3 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling openssl-sys v0.9.88 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling tabwriter v1.2.1 [INFO] [stderr] Checking miniz_oxide v0.5.4 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking regex-syntax v0.6.27 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking aho-corasick v0.7.19 [INFO] [stderr] Checking encoding_rs v0.8.32 [INFO] [stderr] Checking ipnet v2.7.2 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stderr] Checking base64 v0.21.2 [INFO] [stderr] Checking htmlentity v1.2.0 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking deunicode v1.3.2 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Checking normalize-path v0.2.0 [INFO] [stderr] Checking nonmax v0.5.3 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Checking url v2.4.0 [INFO] [stderr] Checking regex v1.7.0 [INFO] [stderr] Checking string_cache v0.8.7 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking xml5ever v0.17.0 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking onig v6.4.0 [INFO] [stderr] Checking h2 v0.3.19 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling arg-derive v0.3.4 [INFO] [stderr] Checking arg v0.3.1 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking markup5ever_rcdom v0.2.0 [INFO] [stderr] Checking hyper v0.14.26 [INFO] [stderr] Checking syntect v5.0.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.18 [INFO] [stderr] Checking papyri-lang v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/compiler/native_gen.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | ... pub(super) fn evaluate_native_func(&mut self, f: NativeFunc, mut bindings: $crate::compiler::value::Dict, $call_range: $crate::utils::sourcefile::SourceRange) -> $crate::errors::PapyriResult<$crate::compiler::value::Value... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/native.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / crate::native_defs! { [INFO] [stdout] 14 | | let compiler, call_range; [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | impl BOOL for Bool { [INFO] [stdout] ... | [INFO] [stdout] 449 | | } [INFO] [stdout] 450 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `Value: From` will fail [INFO] [stdout] --> src/compiler/native_gen.rs:128:25 [INFO] [stdout] | [INFO] [stdout] 128 | Value::from($f_body) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/native.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / crate::native_defs! { [INFO] [stdout] 14 | | let compiler, call_range; [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | impl BOOL for Bool { [INFO] [stdout] ... | [INFO] [stdout] 449 | | } [INFO] [stdout] 450 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate::native_defs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/compiler/native_gen.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | ... pub(super) fn evaluate_native_func(&mut self, f: NativeFunc, mut bindings: $crate::compiler::value::Dict, $call_range: $crate::utils::sourcefile::SourceRange) -> $crate::errors::PapyriResult<$crate::compiler::value::Value... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/native.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / crate::native_defs! { [INFO] [stdout] 14 | | let compiler, call_range; [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | impl BOOL for Bool { [INFO] [stdout] ... | [INFO] [stdout] 449 | | } [INFO] [stdout] 450 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `Value: From` will fail [INFO] [stdout] --> src/compiler/native_gen.rs:128:25 [INFO] [stdout] | [INFO] [stdout] 128 | Value::from($f_body) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/native.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / crate::native_defs! { [INFO] [stdout] 14 | | let compiler, call_range; [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | impl BOOL for Bool { [INFO] [stdout] ... | [INFO] [stdout] 449 | | } [INFO] [stdout] 450 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate::native_defs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `SliceRef` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/compiler/native_gen.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 111 | pub(super) fn evaluate_native_func(&mut self, f: NativeFunc, mut bindings: $crate::compiler::value::Dict, $call_range: $crate... [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 123 | $(let $m_param_name: $m_param_type = take(str_ids::$m_param_name).expect_convert();)* [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/native.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / crate::native_defs! { [INFO] [stdout] 14 | | let compiler, call_range; [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | impl BOOL for Bool { [INFO] [stdout] ... | [INFO] [stdout] 57 | | / PARAM.parse::() [INFO] [stdout] 58 | | | .map_err(errors::RuntimeError::ParseIntError)? [INFO] [stdout] | | | - [INFO] [stdout] | | |______________________________________________________________| [INFO] [stdout] | | |______________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | |______________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 134 | | | compiler.compile_regex(SOURCE.as_ref())? [INFO] [stdout] | | | ---------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 166 | | | FUNCTION.bind_partial(compiler, ARGS.as_ref(), KWARGS.as_ref(), PARAM)? [INFO] [stdout] | | | ----------------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 192 | | | HTML::parse(PARAM.as_ref(), compiler.string_pool_mut())? [INFO] [stdout] | | | -------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 200 | | | if !compiler.eval_callback::(FUNCTION.clone(), v.clone(), call_range)? { [INFO] [stdout] | | | ------------------------------------------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 210 | | | if compiler.eval_callback::(FUNCTION.clone(), v.clone(), call_range)? { [INFO] [stdout] | | | ------------------------------------------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 235 | | | if let Some(f) = FUNCTION { [INFO] [stdout] | | | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 236 | | | let mut out = Vec::new(); [INFO] [stdout] | | | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 237 | | | for v in LIST.as_ref() { [INFO] [stdout] 238 | | | if compiler.eval_callback::(f.clone(), v.clone(), call_range)? { [INFO] [stdout] | | | ----------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 255 | | | if compiler.eval_callback::(FUNCTION.clone(), v.clone(), call_range)? { [INFO] [stdout] | | | ------------------------------------------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 263 | | | let mut out = Vec::new(); [INFO] [stdout] | | | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 276 | | | compiler.list_get(LIST, I)? [INFO] [stdout] | | | --------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 298 | | | let mut out = Vec::with_capacity(2 * LIST.len() - 1); [INFO] [stdout] | | | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 299 | | | for (i, v) in LIST.into_iter().enumerate() { [INFO] [stdout] | | | ---------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 314 | | | let mut out = Vec::with_capacity(LIST.len()); [INFO] [stdout] | | | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 315 | | | for v in LIST.as_ref() { [INFO] [stdout] 316 | | | let r: Value = compiler.eval_callback(FUNCTION.clone(), v.clone(), call_range)?; [INFO] [stdout] | | | ---------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 335 | | | compiler.native_sorted_impl(KEY, REVERSED, LIST, call_range)? [INFO] [stdout] | | | ------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 406 | | / std::fs::read_to_string(path) [INFO] [stdout] 407 | | | .map_err(|e| errors::RuntimeError::FileReadError(PATH, e))? [INFO] [stdout] | | | - [INFO] [stdout] | | |___________________________________________________________________________| [INFO] [stdout] | | |___________________________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | |___________________________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | |___________________________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 411 | | | compiler.ctx.push_out_file(PATH, HTML)? [INFO] [stdout] | | | --------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 417 | | | compiler.native_fetch_impl(PATH)? [INFO] [stdout] | | | --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 421 | | | let text = compiler.native_fetch_impl(PATH)?; [INFO] [stdout] | | | --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 422 | | | HTML::parse(text.as_ref(), compiler.string_pool_mut())? [INFO] [stdout] | | | ------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 432 | | | let (_, module_exports) = compiler.ctx.load_cached(path)?; [INFO] [stdout] | | | ------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 438 | | | let (module_out, module_exports) = compiler.ctx.load_cached(path)?; [INFO] [stdout] | | | ---------- -------------- ------------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 449 | | | } [INFO] [stdout] 450 | | | } [INFO] [stdout] | |______|_- in this macro invocation [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] = note: this error originates in the macro `crate::native_defs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `SliceRef` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/compiler/native_gen.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 111 | pub(super) fn evaluate_native_func(&mut self, f: NativeFunc, mut bindings: $crate::compiler::value::Dict, $call_range: $crate... [INFO] [stdout] | ------------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 123 | $(let $m_param_name: $m_param_type = take(str_ids::$m_param_name).expect_convert();)* [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/native.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / crate::native_defs! { [INFO] [stdout] 14 | | let compiler, call_range; [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | impl BOOL for Bool { [INFO] [stdout] ... | [INFO] [stdout] 57 | | / PARAM.parse::() [INFO] [stdout] 58 | | | .map_err(errors::RuntimeError::ParseIntError)? [INFO] [stdout] | | | - [INFO] [stdout] | | |______________________________________________________________| [INFO] [stdout] | | |______________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | |______________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 134 | | | compiler.compile_regex(SOURCE.as_ref())? [INFO] [stdout] | | | ---------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 166 | | | FUNCTION.bind_partial(compiler, ARGS.as_ref(), KWARGS.as_ref(), PARAM)? [INFO] [stdout] | | | ----------------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 192 | | | HTML::parse(PARAM.as_ref(), compiler.string_pool_mut())? [INFO] [stdout] | | | -------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 200 | | | if !compiler.eval_callback::(FUNCTION.clone(), v.clone(), call_range)? { [INFO] [stdout] | | | ------------------------------------------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 210 | | | if compiler.eval_callback::(FUNCTION.clone(), v.clone(), call_range)? { [INFO] [stdout] | | | ------------------------------------------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 235 | | | if let Some(f) = FUNCTION { [INFO] [stdout] | | | - these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 236 | | | let mut out = Vec::new(); [INFO] [stdout] | | | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 237 | | | for v in LIST.as_ref() { [INFO] [stdout] 238 | | | if compiler.eval_callback::(f.clone(), v.clone(), call_range)? { [INFO] [stdout] | | | ----------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 255 | | | if compiler.eval_callback::(FUNCTION.clone(), v.clone(), call_range)? { [INFO] [stdout] | | | ------------------------------------------------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 263 | | | let mut out = Vec::new(); [INFO] [stdout] | | | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 276 | | | compiler.list_get(LIST, I)? [INFO] [stdout] | | | --------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 298 | | | let mut out = Vec::with_capacity(2 * LIST.len() - 1); [INFO] [stdout] | | | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 299 | | | for (i, v) in LIST.into_iter().enumerate() { [INFO] [stdout] | | | ---------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 314 | | | let mut out = Vec::with_capacity(LIST.len()); [INFO] [stdout] | | | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 315 | | | for v in LIST.as_ref() { [INFO] [stdout] 316 | | | let r: Value = compiler.eval_callback(FUNCTION.clone(), v.clone(), call_range)?; [INFO] [stdout] | | | ---------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 335 | | | compiler.native_sorted_impl(KEY, REVERSED, LIST, call_range)? [INFO] [stdout] | | | ------------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 406 | | / std::fs::read_to_string(path) [INFO] [stdout] 407 | | | .map_err(|e| errors::RuntimeError::FileReadError(PATH, e))? [INFO] [stdout] | | | - [INFO] [stdout] | | |___________________________________________________________________________| [INFO] [stdout] | | |___________________________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | |___________________________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | |___________________________________________________________________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | [INFO] [stdout] 411 | | | compiler.ctx.push_out_file(PATH, HTML)? [INFO] [stdout] | | | --------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 417 | | | compiler.native_fetch_impl(PATH)? [INFO] [stdout] | | | --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 421 | | | let text = compiler.native_fetch_impl(PATH)?; [INFO] [stdout] | | | --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 422 | | | HTML::parse(text.as_ref(), compiler.string_pool_mut())? [INFO] [stdout] | | | ------------------------------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 432 | | | let (_, module_exports) = compiler.ctx.load_cached(path)?; [INFO] [stdout] | | | ------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 438 | | | let (module_out, module_exports) = compiler.ctx.load_cached(path)?; [INFO] [stdout] | | | ---------- -------------- ------------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... | | [INFO] [stdout] 449 | | | } [INFO] [stdout] 450 | | | } [INFO] [stdout] | |______|_- in this macro invocation [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] = note: this error originates in the macro `crate::native_defs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `papyri-lang` (lib test) due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `papyri-lang` (lib) due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "618e6a3b51c5702aed345a3c425635cd8a9821f9a88379545c3e49e35f97e06e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "618e6a3b51c5702aed345a3c425635cd8a9821f9a88379545c3e49e35f97e06e", kill_on_drop: false }` [INFO] [stdout] 618e6a3b51c5702aed345a3c425635cd8a9821f9a88379545c3e49e35f97e06e