[INFO] fetching crate pliron 0.5.0... [INFO] checking pliron-0.5.0 against try#ccf408f4326a858c00dd845a64a86b16f360a801 for pr-129466-2 [INFO] extracting crate pliron 0.5.0 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate pliron 0.5.0 on toolchain ccf408f4326a858c00dd845a64a86b16f360a801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pliron 0.5.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate pliron 0.5.0 [INFO] tweaked toml for crates.io crate pliron 0.5.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 39 packages to latest compatible versions [INFO] [stderr] Adding rand v0.4.6 (available: v0.8.5) [INFO] [stderr] Adding rand_core v0.3.1 (available: v0.6.4) [INFO] [stderr] Adding rand_core v0.4.2 (available: v0.6.4) [INFO] [stderr] Adding rdrand v0.4.0 (available: v0.8.3) [INFO] [stderr] Adding rustc-hash v1.1.0 (available: v2.0.0) [INFO] [stderr] Adding smallvec v0.6.14 (available: v1.13.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9681249ddf0141532c65e7f245435d079fa12989bf01f3da2c31ca68c7e33f4e [INFO] running `Command { std: "docker" "start" "-a" "9681249ddf0141532c65e7f245435d079fa12989bf01f3da2c31ca68c7e33f4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9681249ddf0141532c65e7f245435d079fa12989bf01f3da2c31ca68c7e33f4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9681249ddf0141532c65e7f245435d079fa12989bf01f3da2c31ca68c7e33f4e", kill_on_drop: false }` [INFO] [stdout] 9681249ddf0141532c65e7f245435d079fa12989bf01f3da2c31ca68c7e33f4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8de559cf4be015c9fdee8162b3041323cd89c32cfc175f2342be4c467aba9207 [INFO] running `Command { std: "docker" "start" "-a" "8de559cf4be015c9fdee8162b3041323cd89c32cfc175f2342be4c467aba9207", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Checking dissimilar v1.0.9 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking expect-test v1.5.0 [INFO] [stderr] Checking smallvec v0.6.14 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking combine v4.6.7 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling linkme-impl v0.3.28 [INFO] [stderr] Checking linkme v0.3.28 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking thiserror v1.0.64 [INFO] [stderr] Compiling pliron-derive v0.5.0 [INFO] [stderr] Checking apint v0.2.0 [INFO] [stderr] Checking pliron v0.5.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `pliron` [INFO] [stderr] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stderr] [INFO] [stderr] * src/attribute.rs [INFO] [stderr] * src/op.rs [INFO] [stderr] * src/parsable.rs [INFO] [stderr] * src/result.rs [INFO] [stderr] * src/utils/trait_cast.rs [INFO] [stderr] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stderr] [INFO] [stderr] The following errors were reported: [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:104:6 [INFO] [stderr] | [INFO] [stderr] 104 | ($loc: expr_2021, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:104:23 [INFO] [stderr] | [INFO] [stderr] 104 | ($loc: expr_2021, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:107:6 [INFO] [stderr] | [INFO] [stderr] 107 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:107:23 [INFO] [stderr] | [INFO] [stderr] 107 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:107:41 [INFO] [stderr] | [INFO] [stderr] 107 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:124:6 [INFO] [stderr] | [INFO] [stderr] 124 | ($loc: expr_2021, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:124:23 [INFO] [stderr] | [INFO] [stderr] 124 | ($loc: expr_2021, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:127:6 [INFO] [stderr] | [INFO] [stderr] 127 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:127:23 [INFO] [stderr] | [INFO] [stderr] 127 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:127:41 [INFO] [stderr] | [INFO] [stderr] 127 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:161:6 [INFO] [stderr] | [INFO] [stderr] 161 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:195:6 [INFO] [stderr] | [INFO] [stderr] 195 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:229:6 [INFO] [stderr] | [INFO] [stderr] 229 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:263:6 [INFO] [stderr] | [INFO] [stderr] 263 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:297:6 [INFO] [stderr] | [INFO] [stderr] 297 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:331:6 [INFO] [stderr] | [INFO] [stderr] 331 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/attribute.rs:422:1 [INFO] [stderr] | [INFO] [stderr] 422 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attr_interfaces.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[attr_interface] [INFO] [stderr] | ----------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: `--force-warn unsafe-attr-outside-unsafe` implied by `--force-warn rust-2024-compatibility` [INFO] [stderr] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_DEPS` which comes from the expansion of the attribute macro `attr_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 422 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/attribute.rs:415:1 [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/attribute.rs:415:1 [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:476:1 [INFO] [stderr] | [INFO] [stderr] 476 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/attribute.rs:415:1 [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:476:1 [INFO] [stderr] | [INFO] [stderr] 476 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:242:1 [INFO] [stderr] | [INFO] [stderr] 242 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:294:1 [INFO] [stderr] | [INFO] [stderr] 294 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:323:1 [INFO] [stderr] | [INFO] [stderr] 323 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:342:1 [INFO] [stderr] | [INFO] [stderr] 342 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:361:1 [INFO] [stderr] | [INFO] [stderr] 361 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:412:1 [INFO] [stderr] | [INFO] [stderr] 412 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:450:1 [INFO] [stderr] | [INFO] [stderr] 450 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:484:1 [INFO] [stderr] | [INFO] [stderr] 484 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:534:1 [INFO] [stderr] | [INFO] [stderr] 534 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:297:1 [INFO] [stderr] | [INFO] [stderr] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:297:1 [INFO] [stderr] | [INFO] [stderr] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:297:1 [INFO] [stderr] | [INFO] [stderr] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:297:1 [INFO] [stderr] | [INFO] [stderr] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/debug_info.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/debug_info.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/debug_info.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/debug_info.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: elided lifetime has a name [INFO] [stderr] --> src/parsable.rs:45:64 [INFO] [stderr] | [INFO] [stderr] 43 | impl<'a> State<'a> { [INFO] [stderr] | -- lifetime `'a` declared here [INFO] [stderr] 44 | /// Create a new empty [State]. [INFO] [stderr] 45 | pub fn new(ctx: &'a mut Context, src: location::Source) -> State { [INFO] [stderr] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors; 56 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] Original diagnostics will follow. [INFO] [stderr] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:422:1 [INFO] [stdout] | [INFO] [stdout] 422 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attr_interfaces.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[attr_interface] [INFO] [stdout] | ----------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: `--force-warn unsafe-attr-outside-unsafe` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_DEPS` which comes from the expansion of the attribute macro `attr_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 422 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:323:1 [INFO] [stdout] | [INFO] [stdout] 323 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:361:1 [INFO] [stdout] | [INFO] [stdout] 361 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:412:1 [INFO] [stdout] | [INFO] [stdout] 412 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:450:1 [INFO] [stdout] | [INFO] [stdout] 450 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:484:1 [INFO] [stdout] | [INFO] [stdout] 484 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:534:1 [INFO] [stdout] | [INFO] [stdout] 534 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/debug_info.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/debug_info.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/debug_info.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/debug_info.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/parsable.rs:45:64 [INFO] [stdout] | [INFO] [stdout] 43 | impl<'a> State<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 44 | /// Create a new empty [State]. [INFO] [stdout] 45 | pub fn new(ctx: &'a mut Context, src: location::Source) -> State { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | ($loc: expr, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 104 | ($loc: expr_2021, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:104:25 [INFO] [stdout] | [INFO] [stdout] 104 | ($loc: expr, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 104 | ($loc: expr, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr_2021, $kind: expr, $err: expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr_2021, $err: expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:107:37 [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr, $err: expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:124:12 [INFO] [stdout] | [INFO] [stdout] 124 | ($loc: expr, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 124 | ($loc: expr_2021, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | ($loc: expr, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 124 | ($loc: expr, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr_2021, $kind: expr, $err: expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr_2021, $err: expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:127:37 [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr, $err: expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 161 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:195:12 [INFO] [stdout] | [INFO] [stdout] 195 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 195 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:229:12 [INFO] [stdout] | [INFO] [stdout] 229 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 229 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:263:12 [INFO] [stdout] | [INFO] [stdout] 263 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 263 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:297:12 [INFO] [stdout] | [INFO] [stdout] 297 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 297 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:331:12 [INFO] [stdout] | [INFO] [stdout] 331 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 331 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/builtin/op_interfaces.rs:247:16 [INFO] [stdout] | [INFO] [stdout] 247 | if let Some(sym_op) = op_cast::(&*Operation::get_op(op, ctx)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------------------^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/builtin/op_interfaces.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | } [INFO] [stdout] | ^ [INFO] [stdout] = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 247 ~ match op_cast::(&*Operation::get_op(op, ctx)) { Some(sym_op) => { [INFO] [stdout] 248 | if &sym_op.get_symbol_name(ctx) == sym { [INFO] [stdout] 249 | return Some(op); [INFO] [stdout] 250 | } [INFO] [stdout] 251 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/builtin/op_interfaces.rs:266:16 [INFO] [stdout] | [INFO] [stdout] 266 | if let Some(sym_op) = op_cast::(&*Operation::get_op(op, ctx)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------------------^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/builtin/op_interfaces.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 266 ~ match op_cast::(&*Operation::get_op(op, ctx)) { Some(sym_op) => { [INFO] [stdout] 267 | let sym = sym_op.get_symbol_name(ctx); [INFO] [stdout] ... [INFO] [stdout] 281 | } [INFO] [stdout] 282 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `impl Iterator> + 'a` will capture more lifetimes than possibly intended in edition 2024 [INFO] [stdout] --> src/builtin/ops.rs:199:52 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn op_iter<'a>(&self, ctx: &'a Context) -> impl Iterator> + 'a { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds [INFO] [stdout] --> src/builtin/ops.rs:199:24 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn op_iter<'a>(&self, ctx: &'a Context) -> impl Iterator> + 'a { [INFO] [stdout] | ^ [INFO] [stdout] = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024 [INFO] [stdout] = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit [INFO] [stdout] | [INFO] [stdout] 199 | pub fn op_iter<'a>(&self, ctx: &'a Context) -> impl Iterator> + 'a + use<'a> { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/parsable.rs:209:27 [INFO] [stdout] | [INFO] [stdout] 209 | let position = if let Location::SrcPos { pos, .. } = value.loc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/parsable.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | } else { [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 209 ~ let position = match value.loc { Location::SrcPos { pos, .. } => { [INFO] [stdout] 210 | pos [INFO] [stdout] 211 ~ } _ => { [INFO] [stdout] 212 | SourcePosition::default() [INFO] [stdout] 213 ~ }}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `impl std::fmt::Display` will capture more lifetimes than possibly intended in edition 2024 [INFO] [stdout] --> src/printable.rs:240:38 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn indented_nl(state: &State) -> impl Display { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds [INFO] [stdout] --> src/printable.rs:240:27 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn indented_nl(state: &State) -> impl Display { [INFO] [stdout] | ^ [INFO] [stdout] = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024 [INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit [INFO] [stdout] | [INFO] [stdout] 240 | pub fn indented_nl(state: &State) -> impl Display + use<> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/result.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | if let Some(self_val) = self.err.downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/result.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | } else { [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 66 ~ match self.err.downcast_ref::() { Some(self_val) => { [INFO] [stdout] 67 | write!(f, "{}", self_val.disp(ctx))?; [INFO] [stdout] 68 ~ } _ => { [INFO] [stdout] 69 | write!(f, "{}", self.err)?; [INFO] [stdout] ... [INFO] [stdout] 72 | } [INFO] [stdout] 73 ~ }} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 78 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `pliron` [INFO] [stderr] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stderr] [INFO] [stderr] * src/attribute.rs [INFO] [stderr] * src/op.rs [INFO] [stderr] * src/parsable.rs [INFO] [stderr] * src/result.rs [INFO] [stderr] * src/utils/trait_cast.rs [INFO] [stderr] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stderr] [INFO] [stderr] The following errors were reported: [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:104:6 [INFO] [stderr] | [INFO] [stderr] 104 | ($loc: expr_2021, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:104:23 [INFO] [stderr] | [INFO] [stderr] 104 | ($loc: expr_2021, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:107:6 [INFO] [stderr] | [INFO] [stderr] 107 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:107:23 [INFO] [stderr] | [INFO] [stderr] 107 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:107:41 [INFO] [stderr] | [INFO] [stderr] 107 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:124:6 [INFO] [stderr] | [INFO] [stderr] 124 | ($loc: expr_2021, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:124:23 [INFO] [stderr] | [INFO] [stderr] 124 | ($loc: expr_2021, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:127:6 [INFO] [stderr] | [INFO] [stderr] 127 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:127:23 [INFO] [stderr] | [INFO] [stderr] 127 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:127:41 [INFO] [stderr] | [INFO] [stderr] 127 | ($loc: expr_2021, $kind: expr_2021, $err: expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:161:6 [INFO] [stderr] | [INFO] [stderr] 161 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:195:6 [INFO] [stderr] | [INFO] [stderr] 195 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:229:6 [INFO] [stderr] | [INFO] [stderr] 229 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:263:6 [INFO] [stderr] | [INFO] [stderr] 263 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:297:6 [INFO] [stderr] | [INFO] [stderr] 297 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/result.rs:331:6 [INFO] [stderr] | [INFO] [stderr] 331 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/attribute.rs:422:1 [INFO] [stderr] | [INFO] [stderr] 422 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attr_interfaces.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[attr_interface] [INFO] [stderr] | ----------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: `--force-warn unsafe-attr-outside-unsafe` implied by `--force-warn rust-2024-compatibility` [INFO] [stderr] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_DEPS` which comes from the expansion of the attribute macro `attr_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 422 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/attribute.rs:415:1 [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/attribute.rs:415:1 [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:476:1 [INFO] [stderr] | [INFO] [stderr] 476 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/attribute.rs:415:1 [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/attributes.rs:476:1 [INFO] [stderr] | [INFO] [stderr] 476 | #[attr_interface_impl] [INFO] [stderr] | ---------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 415 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:242:1 [INFO] [stderr] | [INFO] [stderr] 242 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:294:1 [INFO] [stderr] | [INFO] [stderr] 294 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:323:1 [INFO] [stderr] | [INFO] [stderr] 323 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:342:1 [INFO] [stderr] | [INFO] [stderr] 342 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:361:1 [INFO] [stderr] | [INFO] [stderr] 361 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:412:1 [INFO] [stderr] | [INFO] [stderr] 412 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:450:1 [INFO] [stderr] | [INFO] [stderr] 450 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:484:1 [INFO] [stderr] | [INFO] [stderr] 484 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/op_interfaces.rs:534:1 [INFO] [stderr] | [INFO] [stderr] 534 | #[op_interface] [INFO] [stderr] | --------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 241 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / #[derive_op_interface_impl( [INFO] [stderr] 52 | | OneRegionInterface, [INFO] [stderr] 53 | | SingleBlockRegionInterface, [INFO] [stderr] 54 | | SymbolTableInterface, [INFO] [stderr] ... | [INFO] [stderr] 58 | | ZeroResultInterface [INFO] [stderr] 59 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | / #[derive_op_interface_impl( [INFO] [stderr] 141 | | OneRegionInterface, [INFO] [stderr] 142 | | SymbolOpInterface, [INFO] [stderr] 143 | | IsolatedFromAboveInterface, [INFO] [stderr] 144 | | ZeroOpdInterface, [INFO] [stderr] 145 | | ZeroResultInterface [INFO] [stderr] 146 | | )] [INFO] [stderr] | |__- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:297:1 [INFO] [stderr] | [INFO] [stderr] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:297:1 [INFO] [stderr] | [INFO] [stderr] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/utils/trait_cast.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:297:1 [INFO] [stderr] | [INFO] [stderr] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: unsafe attribute used without unsafe [INFO] [stderr] --> src/op.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(distributed_slice)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stderr] | [INFO] [stderr] ::: src/builtin/ops.rs:297:1 [INFO] [stderr] | [INFO] [stderr] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stderr] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stderr] = note: for more information, see issue #123757 [INFO] [stderr] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: wrap the attribute in `unsafe(...)` [INFO] [stderr] | [INFO] [stderr] 237 | #[unsafe(unsafe(distributed_slice))] [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: elided lifetime has a name [INFO] [stderr] --> src/parsable.rs:45:64 [INFO] [stderr] | [INFO] [stderr] 43 | impl<'a> State<'a> { [INFO] [stderr] | -- lifetime `'a` declared here [INFO] [stderr] 44 | /// Create a new empty [State]. [INFO] [stderr] 45 | pub fn new(ctx: &'a mut Context, src: location::Source) -> State { [INFO] [stderr] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors; 52 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] Original diagnostics will follow. [INFO] [stderr] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:422:1 [INFO] [stdout] | [INFO] [stdout] 422 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attr_interfaces.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[attr_interface] [INFO] [stdout] | ----------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: `--force-warn unsafe-attr-outside-unsafe` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_DEPS` which comes from the expansion of the attribute macro `attr_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 422 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:323:1 [INFO] [stdout] | [INFO] [stdout] 323 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:361:1 [INFO] [stdout] | [INFO] [stdout] 361 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:412:1 [INFO] [stdout] | [INFO] [stdout] 412 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:450:1 [INFO] [stdout] | [INFO] [stdout] 450 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:484:1 [INFO] [stdout] | [INFO] [stdout] 484 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:534:1 [INFO] [stdout] | [INFO] [stdout] 534 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123757 [INFO] [stdout] = note: this warning originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/parsable.rs:45:64 [INFO] [stdout] | [INFO] [stdout] 43 | impl<'a> State<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 44 | /// Create a new empty [State]. [INFO] [stdout] 45 | pub fn new(ctx: &'a mut Context, src: location::Source) -> State { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | ($loc: expr, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 104 | ($loc: expr_2021, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:104:25 [INFO] [stdout] | [INFO] [stdout] 104 | ($loc: expr, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 104 | ($loc: expr, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr_2021, $kind: expr, $err: expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr_2021, $err: expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:107:37 [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 107 | ($loc: expr, $kind: expr, $err: expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:124:12 [INFO] [stdout] | [INFO] [stdout] 124 | ($loc: expr, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 124 | ($loc: expr_2021, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | ($loc: expr, $kind: expr, $str: literal $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 124 | ($loc: expr, $kind: expr_2021, $str: literal $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr_2021, $kind: expr, $err: expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr_2021, $err: expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:127:37 [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr, $err: expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 127 | ($loc: expr, $kind: expr, $err: expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 161 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:195:12 [INFO] [stdout] | [INFO] [stdout] 195 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 195 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:229:12 [INFO] [stdout] | [INFO] [stdout] 229 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 229 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:263:12 [INFO] [stdout] | [INFO] [stdout] 263 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 263 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:297:12 [INFO] [stdout] | [INFO] [stdout] 297 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 297 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/result.rs:331:12 [INFO] [stdout] | [INFO] [stdout] 331 | ($loc: expr, $($t:tt)*) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 331 | ($loc: expr_2021, $($t:tt)*) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/builtin/op_interfaces.rs:247:16 [INFO] [stdout] | [INFO] [stdout] 247 | if let Some(sym_op) = op_cast::(&*Operation::get_op(op, ctx)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------------------^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/builtin/op_interfaces.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | } [INFO] [stdout] | ^ [INFO] [stdout] = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 247 ~ match op_cast::(&*Operation::get_op(op, ctx)) { Some(sym_op) => { [INFO] [stdout] 248 | if &sym_op.get_symbol_name(ctx) == sym { [INFO] [stdout] 249 | return Some(op); [INFO] [stdout] 250 | } [INFO] [stdout] 251 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/builtin/op_interfaces.rs:266:16 [INFO] [stdout] | [INFO] [stdout] 266 | if let Some(sym_op) = op_cast::(&*Operation::get_op(op, ctx)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------------------^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/builtin/op_interfaces.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | } [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 266 ~ match op_cast::(&*Operation::get_op(op, ctx)) { Some(sym_op) => { [INFO] [stdout] 267 | let sym = sym_op.get_symbol_name(ctx); [INFO] [stdout] ... [INFO] [stdout] 281 | } [INFO] [stdout] 282 ~ } _ => {}} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `impl Iterator> + 'a` will capture more lifetimes than possibly intended in edition 2024 [INFO] [stdout] --> src/builtin/ops.rs:199:52 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn op_iter<'a>(&self, ctx: &'a Context) -> impl Iterator> + 'a { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds [INFO] [stdout] --> src/builtin/ops.rs:199:24 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn op_iter<'a>(&self, ctx: &'a Context) -> impl Iterator> + 'a { [INFO] [stdout] | ^ [INFO] [stdout] = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024 [INFO] [stdout] = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit [INFO] [stdout] | [INFO] [stdout] 199 | pub fn op_iter<'a>(&self, ctx: &'a Context) -> impl Iterator> + 'a + use<'a> { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/parsable.rs:209:27 [INFO] [stdout] | [INFO] [stdout] 209 | let position = if let Location::SrcPos { pos, .. } = value.loc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/parsable.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | } else { [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 209 ~ let position = match value.loc { Location::SrcPos { pos, .. } => { [INFO] [stdout] 210 | pos [INFO] [stdout] 211 ~ } _ => { [INFO] [stdout] 212 | SourcePosition::default() [INFO] [stdout] 213 ~ }}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `impl std::fmt::Display` will capture more lifetimes than possibly intended in edition 2024 [INFO] [stdout] --> src/printable.rs:240:38 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn indented_nl(state: &State) -> impl Display { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds [INFO] [stdout] --> src/printable.rs:240:27 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn indented_nl(state: &State) -> impl Display { [INFO] [stdout] | ^ [INFO] [stdout] = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024 [INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit [INFO] [stdout] | [INFO] [stdout] 240 | pub fn indented_nl(state: &State) -> impl Display + use<> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/result.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | if let Some(self_val) = self.err.downcast_ref::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^--------^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/result.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | } else { [INFO] [stdout] | ^ [INFO] [stdout] help: a `match` with a single arm can preserve the drop order up to Edition 2021 [INFO] [stdout] | [INFO] [stdout] 66 ~ match self.err.downcast_ref::() { Some(self_val) => { [INFO] [stdout] 67 | write!(f, "{}", self_val.disp(ctx))?; [INFO] [stdout] 68 ~ } _ => { [INFO] [stdout] 69 | write!(f, "{}", self.err)?; [INFO] [stdout] ... [INFO] [stdout] 72 | } [INFO] [stdout] 73 ~ }} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 74 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/ir_construct.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/ir_construct.rs (1 fix) [INFO] [stderr] Migrating tests/interfaces.rs from 2021 edition to 2024 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking pliron v0.5.0 (/tmp/fixit) [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:422:1 [INFO] [stdout] | [INFO] [stdout] 422 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attr_interfaces.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[attr_interface] [INFO] [stdout] | ----------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::attribute::ATTR_INTERFACE_DEPS` which comes from the expansion of the attribute macro `attr_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 422 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:323:1 [INFO] [stdout] | [INFO] [stdout] 323 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:361:1 [INFO] [stdout] | [INFO] [stdout] 361 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:412:1 [INFO] [stdout] | [INFO] [stdout] 412 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:450:1 [INFO] [stdout] | [INFO] [stdout] 450 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:484:1 [INFO] [stdout] | [INFO] [stdout] 484 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:534:1 [INFO] [stdout] | [INFO] [stdout] 534 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:422:1 [INFO] [stdout] | [INFO] [stdout] 422 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attr_interfaces.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[attr_interface] [INFO] [stdout] | ----------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::attribute::ATTR_INTERFACE_DEPS` which comes from the expansion of the attribute macro `attr_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 422 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/attribute.rs:415:1 [INFO] [stdout] | [INFO] [stdout] 415 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/attributes.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | #[attr_interface_impl] [INFO] [stdout] | ---------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::attribute::ATTR_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `attr_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 415 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:323:1 [INFO] [stdout] | [INFO] [stdout] 323 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:361:1 [INFO] [stdout] | [INFO] [stdout] 361 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:412:1 [INFO] [stdout] | [INFO] [stdout] 412 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:450:1 [INFO] [stdout] | [INFO] [stdout] 450 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:484:1 [INFO] [stdout] | [INFO] [stdout] 484 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/op_interfaces.rs:534:1 [INFO] [stdout] | [INFO] [stdout] 534 | #[op_interface] [INFO] [stdout] | --------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_DEPS` which comes from the expansion of the attribute macro `op_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 241 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / #[derive_op_interface_impl( [INFO] [stdout] 52 | | OneRegionInterface, [INFO] [stdout] 53 | | SingleBlockRegionInterface, [INFO] [stdout] 54 | | SymbolTableInterface, [INFO] [stdout] ... | [INFO] [stdout] 58 | | ZeroResultInterface [INFO] [stdout] 59 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / #[derive_op_interface_impl( [INFO] [stdout] 141 | | OneRegionInterface, [INFO] [stdout] 142 | | SymbolOpInterface, [INFO] [stdout] 143 | | IsolatedFromAboveInterface, [INFO] [stdout] 144 | | ZeroOpdInterface, [INFO] [stdout] 145 | | ZeroResultInterface [INFO] [stdout] 146 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/builtin/ops.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | #[derive_op_interface_impl(OneResultInterface, ZeroOpdInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/debug_info.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/debug_info.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/utils/trait_cast.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/debug_info.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::utils::trait_cast::TRAIT_CASTERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> src/op.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | #[distributed_slice] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] ::: src/debug_info.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[derive_op_interface_impl(ZeroOpdInterface, OneResultInterface)] [INFO] [stdout] | ----------------------------------------------------------------- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `::pliron::op::OP_INTERFACE_VERIFIERS` which comes from the expansion of the attribute macro `::pliron::derive::op_interface_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] | [INFO] [stdout] 237 | #[unsafe(distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/parsable.rs:45:64 [INFO] [stdout] | [INFO] [stdout] 43 | impl<'a> State<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 44 | /// Create a new empty [State]. [INFO] [stdout] 45 | pub fn new(ctx: &'a mut Context, src: location::Source) -> State { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/parsable.rs:45:64 [INFO] [stdout] | [INFO] [stdout] 43 | impl<'a> State<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 44 | /// Create a new empty [State]. [INFO] [stdout] 45 | pub fn new(ctx: &'a mut Context, src: location::Source) -> State { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 51 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pliron` (lib) due to 52 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 55 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pliron` (lib test) due to 56 previous errors; 1 warning emitted [INFO] [stderr] error: failed to check after updating to 2024 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "8de559cf4be015c9fdee8162b3041323cd89c32cfc175f2342be4c467aba9207", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8de559cf4be015c9fdee8162b3041323cd89c32cfc175f2342be4c467aba9207", kill_on_drop: false }` [INFO] [stdout] 8de559cf4be015c9fdee8162b3041323cd89c32cfc175f2342be4c467aba9207