[INFO] fetching crate zerocopy-derive 0.8.55...
[INFO] checking zerocopy-derive-0.8.55 against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] extracting crate zerocopy-derive 0.8.55 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate zerocopy-derive 0.8.55
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate zerocopy-derive 0.8.55
[INFO] tweaked toml for crates.io crate zerocopy-derive 0.8.55 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate zerocopy-derive 0.8.55 on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zerocopy-derive 0.8.55 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prettyplease v0.2.17
[INFO] [stderr]   Downloaded dissimilar v1.0.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12
[INFO] running `Command { std: "docker" "start" "4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.80
[INFO] [stderr]    Compiling prettyplease v0.2.17
[INFO] [stderr]     Checking dissimilar v1.0.10
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.56
[INFO] [stderr]     Checking zerocopy-derive v0.8.55 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `zerocopy_renamed`
[INFO] [stdout]   --> tests/hygiene.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | extern crate zerocopy_renamed as _zerocopy;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/eq.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::Debug, imp::IntoBytes, imp::Immutable, imp::ByteEq)]
[INFO] [stdout]    |                           ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]  --> tests/issue_2835.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use zerocopy_renamed::{IntoBytes, Unalign};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `zerocopy_renamed`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 - use zerocopy_renamed::{IntoBytes, Unalign};
[INFO] [stdout] 9 + use zerocopy_derive::{IntoBytes, Unalign};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/eq.rs:15:43
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::Debug, imp::IntoBytes, imp::Immutable, imp::ByteEq)]
[INFO] [stdout]    |                                           ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ByteEq` in `imp`
[INFO] [stdout]   --> tests/eq.rs:15:59
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::Debug, imp::IntoBytes, imp::Immutable, imp::ByteEq)]
[INFO] [stdout]    |                                                           ^^^^^^ could not find `ByteEq` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/eq.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 18 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 19 | struct Struct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(imp::FromZeros, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(imp::FromZeros, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:31:47
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(imp::FromZeros, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                                               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Unaligned` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:31:65
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(imp::FromZeros, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                                                                 ^^^^^^^^^ could not find `Unaligned` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(imp::FromZeros, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(imp::FromZeros, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:26:47
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(imp::FromZeros, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                                               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Unaligned` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:26:65
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(imp::FromZeros, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                                                                 ^^^^^^^^^ could not find `Unaligned` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(imp::FromBytes, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(imp::FromBytes, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:21:47
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(imp::FromBytes, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                                               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Unaligned` in `imp`
[INFO] [stdout]   --> tests/unsafe_cell.rs:21:65
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(imp::FromBytes, imp::IntoBytes, imp::KnownLayout, imp::Unaligned)]
[INFO] [stdout]    |                                                                 ^^^^^^^^^ could not find `Unaligned` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[derive(imp::KnownLayout, imp::FromBytes, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:32:33
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[derive(imp::KnownLayout, imp::FromBytes, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                 ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:32:49
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[derive(imp::KnownLayout, imp::FromBytes, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                                 ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:32:65
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[derive(imp::KnownLayout, imp::FromBytes, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                                                 ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(imp::KnownLayout, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(imp::KnownLayout, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                 ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:25:49
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(imp::KnownLayout, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                                 ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(imp::KnownLayout, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(imp::KnownLayout, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                 ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/issue_2880.rs:18:49
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(imp::KnownLayout, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                                 ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/issue_2880.rs:33:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 35 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 36 | enum FooU8 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/unsafe_cell.rs:32:3
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 34 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 35 | enum EnumFromZeros {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/issue_2880.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 28 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 29 | union TestUnion {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/unsafe_cell.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 29 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 30 | struct StructFromZeros(imp::UnsafeCell<bool>);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/issue_2880.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 21 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 22 | struct TestStruct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/unsafe_cell.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 24 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 25 | struct StructFromBytes(imp::UnsafeCell<u8>);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/enum_no_cell.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[derive(imp::Immutable)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/enum_no_cell.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(imp::Immutable)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/enum_no_cell.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(imp::Immutable)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/enum_no_cell.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::Immutable)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[derive(imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:61:15
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:61:31
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:43:15
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[derive(imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:43:31
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[derive(imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[derive(imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:34:31
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[derive(imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Clone, Copy, imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |                            ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/union_from_zeros.rs:18:44
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Clone, Copy, imp::Immutable, imp::FromZeros)]
[INFO] [stdout]    |                                            ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/struct_from_bytes.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[derive(imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/struct_from_bytes.rs:52:15
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[derive(imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/struct_from_bytes.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/struct_from_bytes.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[derive(imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/struct_from_bytes.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/struct_from_bytes.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_no_cell.rs:43:3
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 45 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 46 | enum WithParams<'a: 'b, 'b: 'a, T: 'a + 'b + imp::Immutable, const N: ::core::primitive::usize>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/struct_from_bytes.rs:71:3
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 73 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 74 | struct WithParams<'a: 'b, 'b: 'a, T: 'a + 'b + imp::FromBytes, const N: usize>(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_no_cell.rs:32:3
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 33 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 34 | enum Baz {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/struct_from_bytes.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 54 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 55 | struct TypeParams<'a, T: ?imp::Sized, I: imp::Iterator> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_zeros.rs:77:3
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 79 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 80 | union UnsafeCellUnion {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/struct_from_bytes.rs:45:3
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 46 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 47 | struct Unsized {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_no_cell.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 25 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 26 | enum Bar {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/struct_from_bytes.rs:35:3
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 36 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 37 | struct Two {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/issue_2117.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(imp::KnownLayout)]
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_zeros.rs:62:3
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 | union WithParams<'a: 'b, 'b: 'a, T: 'a + 'b + imp::FromZeros, const N: usize>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_no_cell.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 17 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 18 | enum Foo {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/struct_from_bytes.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 27 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 28 | struct One {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_zeros.rs:44:3
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 45 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 46 | union TypeParams<'a, T: imp::Copy, I: imp::Iterator>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "issue_2880") due to 22 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/issue_2117.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 21 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 22 | pub struct Test(pub [u8; 32]);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/struct_from_bytes.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 21 | struct Zst;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "eq") due to 13 previous errors
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "unsafe_cell") due to 24 previous errors
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_zeros.rs:35:3
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 36 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 37 | union Two {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_zeros.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 28 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 29 | union One {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/issue_2835.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 15 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 16 | struct Struct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/enum_known_layout.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[derive(imp::KnownLayout)]
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/enum_known_layout.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(imp::KnownLayout)]
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/enum_known_layout.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(imp::KnownLayout)]
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/enum_known_layout.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::KnownLayout)]
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_zeros.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 21 | union Zst {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zerocopy_renamed`
[INFO] [stdout]   --> tests/include.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ::zerocopy_renamed::*,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ could not find `zerocopy_renamed` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:98:19
[INFO] [stdout]    |
[INFO] [stdout] 98 |     #[derive(imp::FromZeros)]
[INFO] [stdout]    |                   ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |     #[derive(imp::FromZeros)]
[INFO] [stdout]    |                   ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:63:15
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:53:15
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[derive(imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:43:15
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[derive(imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[derive(imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/enum_from_zeros.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::FromZeros)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_known_layout.rs:43:3
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 45 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 46 | enum WithParams<'a: 'b, 'b: 'a, T: 'a + 'b + imp::KnownLayout, const N: usize>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `SplitAt` in `imp`
[INFO] [stdout]    --> tests/deprecated.rs:119:23
[INFO] [stdout]     |
[INFO] [stdout] 119 |         #[derive(imp::SplitAt, imp::KnownLayout)]
[INFO] [stdout]     |                       ^^^^^^^ could not find `SplitAt` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "include") due to 9 previous errors
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]    --> tests/deprecated.rs:119:37
[INFO] [stdout]     |
[INFO] [stdout] 119 |         #[derive(imp::SplitAt, imp::KnownLayout)]
[INFO] [stdout]     |                                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "hygiene") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find `ByteEq` in `imp`
[INFO] [stdout]    --> tests/deprecated.rs:102:23
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[derive(imp::ByteEq, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]     |                       ^^^^^^ could not find `ByteEq` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]    --> tests/deprecated.rs:102:36
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[derive(imp::ByteEq, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]     |                                    ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]    --> tests/deprecated.rs:102:52
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[derive(imp::ByteEq, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]     |                                                    ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ByteHash` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 |         #[derive(imp::ByteHash, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                       ^^^^^^^^ could not find `ByteHash` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:89:38
[INFO] [stdout]    |
[INFO] [stdout] 89 |         #[derive(imp::ByteHash, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                      ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:89:54
[INFO] [stdout]    |
[INFO] [stdout] 89 |         #[derive(imp::ByteHash, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                                      ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ByteEq` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:71:23
[INFO] [stdout]    |
[INFO] [stdout] 71 |         #[derive(imp::ByteEq, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                       ^^^^^^ could not find `ByteEq` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 |         #[derive(imp::ByteEq, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                    ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:71:52
[INFO] [stdout]    |
[INFO] [stdout] 71 |         #[derive(imp::ByteEq, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                                    ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]    --> tests/enum_from_zeros.rs:99:7
[INFO] [stdout]     |
[INFO] [stdout]  99 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 101 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 102 |     enum ImplicitNonFirstVariantIsZeroable {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ByteHash` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         #[derive(imp::ByteHash, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                       ^^^^^^^^ could not find `ByteHash` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:56:38
[INFO] [stdout]    |
[INFO] [stdout] 56 |         #[derive(imp::ByteHash, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                      ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:56:54
[INFO] [stdout]    |
[INFO] [stdout] 56 |         #[derive(imp::ByteHash, imp::IntoBytes, imp::Immutable)]
[INFO] [stdout]    |                                                      ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Unaligned` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:49:123
[INFO] [stdout]    |
[INFO] [stdout] 49 | test!(Union => #[repr(C)] union Union{ a: (), } => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                                                           ^^^^^^^^^ could not find `Unaligned` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:49:112
[INFO] [stdout]    |
[INFO] [stdout] 49 | test!(Union => #[repr(C)] union Union{ a: (), } => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                                                ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:49:101
[INFO] [stdout]    |
[INFO] [stdout] 49 | test!(Union => #[repr(C)] union Union{ a: (), } => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:49:88
[INFO] [stdout]    |
[INFO] [stdout] 49 | test!(Union => #[repr(C)] union Union{ a: (), } => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                        ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:49:77
[INFO] [stdout]    |
[INFO] [stdout] 49 | test!(Union => #[repr(C)] union Union{ a: (), } => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                             ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:49:66
[INFO] [stdout]    |
[INFO] [stdout] 49 | test!(Union => #[repr(C)] union Union{ a: (), } => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                  ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `TryFromBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:49:52
[INFO] [stdout]    |
[INFO] [stdout] 49 | test!(Union => #[repr(C)] union Union{ a: (), } => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^ could not find `TryFromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Unaligned` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:47:117
[INFO] [stdout]    |
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] struct Struct; => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                                                     ^^^^^^^^^ could not find `Unaligned` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:47:106
[INFO] [stdout]    |
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] struct Struct; => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                                          ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:47:95
[INFO] [stdout]    |
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] struct Struct; => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:47:82
[INFO] [stdout]    |
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] struct Struct; => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:47:71
[INFO] [stdout]    |
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] struct Struct; => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                       ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:47:60
[INFO] [stdout]    |
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] struct Struct; => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                            ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `pointer` in `imp`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::Ptr`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:111:39
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout]     |                                       ^^^  ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       no `Ptr` in `imp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this variant instead:
[INFO] [stdout]             syn::Type::Ptr
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use super::imp::{MaybeUninit, Ptr, ReadOnly};
[INFO] [stdout] 111 +         use super::imp::{MaybeUninit, str, ReadOnly};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:81:15
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:65:15
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:46:31
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:36:31
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Clone, Copy, imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |                            ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "issue_2835") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/union_from_bytes.rs:18:44
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Clone, Copy, imp::Immutable, imp::FromBytes)]
[INFO] [stdout]    |                                            ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_bytes.rs:82:3
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 84 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 85 | union UnsafeCellUnion {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `TryFromBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:47:46
[INFO] [stdout]    |
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] struct Struct; => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                              ^^^^^^^^^^^^ could not find `TryFromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_bytes.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 68 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 69 | union WithParams<'a: 'b, 'b: 'a, T: 'a + 'b + imp::FromBytes, const N: usize>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_bytes.rs:47:3
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 48 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 49 | union TypeParams<'a, T: imp::Copy, I: imp::Iterator>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Unaligned` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:45:107
[INFO] [stdout]    |
[INFO] [stdout] 45 | test!(Enum => #[repr(u8)] enum Enum { A, } => TryFromBytes, FromZeros, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                                           ^^^^^^^^^ could not find `Unaligned` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:45:96
[INFO] [stdout]    |
[INFO] [stdout] 45 | test!(Enum => #[repr(u8)] enum Enum { A, } => TryFromBytes, FromZeros, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                                ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:45:85
[INFO] [stdout]    |
[INFO] [stdout] 45 | test!(Enum => #[repr(u8)] enum Enum { A, } => TryFromBytes, FromZeros, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:45:72
[INFO] [stdout]    |
[INFO] [stdout] 45 | test!(Enum => #[repr(u8)] enum Enum { A, } => TryFromBytes, FromZeros, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromZeros` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:45:61
[INFO] [stdout]    |
[INFO] [stdout] 45 | test!(Enum => #[repr(u8)] enum Enum { A, } => TryFromBytes, FromZeros, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                                             ^^^^^^^^^ could not find `FromZeros` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `TryFromBytes` in `imp`
[INFO] [stdout]   --> tests/deprecated.rs:45:47
[INFO] [stdout]    |
[INFO] [stdout] 45 | test!(Enum => #[repr(u8)] enum Enum { A, } => TryFromBytes, FromZeros, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    |                                               ^^^^^^^^^^^^ could not find `TryFromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_known_layout.rs:32:3
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 33 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 34 | enum Baz {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::imp::pointer`, `super::imp::ReadOnly`
[INFO] [stdout]    --> tests/include.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             pointer::{cast::CastSized, BecauseImmutable},
[INFO] [stdout]     |             ^^^^^^^ could not find `pointer` in `imp`
[INFO] [stdout] 139 |             ReadOnly,
[INFO] [stdout]     |             ^^^^^^^^ no `ReadOnly` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/hash.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::IntoBytes, imp::Immutable, imp::ByteHash)]
[INFO] [stdout]    |               ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/hash.rs:15:31
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::IntoBytes, imp::Immutable, imp::ByteHash)]
[INFO] [stdout]    |                               ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ByteHash` in `imp`
[INFO] [stdout]   --> tests/hash.rs:15:47
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(imp::IntoBytes, imp::Immutable, imp::ByteHash)]
[INFO] [stdout]    |                                               ^^^^^^^^ could not find `ByteHash` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `KnownLayout` in `imp`
[INFO] [stdout]   --> tests/include.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         super::imp::KnownLayout,
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `KnownLayout` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "struct_from_bytes") due to 21 previous errors
[INFO] [stdout] error[E0433]: cannot find `Immutable` in `imp`
[INFO] [stdout]   --> tests/include.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         super::imp::Immutable,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `Immutable` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `FromBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         super::imp::FromBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `FromBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_from_zeros.rs:89:7
[INFO] [stdout]    |
[INFO] [stdout] 89 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 91 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 92 |     enum ImplicitFirstVariantIsZeroable {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `IntoBytes` in `imp`
[INFO] [stdout]   --> tests/include.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         super::imp::IntoBytes,
[INFO] [stdout]    |                     ^^^^^^^^^ could not find `IntoBytes` in `imp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "priv_in_pub") due to 9 previous errors
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_bytes.rs:37:3
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 38 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 39 | union Two {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_known_layout.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 25 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 26 | enum Bar {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/hash.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 18 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 19 | struct Struct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]    --> tests/deprecated.rs:120:11
[INFO] [stdout]     |
[INFO] [stdout] 120 |         #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 122 +         #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 123 |         struct Struct {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_known_layout.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 17 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 18 | enum Foo {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_from_zeros.rs:74:3
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 76 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 77 | enum FirstVariantIsZeroableSecondIsNot {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_bytes.rs:28:3
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 29 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 30 | union One {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/union_from_bytes.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 21 | union Zst {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]    --> tests/deprecated.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |         #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 105 +         #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 106 |         struct Struct;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "enum_no_cell") due to 17 previous errors
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/deprecated.rs:90:11
[INFO] [stdout]    |
[INFO] [stdout] 90 |         #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 92 +         #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 93 |         struct Struct;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_from_zeros.rs:64:3
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 66 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 67 | enum FirstVariantIsZeroable {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/deprecated.rs:72:11
[INFO] [stdout]    |
[INFO] [stdout] 72 |         #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 74 +         #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 75 |         enum Enum {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/deprecated.rs:57:11
[INFO] [stdout]    |
[INFO] [stdout] 57 |         #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 59 +         #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 60 |         enum Enum {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_from_zeros.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 56 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 57 | enum LargeDiscriminant {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/deprecated.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |                     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | test!(Union => #[repr(C)] union Union{ a: (), } => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 49 | test!(Union => #[repr(C)] #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout]    |                           +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_from_zeros.rs:44:3
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 46 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 47 | enum ImplicitNonFirstVariantIsZero {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "issue_2117") due to 11 previous errors
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_from_zeros.rs:34:3
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 36 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 37 | enum TwoVariantsHasExplicitZero {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_from_zeros.rs:25:3
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 27 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 28 | enum Bar {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/enum_from_zeros.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 18 + #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 19 | enum Foo {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "union_from_zeros") due to 26 previous errors
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "hash") due to 13 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "enum_known_layout") due to 17 previous errors
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/deprecated.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |                     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] struct Struct; => TryFromBytes, FromZeros, FromBytes, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 47 | test!(Struct => #[repr(C)] #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout]    |                            +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "union_from_bytes") due to 26 previous errors
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/deprecated.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |                     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 | test!(Enum => #[repr(u8)] enum Enum { A, } => TryFromBytes, FromZeros, KnownLayout, Immutable, IntoBytes, Unaligned);
[INFO] [stdout]    | -------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 45 | test!(Enum => #[repr(u8)] #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout]    |                           +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "enum_from_zeros") due to 27 previous errors
[INFO] [stdout] error: cannot find attribute `zerocopy` in this scope
[INFO] [stdout]   --> tests/include.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[zerocopy(crate = "zerocopy_renamed")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `zerocopy` is an attribute that can be used by the derive macros `ByteEq`, `ByteHash`, `FromBytes`, `FromZeros`, `Immutable`, `IntoBytes`, `KnownLayout`, `SplitAt`, `TryFromBytes`, `Unaligned` and `most_traits`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 64 +     #[derive(ByteEq, ByteHash, FromBytes, FromZeros, Immutable, IntoBytes, KnownLayout, SplitAt, TryFromBytes, Unaligned, most_traits)]
[INFO] [stdout] 65 |     pub struct AU16(pub u16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy-derive` (test "deprecated") due to 51 previous errors
[INFO] running `Command { std: "docker" "inspect" "4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12", kill_on_drop: false }`
[INFO] [stdout] 4ef6a0d99c3c7b5ceb7924decac86b578e24820927bc7fa6488ec463a5225c12
