[INFO] fetching crate ointer 3.0.12... [INFO] checking ointer-3.0.12 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate ointer 3.0.12 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate ointer 3.0.12 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 ointer 3.0.12 [INFO] finished tweaking crates.io crate ointer 3.0.12 [INFO] tweaked toml for crates.io crate ointer 3.0.12 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e6b73f5cabe22255cc850cad14c3965281b0915405b2ea212a17424e55910ee [INFO] running `Command { std: "docker" "start" "-a" "1e6b73f5cabe22255cc850cad14c3965281b0915405b2ea212a17424e55910ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e6b73f5cabe22255cc850cad14c3965281b0915405b2ea212a17424e55910ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e6b73f5cabe22255cc850cad14c3965281b0915405b2ea212a17424e55910ee", kill_on_drop: false }` [INFO] [stdout] 1e6b73f5cabe22255cc850cad14c3965281b0915405b2ea212a17424e55910ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88e86efa2310162cdac79034e139cb307e7e56f03f6ebfc9ac136a291f1eb210 [INFO] running `Command { std: "docker" "start" "-a" "88e86efa2310162cdac79034e139cb307e7e56f03f6ebfc9ac136a291f1eb210", kill_on_drop: false }` [INFO] [stderr] Checking ointer v3.0.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/ointer.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | if cfg!(target_pointer_width = "128") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `define_enum_ointers` [INFO] [stdout] --> src/ointer.rs:609:9 [INFO] [stdout] | [INFO] [stdout] 609 | pub use define_enum_ointers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/ointer.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | if cfg!(target_pointer_width = "128") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `define_enum_ointers` [INFO] [stdout] --> src/ointer.rs:609:9 [INFO] [stdout] | [INFO] [stdout] 609 | pub use define_enum_ointers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/boxed.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | define_ointer_strong!(OBox, Box, 1); [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 `define_ointer_methods` which comes from the expansion of the macro `define_ointer_strong` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/boxed.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | define_ointer_strong!(BBox, Box, 8); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_ointer_strong` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rc.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | define_shared_ointer!(ORc, Rc, OWeak, Weak, 1); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_shared_ointer` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rc.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | define_shared_ointer!(BRc, Rc, BWeak, Weak, 8); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_shared_ointer` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sync.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | define_shared_ointer!(OArc, Arc, OWeak, Weak, 1); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_shared_ointer` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sync.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | define_shared_ointer!(BArc, Arc, BWeak, Weak, 8); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_shared_ointer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ointer` (lib) due to 7 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: methods `as_ointer` and `as_ointer_mut` are never used [INFO] [stdout] --> src/ointer.rs:518:31 [INFO] [stdout] | [INFO] [stdout] 489 | / impl $name { [INFO] [stdout] 490 | | #[inline(always)] [INFO] [stdout] 491 | | pub fn new(u: usize, p: P) -> Self { [INFO] [stdout] 492 | | use core::any::TypeId; [INFO] [stdout] ... | [INFO] [stdout] 518 | | pub unsafe fn as_ointer + 'static>(&self) -> &P { [INFO] [stdout] | | ^^^^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 522 | | pub unsafe fn as_ointer_mut + 'static>(&mut self) -> &mut P { [INFO] [stdout] | | ^^^^^^^^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 574 | | } [INFO] [stdout] 575 | | } [INFO] [stdout] | |_____________- methods in this implementation [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | / define_enum_ointers!( [INFO] [stdout] 76 | | MyEnumOinters { [INFO] [stdout] 77 | | Box = 1, [INFO] [stdout] 78 | | Arc = 2, [INFO] [stdout] ... | [INFO] [stdout] 81 | | 8 [INFO] [stdout] 82 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_enum_ointers` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/boxed.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | define_ointer_strong!(OBox, Box, 1); [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 `define_ointer_methods` which comes from the expansion of the macro `define_ointer_strong` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/boxed.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | define_ointer_strong!(BBox, Box, 8); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_ointer_strong` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rc.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | define_shared_ointer!(ORc, Rc, OWeak, Weak, 1); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_shared_ointer` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rc.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | define_shared_ointer!(BRc, Rc, BWeak, Weak, 8); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_shared_ointer` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sync.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | define_shared_ointer!(OArc, Arc, OWeak, Weak, 1); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_shared_ointer` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn new(x: T) -> Self { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 321 | $pointer::new(x).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sync.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | define_shared_ointer!(BArc, Arc, BWeak, Weak, 8); [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: this error originates in the macro `define_ointer_methods` which comes from the expansion of the macro `define_shared_ointer` (in Nightly builds, run with -Z macro-backtrace for more info) [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/ointer.rs:584:62 [INFO] [stdout] | [INFO] [stdout] 584 | self.map_enum($(|p| Self::new($unsigned, p.clone())), *) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | / define_enum_ointers!( [INFO] [stdout] 76 | | MyEnumOinters { [INFO] [stdout] 77 | | Box = 1, [INFO] [stdout] 78 | | Arc = 2, [INFO] [stdout] ... | [INFO] [stdout] 81 | | 8 [INFO] [stdout] 82 | | ); [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: this error originates in the macro `define_enum_ointers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ointer` (lib test) due to 8 previous errors; 3 warnings emitted [INFO] [stdout] error: aborting due to 7 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "88e86efa2310162cdac79034e139cb307e7e56f03f6ebfc9ac136a291f1eb210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88e86efa2310162cdac79034e139cb307e7e56f03f6ebfc9ac136a291f1eb210", kill_on_drop: false }` [INFO] [stdout] 88e86efa2310162cdac79034e139cb307e7e56f03f6ebfc9ac136a291f1eb210