[INFO] fetching crate scratchpad 1.3.1... [INFO] testing scratchpad-1.3.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate scratchpad 1.3.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate scratchpad 1.3.1 [INFO] finished tweaking crates.io crate scratchpad 1.3.1 [INFO] tweaked toml for crates.io crate scratchpad 1.3.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate scratchpad 1.3.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding arrayvec v0.4.12 (available: v0.7.6) [INFO] [stderr] Adding rustc_version v0.2.3 (available: v0.4.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9aacb40e5f5b791e213d2412884de90998be024dbdc0d618269f4647a142f486 [INFO] running `Command { std: "docker" "start" "-a" "9aacb40e5f5b791e213d2412884de90998be024dbdc0d618269f4647a142f486", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9aacb40e5f5b791e213d2412884de90998be024dbdc0d618269f4647a142f486", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aacb40e5f5b791e213d2412884de90998be024dbdc0d618269f4647a142f486", kill_on_drop: false }` [INFO] [stdout] 9aacb40e5f5b791e213d2412884de90998be024dbdc0d618269f4647a142f486 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f19d4613d1b30d3a3eb82cbb2c1f90a00eef6fe4b6c0c7fee74725052cb68a23 [INFO] running `Command { std: "docker" "start" "-a" "f19d4613d1b30d3a3eb82cbb2c1f90a00eef6fe4b6c0c7fee74725052cb68a23", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling scratchpad v1.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `stable_maybe_uninit` [INFO] [stdout] --> src/lib.rs:767:13 [INFO] [stdout] | [INFO] [stdout] 767 | all(not(stable_maybe_uninit), feature = "unstable"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_maybe_uninit)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_maybe_uninit)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:777:13 [INFO] [stdout] | [INFO] [stdout] 777 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::ptr_offset_with_cast))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/allocation.rs:220:16 [INFO] [stdout] | [INFO] [stdout] 220 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))] // LINT: Result type lint warning. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `stable_maybe_uninit` [INFO] [stdout] --> src/scratchpad.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(not(any(stable_maybe_uninit, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_maybe_uninit)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_maybe_uninit)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `stable_maybe_uninit` [INFO] [stdout] --> src/scratchpad.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(any(stable_maybe_uninit, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_maybe_uninit)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_maybe_uninit)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `stable_maybe_uninit` [INFO] [stdout] --> src/scratchpad.rs:431:19 [INFO] [stdout] | [INFO] [stdout] 431 | #[cfg(any(stable_maybe_uninit, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_maybe_uninit)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_maybe_uninit)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/scratchpad.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `stable_maybe_uninit` [INFO] [stdout] --> src/scratchpad.rs:451:23 [INFO] [stdout] | [INFO] [stdout] 451 | #[cfg(not(any(stable_maybe_uninit, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_maybe_uninit)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_maybe_uninit)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `stable_maybe_uninit` [INFO] [stdout] --> src/traits.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(any(stable_maybe_uninit, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_maybe_uninit)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_maybe_uninit)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `stable128` [INFO] [stdout] --> src/traits.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(any(stable128, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `stable128` [INFO] [stdout] --> src/traits.rs:66:11 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg(any(stable128, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `stable_maybe_uninit` [INFO] [stdout] --> src/traits.rs:71:11 [INFO] [stdout] | [INFO] [stdout] 71 | #[cfg(any(stable_maybe_uninit, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(stable_maybe_uninit)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(stable_maybe_uninit)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:261:9 [INFO] [stdout] | [INFO] [stdout] 261 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:522:20 [INFO] [stdout] | [INFO] [stdout] 522 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::cast_ref_to_mut))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:594:20 [INFO] [stdout] | [INFO] [stdout] 594 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::cast_ref_to_mut))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:657:9 [INFO] [stdout] | [INFO] [stdout] 657 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:667:9 [INFO] [stdout] | [INFO] [stdout] 667 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:691:9 [INFO] [stdout] | [INFO] [stdout] 691 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:709:9 [INFO] [stdout] | [INFO] [stdout] 709 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1386 | generate_array_trait_impls!(0x2000_0000, 0x4000_0000); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/traits.rs:1355:24 [INFO] [stdout] | [INFO] [stdout] 1355 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::not_unsafe_ptr_arg_deref))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1386 | generate_array_trait_impls!(0x2000_0000, 0x4000_0000); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | fn allocate(&self, value: T) -> Result, Error<(T,)>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 46 | fn allocate(&self, value: T) -> Result, Error<(T,)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 74 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 74 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 102 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 102 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 131 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 163 | len: usize, [INFO] [stdout] 164 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 199 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 199 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 240 | len: usize, [INFO] [stdout] 241 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:272:9 [INFO] [stdout] | [INFO] [stdout] 272 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 273 | values: U, [INFO] [stdout] 274 | ) -> Result, Error<(U,)>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 274 | ) -> Result, Error<(U,)>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:328:9 [INFO] [stdout] | [INFO] [stdout] 328 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 329 | values: U, [INFO] [stdout] 330 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 330 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 376 | values: U, [INFO] [stdout] 377 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 377 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:637:9 [INFO] [stdout] | [INFO] [stdout] 637 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 638 | values: U, [INFO] [stdout] 639 | ) -> Result, Error<(U,)>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 639 | ) -> Result, Error<(U,)>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:701:9 [INFO] [stdout] | [INFO] [stdout] 701 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 702 | values: U, [INFO] [stdout] 703 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 703 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:762:9 [INFO] [stdout] | [INFO] [stdout] 762 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 763 | values: U, [INFO] [stdout] 764 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 764 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1021:9 [INFO] [stdout] | [INFO] [stdout] 1021 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1022 | value: T, [INFO] [stdout] 1023 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1023 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1042:9 [INFO] [stdout] | [INFO] [stdout] 1042 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1043 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1043 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1070:9 [INFO] [stdout] | [INFO] [stdout] 1070 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1071 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1071 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1091:9 [INFO] [stdout] | [INFO] [stdout] 1091 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1094 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1094 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1114:9 [INFO] [stdout] | [INFO] [stdout] 1114 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1115 | len: usize, [INFO] [stdout] 1116 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1116 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1139:9 [INFO] [stdout] | [INFO] [stdout] 1139 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1142 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1142 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1173:9 [INFO] [stdout] | [INFO] [stdout] 1173 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1174 | len: usize, [INFO] [stdout] 1175 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1175 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1197:9 [INFO] [stdout] | [INFO] [stdout] 1197 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1198 | values: U, [INFO] [stdout] 1199 | ) -> Result, Error<(U,)>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1199 | ) -> Result, Error<(U,)>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1223:9 [INFO] [stdout] | [INFO] [stdout] 1223 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1224 | values: U, [INFO] [stdout] 1225 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1225 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1251:9 [INFO] [stdout] | [INFO] [stdout] 1251 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1252 | values: U, [INFO] [stdout] 1253 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1253 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1425:9 [INFO] [stdout] | [INFO] [stdout] 1425 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1426 | values: U, [INFO] [stdout] 1427 | ) -> Result, Error<(U,)>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1427 | ) -> Result, Error<(U,)>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1452:9 [INFO] [stdout] | [INFO] [stdout] 1452 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1453 | values: U, [INFO] [stdout] 1454 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1454 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1483:9 [INFO] [stdout] | [INFO] [stdout] 1483 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1484 | values: U, [INFO] [stdout] 1485 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1485 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1680:9 [INFO] [stdout] | [INFO] [stdout] 1680 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1681 | value: T, [INFO] [stdout] 1682 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1682 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1701:9 [INFO] [stdout] | [INFO] [stdout] 1701 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1702 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1702 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1729:9 [INFO] [stdout] | [INFO] [stdout] 1729 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1730 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1730 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1750:9 [INFO] [stdout] | [INFO] [stdout] 1750 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1753 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1753 | ) -> Result, Error<(T,)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1773:9 [INFO] [stdout] | [INFO] [stdout] 1773 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1774 | len: usize, [INFO] [stdout] 1775 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1775 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1798:9 [INFO] [stdout] | [INFO] [stdout] 1798 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1801 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1801 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1832:9 [INFO] [stdout] | [INFO] [stdout] 1832 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1833 | len: usize, [INFO] [stdout] 1834 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1834 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1856:9 [INFO] [stdout] | [INFO] [stdout] 1856 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1857 | values: U, [INFO] [stdout] 1858 | ) -> Result, Error<(U,)>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1858 | ) -> Result, Error<(U,)>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1882:9 [INFO] [stdout] | [INFO] [stdout] 1882 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1883 | values: U, [INFO] [stdout] 1884 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1884 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:1910:9 [INFO] [stdout] | [INFO] [stdout] 1910 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1911 | values: U, [INFO] [stdout] 1912 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1912 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:2084:9 [INFO] [stdout] | [INFO] [stdout] 2084 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 2085 | values: U, [INFO] [stdout] 2086 | ) -> Result, Error<(U,)>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 2086 | ) -> Result, Error<(U,)>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:2111:9 [INFO] [stdout] | [INFO] [stdout] 2111 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 2112 | values: U, [INFO] [stdout] 2113 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 2113 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/marker.rs:2142:9 [INFO] [stdout] | [INFO] [stdout] 2142 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 2143 | values: U, [INFO] [stdout] 2144 | ) -> Result, Error<()>> [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 2144 | ) -> Result, Error<()>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scratchpad.rs:180:26 [INFO] [stdout] | [INFO] [stdout] 180 | pub(crate) fn borrow(&self) -> Ref { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 180 | pub(crate) fn borrow(&self) -> Ref<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scratchpad.rs:188:30 [INFO] [stdout] | [INFO] [stdout] 188 | pub(crate) fn borrow_mut(&self) -> RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 188 | pub(crate) fn borrow_mut(&self) -> RefMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scratchpad.rs:564:9 [INFO] [stdout] | [INFO] [stdout] 564 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 565 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 565 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scratchpad.rs:610:9 [INFO] [stdout] | [INFO] [stdout] 610 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 611 | ) -> Result, Error<()>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 611 | ) -> Result, Error<()>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: casting `&T` to `&mut T` is undefined behavior, even if the reference is unused, consider instead using an `UnsafeCell` [INFO] [stdout] --> src/traits.rs:523:9 [INFO] [stdout] | [INFO] [stdout] 523 | &mut *(self.to_bytes_with_nul() as *const [u8] as *mut [u8]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: for more information, visit [INFO] [stdout] = note: `#[deny(invalid_reference_casting)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: casting `&T` to `&mut T` is undefined behavior, even if the reference is unused, consider instead using an `UnsafeCell` [INFO] [stdout] --> src/traits.rs:595:9 [INFO] [stdout] | [INFO] [stdout] 595 | / &mut *(CStr::from_bytes_with_nul_unchecked(slice) as *const CStr [INFO] [stdout] 596 | | as *mut CStr) [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = note: for more information, visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 1]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 1]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: `#[deny(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 2]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 2]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 3]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 3]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 4]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 4]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 5]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 5]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 6]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 6]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 7]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 7]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 8]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 8]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 9]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 9]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1371:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 10]` [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 10]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1371 | generate_array_trait_impls!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 11]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 11]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 12]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 12]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 13]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 13]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 14]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 14]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 15]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 15]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 16]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 16]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 17]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 17]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 18]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 18]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 19]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 19]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1372:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 20]` [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 20]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1372 | generate_array_trait_impls!(11, 12, 13, 14, 15, 16, 17, 18, 19, 20); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 21]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 21]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 22]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 22]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 23]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 23]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 24]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 24]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 25]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 25]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 26]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 26]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 27]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 27]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 28]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 28]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 29]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 29]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1373:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 30]` [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 30]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1373 | generate_array_trait_impls!(21, 22, 23, 24, 25, 26, 27, 28, 29, 30); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 31]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 31]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 32]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 32]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 33]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 33]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 34]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 34]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 35]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 35]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 36]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 36]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 37]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 37]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 38]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 38]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 39]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 39]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1374:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 40]` [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 40]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1374 | generate_array_trait_impls!(31, 32, 33, 34, 35, 36, 37, 38, 39, 40); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 41]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 41]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 42]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 42]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 43]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 43]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 44]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 44]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 45]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 45]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 46]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 46]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 47]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 47]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 48]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 48]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 49]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 49]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1375:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 50]` [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 50]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1375 | generate_array_trait_impls!(41, 42, 43, 44, 45, 46, 47, 48, 49, 50); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 51]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 51]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 52]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 52]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 53]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 53]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 54]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 54]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 55]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 55]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 56]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 56]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 57]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 57]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 58]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 58]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 59]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 59]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 60]` [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 60]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1376 | generate_array_trait_impls!(51, 52, 53, 54, 55, 56, 57, 58, 59, 60); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1377:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 61]` [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 61]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1377:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 62]` [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 62]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1377:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 63]` [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 63]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1377:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 64]` [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 64]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1377 | generate_array_trait_impls!(61, 62, 63, 64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1378:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 128]` [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 128]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1378:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 256]` [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 256]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1378:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 512]` [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 512]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1378:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 1024]` [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 1024]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `scratchpad` (lib) due to 90 previous errors; 151 warnings emitted [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1378:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 2048]` [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 2048]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1378:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 4096]` [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 4096]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1378:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 8192]` [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 8192]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1378 | generate_array_trait_impls!(0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1379:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 16384]` [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 16384]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1379:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 32768]` [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 32768]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1379:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 65536]` [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 65536]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1379:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 131072]` [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 131072]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1379:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 262144]` [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 262144]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1379:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 524288]` [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 524288]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1379 | / generate_array_trait_impls!( [INFO] [stdout] 1380 | | 0x4000, 0x8000, 0x10000, 0x20000, 0x40000, 0x80000 [INFO] [stdout] 1381 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1382:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 1048576]` [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 1048576]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1382:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 2097152]` [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 2097152]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1382:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 4194304]` [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 4194304]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1382:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 8388608]` [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 8388608]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1382:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 16777216]` [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 16777216]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1382 | / generate_array_trait_impls!( [INFO] [stdout] 1383 | | 0x10_0000, 0x20_0000, 0x40_0000, 0x80_0000, 0x100_0000 [INFO] [stdout] 1384 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1385:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 33554432]` [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 33554432]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1385:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 67108864]` [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 67108864]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1385:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 134217728]` [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 134217728]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1385:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 268435456]` [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 268435456]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1385 | generate_array_trait_impls!(0x200_0000, 0x400_0000, 0x800_0000, 0x1000_0000); [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1386:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 536870912]` [INFO] [stdout] ... [INFO] [stdout] 1386 | generate_array_trait_impls!(0x2000_0000, 0x4000_0000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 536870912]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1386 | generate_array_trait_impls!(0x2000_0000, 0x4000_0000); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/traits.rs:1386:1 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | --- this raw pointer has type `*mut [T; 1073741824]` [INFO] [stdout] ... [INFO] [stdout] 1386 | generate_array_trait_impls!(0x2000_0000, 0x4000_0000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [T; 1073741824]` [INFO] [stdout] --> src/traits.rs:1358:31 [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (*ptr)[..] } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1386 | generate_array_trait_impls!(0x2000_0000, 0x4000_0000); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `generate_array_trait_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1358 | unsafe { &mut (&mut (*ptr))[..] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f19d4613d1b30d3a3eb82cbb2c1f90a00eef6fe4b6c0c7fee74725052cb68a23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f19d4613d1b30d3a3eb82cbb2c1f90a00eef6fe4b6c0c7fee74725052cb68a23", kill_on_drop: false }` [INFO] [stdout] f19d4613d1b30d3a3eb82cbb2c1f90a00eef6fe4b6c0c7fee74725052cb68a23