[INFO] fetching crate static_assertions_next 1.1.2... [INFO] testing static_assertions_next-1.1.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate static_assertions_next 1.1.2 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate static_assertions_next 1.1.2 [INFO] finished tweaking crates.io crate static_assertions_next 1.1.2 [INFO] tweaked toml for crates.io crate static_assertions_next 1.1.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate static_assertions_next 1.1.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc_static_assertions_next v0.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c365c1201289aa11a0a4edd437f6571ca6b6a937ae3e6f107b510354dc6211c [INFO] running `Command { std: "docker" "start" "-a" "2c365c1201289aa11a0a4edd437f6571ca6b6a937ae3e6f107b510354dc6211c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c365c1201289aa11a0a4edd437f6571ca6b6a937ae3e6f107b510354dc6211c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c365c1201289aa11a0a4edd437f6571ca6b6a937ae3e6f107b510354dc6211c", kill_on_drop: false }` [INFO] [stdout] 2c365c1201289aa11a0a4edd437f6571ca6b6a937ae3e6f107b510354dc6211c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c778ad70c965dbe1309efd1bfb47157208e5ee843da33d9f04b6aef9ba64716d [INFO] running `Command { std: "docker" "start" "-a" "c778ad70c965dbe1309efd1bfb47157208e5ee843da33d9f04b6aef9ba64716d", kill_on_drop: false }` [INFO] [stderr] Compiling static_assertions_next v1.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `proc_static_assertions` [INFO] [stdout] --> src/lib.rs:104:7 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(feature = "proc_static_assertions")] [INFO] [stdout] | ^^^^^^^^^^------------------------ [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"proc_static_assertions_next"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `nightly`, `proc`, and `proc_static_assertions_next` [INFO] [stdout] = help: consider adding `proc_static_assertions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `proc_static_assertions` [INFO] [stdout] --> src/lib.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(feature = "proc_static_assertions")] [INFO] [stdout] | ^^^^^^^^^^------------------------ [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"proc_static_assertions_next"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `nightly`, `proc`, and `proc_static_assertions_next` [INFO] [stdout] = help: consider adding `proc_static_assertions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] running `Command { std: "docker" "inspect" "c778ad70c965dbe1309efd1bfb47157208e5ee843da33d9f04b6aef9ba64716d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c778ad70c965dbe1309efd1bfb47157208e5ee843da33d9f04b6aef9ba64716d", kill_on_drop: false }` [INFO] [stdout] c778ad70c965dbe1309efd1bfb47157208e5ee843da33d9f04b6aef9ba64716d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b341c9af8dc2512e0dc334019fe2d6df59a76e696bc4399f3d28eedfc0451f3 [INFO] running `Command { std: "docker" "start" "-a" "5b341c9af8dc2512e0dc334019fe2d6df59a76e696bc4399f3d28eedfc0451f3", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `proc_static_assertions` [INFO] [stdout] --> src/lib.rs:104:7 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(feature = "proc_static_assertions")] [INFO] [stdout] | ^^^^^^^^^^------------------------ [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"proc_static_assertions_next"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `nightly`, `proc`, and `proc_static_assertions_next` [INFO] [stdout] = help: consider adding `proc_static_assertions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `proc_static_assertions` [INFO] [stdout] --> src/lib.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(feature = "proc_static_assertions")] [INFO] [stdout] | ^^^^^^^^^^------------------------ [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"proc_static_assertions_next"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `nightly`, `proc`, and `proc_static_assertions_next` [INFO] [stdout] = help: consider adding `proc_static_assertions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling static_assertions_next v1.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `proc_static_assertions` [INFO] [stdout] --> src/lib.rs:104:7 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(feature = "proc_static_assertions")] [INFO] [stdout] | ^^^^^^^^^^------------------------ [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"proc_static_assertions_next"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `nightly`, `proc`, and `proc_static_assertions_next` [INFO] [stdout] = help: consider adding `proc_static_assertions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `proc_static_assertions` [INFO] [stdout] --> src/lib.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(feature = "proc_static_assertions")] [INFO] [stdout] | ^^^^^^^^^^------------------------ [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"proc_static_assertions_next"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `nightly`, `proc`, and `proc_static_assertions_next` [INFO] [stdout] = help: consider adding `proc_static_assertions` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "5b341c9af8dc2512e0dc334019fe2d6df59a76e696bc4399f3d28eedfc0451f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b341c9af8dc2512e0dc334019fe2d6df59a76e696bc4399f3d28eedfc0451f3", kill_on_drop: false }` [INFO] [stdout] 5b341c9af8dc2512e0dc334019fe2d6df59a76e696bc4399f3d28eedfc0451f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 877a9934c2b7ffe34e5105e1229e75585ca3618205906653f25681206ef6cb0b [INFO] running `Command { std: "docker" "start" "-a" "877a9934c2b7ffe34e5105e1229e75585ca3618205906653f25681206ef6cb0b", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `proc_static_assertions` [INFO] [stderr] --> src/lib.rs:104:7 [INFO] [stderr] | [INFO] [stderr] 104 | #[cfg(feature = "proc_static_assertions")] [INFO] [stderr] | ^^^^^^^^^^------------------------ [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"proc_static_assertions_next"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `nightly`, `proc`, and `proc_static_assertions_next` [INFO] [stderr] = help: consider adding `proc_static_assertions` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `proc_static_assertions` [INFO] [stderr] --> src/lib.rs:106:7 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg(feature = "proc_static_assertions")] [INFO] [stderr] | ^^^^^^^^^^------------------------ [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"proc_static_assertions_next"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `nightly`, `proc`, and `proc_static_assertions_next` [INFO] [stderr] = help: consider adding `proc_static_assertions` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `static_assertions_next` (lib) generated 2 warnings [INFO] [stderr] warning: `static_assertions_next` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/static_assertions_next-9e705e48d1a3741b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Doc-tests static_assertions_next [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: the `main` function of this doctest won't be run as it contains expressions at the top level, meaning that the whole doctest code will be wrapped in a function [INFO] [stderr] --> src/assert_impl.rs:196:1 [INFO] [stderr] | [INFO] [stderr] 196 | /// ```compile_fail [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 75 tests [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_ne (line 66) ... FAILED [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_eq (line 17) ... FAILED [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_ge (line 180) ... FAILED [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_lt (line 103) - compile fail ... ok [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_ge (line 188) - compile fail ... ok [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_eq (line 25) - compile fail ... ok [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_gt (line 152) ... FAILED [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_eq (line 10) ... FAILED [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_ne (line 74) - compile fail ... ok [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_gt (line 160) - compile fail ... ok [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_lt (line 95) ... FAILED [INFO] [stdout] test src/assert_cfg.rs - assert_cfg::assert_cfg (line 17) ... FAILED [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_le (line 123) ... FAILED [INFO] [stdout] test src/assert_cfg.rs - assert_cfg::assert_cfg (line 7) ... FAILED [INFO] [stdout] test src/assert_align.rs - assert_align::assert_align_le (line 131) - compile fail ... ok [INFO] [stdout] test src/assert_cfg.rs - assert_cfg::assert_cfg (line 32) - compile fail ... ok [INFO] [stdout] test src/assert_fields.rs - assert_fields::assert_fields (line 44) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl (line 343) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl (line 350) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_all (line 103) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_any (line 127) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_any (line 135) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl (line 327) ... FAILED [INFO] [stdout] test src/assert_fields.rs - assert_fields::assert_fields (line 8) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_any (line 144) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_all (line 94) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl (line 334) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_not_all (line 172) ... FAILED [INFO] [stdout] test src/assert_fields.rs - assert_fields::assert_fields (line 28) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl (line 360) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_one (line 27) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_not_any (line 244) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_one (line 14) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_not_all (line 187) ... FAILED [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_not_all (line 180) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_one (line 40) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_not_any (line 259) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_not_any (line 251) ... FAILED [INFO] [stdout] test src/assert_size.rs - assert_size::assert_size_eq_ptr (line 75) - compile fail ... ok [INFO] [stdout] test src/assert_impl.rs - assert_impl::assert_impl_not_all (line 196) - compile fail ... ok [INFO] [stdout] test src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 16) ... FAILED [INFO] [stdout] test src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 27) ... FAILED [INFO] [stdout] test src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 42) - compile fail ... ok [INFO] [stdout] test src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 61) ... FAILED [INFO] [stdout] test src/assert_size.rs - assert_size::assert_size_eq (line 25) - compile fail ... ok [INFO] [stdout] test src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 50) - compile fail ... ok [INFO] [stdout] test src/assert_size.rs - assert_size::assert_size_eq (line 17) ... FAILED [INFO] [stdout] test src/assert_size.rs - assert_size::assert_size_eq_ptr (line 64) ... FAILED [INFO] [stdout] test src/assert_size.rs - assert_size::assert_size_eq_val (line 140) - compile fail ... ok [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_sub_all (line 10) ... FAILED [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_super_all (line 56) ... FAILED [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_sub_all (line 18) ... FAILED [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_sub_all (line 26) - compile fail ... ok [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_sub_any (line 106) ... FAILED [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_super_all (line 78) - compile fail ... ok [INFO] [stdout] test src/assert_size.rs - assert_size::assert_size_eq_val (line 125) ... FAILED [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_sub_any (line 121) - compile fail ... ok [INFO] [stdout] test src/assert_type.rs - assert_type::assert_type_eq_all (line 31) - compile fail ... ok [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_super_all (line 67) ... FAILED [INFO] [stdout] test src/assert_type.rs - assert_type::assert_type_ne_all (line 75) ... FAILED [INFO] [stdout] test src/const_assert.rs - const_assert::const_assert (line 27) - compile fail ... ok [INFO] [stdout] test src/assert_type.rs - assert_type::assert_type_eq_all (line 39) - compile fail ... ok [INFO] [stdout] test src/assert_type.rs - assert_type::assert_type_eq_all (line 19) ... FAILED [INFO] [stdout] test src/const_assert.rs - const_assert::const_assert (line 17) ... FAILED [INFO] [stdout] test src/const_assert.rs - const_assert::const_assert_eq (line 69) ... FAILED [INFO] [stdout] test src/lib.rs - (line 34) ... FAILED [INFO] [stdout] test src/assert_type.rs - assert_type::assert_type_ne_all (line 83) - compile fail ... ok [INFO] [stdout] test src/assert_trait.rs - assert_trait::assert_trait_sub_any (line 113) ... FAILED [INFO] [stdout] test src/assert_type.rs - assert_type::assert_type_eq_all (line 9) ... FAILED [INFO] [stdout] test src/const_assert.rs - const_assert::const_assert_ne (line 109) ... FAILED [INFO] [stdout] test src/const_assert.rs - const_assert::const_assert_eq (line 78) - compile fail ... ok [INFO] [stdout] test src/const_assert.rs - const_assert::const_assert (line 45) - compile fail ... ok [INFO] [stdout] test src/const_assert.rs - const_assert::const_assert_ne (line 118) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 44) ... FAILED [INFO] [stdout] test src/does_impl.rs - does_impl::does_impl (line 7) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/assert_align.rs - assert_align::assert_align_ne (line 66) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_align.rs:67:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_align_ne` in this scope [INFO] [stdout] --> src/assert_align.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_align_ne!(u8, *const u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_align_ne; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_align.rs - assert_align::assert_align_eq (line 17) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_align.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_align_eq` in this scope [INFO] [stdout] --> src/assert_align.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_align_eq!([i32; 4], i32); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_align_eq; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_align.rs - assert_align::assert_align_ge (line 180) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_align.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_align_ge` in this scope [INFO] [stdout] --> src/assert_align.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_align_ge!(*const u8, u8, i8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_align_ge; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_align.rs - assert_align::assert_align_gt (line 152) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_align.rs:153:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_align_gt` in this scope [INFO] [stdout] --> src/assert_align.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_align_gt!(*const u8, u16, u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_align_gt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_align.rs - assert_align::assert_align_eq (line 10) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_align.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_align_eq` in this scope [INFO] [stdout] --> src/assert_align.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_align_eq!(usize, *const u8, *mut u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_align_eq; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_align.rs - assert_align::assert_align_lt (line 95) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_align.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_align_lt` in this scope [INFO] [stdout] --> src/assert_align.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_align_lt!(u8, u16, *const u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_align_lt; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_cfg.rs - assert_cfg::assert_cfg (line 17) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_cfg.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_cfg` in this scope [INFO] [stdout] --> src/assert_cfg.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 6 | assert_cfg!(any(unix, windows), "There is only support for Unix or Windows"); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/macros/mod.rs:42:1 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] | [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 6 - assert_cfg!(any(unix, windows), "There is only support for Unix or Windows"); [INFO] [stdout] 6 + assert_eq!(any(unix, windows), "There is only support for Unix or Windows"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_cfg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `0` [INFO] [stdout] --> src/assert_cfg.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(target_pointer_width = "0")] // Impossible [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/assert_cfg.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unexpected_cfgs)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_align.rs - assert_align::assert_align_le (line 123) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_align.rs:124:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_align_le` in this scope [INFO] [stdout] --> src/assert_align.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_align_le!(u8, i8, *const u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_align_le; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_cfg.rs - assert_cfg::assert_cfg (line 7) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_cfg.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_cfg` in this scope [INFO] [stdout] --> src/assert_cfg.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 7 | assert_cfg!(not(target_pointer_width = "16")); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] --> /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/macros/mod.rs:42:1 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `assert_eq` defined here [INFO] [stdout] | [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 7 - assert_cfg!(not(target_pointer_width = "16")); [INFO] [stdout] 7 + assert_eq!(not(target_pointer_width = "16")); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_cfg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl (line 343) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:344:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl` in this scope [INFO] [stdout] --> src/assert_impl.rs:346:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_impl!(&'static mut u8: !Copy); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl (line 350) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:351:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl` in this scope [INFO] [stdout] --> src/assert_impl.rs:355:1 [INFO] [stdout] | [INFO] [stdout] 7 | assert_impl!(for(T) Rc: Clone); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 5 + use static_assertions_next::assert_impl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unused import: `std::rc::Rc` [INFO] [stdout] --> src/assert_impl.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/assert_impl.rs:349:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl_any (line 127) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:128:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl_any` in this scope [INFO] [stdout] --> src/assert_impl.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_impl_any!(u8: From, Into); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl_any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl_any (line 135) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:136:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl_any` in this scope [INFO] [stdout] --> src/assert_impl.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_impl_any!((): From, From, Send); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl_any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl (line 327) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:328:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl` in this scope [INFO] [stdout] --> src/assert_impl.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_impl!(u32: !((Into) & (Into))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_fields.rs - assert_fields::assert_fields (line 8) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_fields.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_fields` in this scope [INFO] [stdout] --> src/assert_fields.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 18 | assert_fields!(Ty: val2); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_fields; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl_all (line 94) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:95:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl_all` in this scope [INFO] [stdout] --> src/assert_impl.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 6 | assert_impl_all!(&str: Into); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl_all` in this scope [INFO] [stdout] --> src/assert_impl.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_impl_all!(u32: Copy, Send); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl (line 334) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:335:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl` in this scope [INFO] [stdout] --> src/assert_impl.rs:339:1 [INFO] [stdout] | [INFO] [stdout] 7 | assert_impl!(Cell: Send & !Sync); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 5 + use static_assertions_next::assert_impl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unused import: `std::cell::Cell` [INFO] [stdout] --> src/assert_impl.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::cell::Cell; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/assert_impl.rs:333:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl_not_all (line 172) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:173:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl_not_all` in this scope [INFO] [stdout] --> src/assert_impl.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_impl_not_all!(u32: From, Into); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl_not_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_fields.rs - assert_fields::assert_fields (line 28) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_fields.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_fields` in this scope [INFO] [stdout] --> src/assert_fields.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 14 | assert_fields!(Data::Val: id, bytes); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_fields; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl_one (line 27) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 3 | use static_assertions::assert_impl_one; fn main() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `static_assertions` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | use static_assertions_next::assert_impl_one; fn main() {} [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl_not_any (line 244) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:245:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl_not_any` in this scope [INFO] [stdout] --> src/assert_impl.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_impl_not_any!(u32: Into, Into); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl_not_any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl_not_all (line 187) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl_not_all` in this scope [INFO] [stdout] --> src/assert_impl.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 7 | assert_impl_not_all!(Cell: Sync, Send); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 5 + use static_assertions_next::assert_impl_not_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unused import: `std::cell::Cell` [INFO] [stdout] --> src/assert_impl.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::cell::Cell; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/assert_impl.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_impl.rs - assert_impl::assert_impl_not_any (line 251) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_impl.rs:252:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_impl_not_any` in this scope [INFO] [stdout] --> src/assert_impl.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_impl_not_any!(&'static mut u8: Copy); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_impl_not_any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 16) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_obj_safe.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_obj_safe` in this scope [INFO] [stdout] --> src/assert_obj_safe.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 9 | assert_obj_safe!(std::fmt::Write, MySafeTrait); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_obj_safe; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 27) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_obj_safe.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_obj_safe` in this scope [INFO] [stdout] --> src/assert_obj_safe.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 12 | assert_obj_safe!(inner::BasicTrait); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_obj_safe; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_obj_safe` in this scope [INFO] [stdout] --> src/assert_obj_safe.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 9 | assert_obj_safe!(BasicTrait); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 6 + use static_assertions_next::assert_obj_safe; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 61) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_obj_safe.rs:62:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_obj_safe` in this scope [INFO] [stdout] --> src/assert_obj_safe.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 9 | assert_obj_safe!(MyUnsafeTrait); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_obj_safe; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_size.rs - assert_size::assert_size_eq (line 17) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_size.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_size_eq` in this scope [INFO] [stdout] --> src/assert_size.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_size_eq!([u8; 4], (u16, u16), u32); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_size_eq; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_size.rs - assert_size::assert_size_eq_ptr (line 64) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_size.rs:65:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_size_eq_ptr` in this scope [INFO] [stdout] --> src/assert_size.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 6 | assert_size_eq_ptr!(x, y); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_size_eq_ptr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_trait.rs - assert_trait::assert_trait_sub_all (line 10) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_trait.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_trait_sub_all` in this scope [INFO] [stdout] --> src/assert_trait.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_trait_sub_all!(Copy: Clone); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_trait_sub_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_trait.rs - assert_trait::assert_trait_super_all (line 56) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `static_assertions` [INFO] [stdout] --> src/assert_trait.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 4 | use static_assertions::assert_trait_super_all; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `static_assertions` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 4 | use static_assertions_next::assert_trait_super_all; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_trait.rs - assert_trait::assert_trait_sub_all (line 18) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_trait.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_trait_sub_all` in this scope [INFO] [stdout] --> src/assert_trait.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_trait_sub_all!(Ord: PartialEq, Eq, PartialOrd); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_trait_sub_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_trait.rs - assert_trait::assert_trait_sub_any (line 106) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_trait.rs:107:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_trait_sub_any` in this scope [INFO] [stdout] --> src/assert_trait.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_trait_sub_any!(Copy: Clone); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_trait_sub_any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_size.rs - assert_size::assert_size_eq_val (line 125) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_size.rs:126:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_size_eq_val` in this scope [INFO] [stdout] --> src/assert_size.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 11 | assert_size_eq_val!(x, y, 0u8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_size_eq_val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_size_eq_val` in this scope [INFO] [stdout] --> src/assert_size.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 10 | assert_size_eq_val!(x, y); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_size_eq_val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_trait.rs - assert_trait::assert_trait_super_all (line 67) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_trait.rs:68:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_trait_sub_all` in this scope [INFO] [stdout] --> src/assert_trait.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 8 | assert_trait_sub_all!(B: Copy); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_trait_sub_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_trait_sub_all` in this scope [INFO] [stdout] --> src/assert_trait.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 7 | assert_trait_sub_all!(A: Copy); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_trait_sub_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_type.rs - assert_type::assert_type_ne_all (line 75) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_type.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_ne_all` in this scope [INFO] [stdout] --> src/assert_type.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_type_ne_all!([u8], [u16], str); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_type_ne_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_type.rs - assert_type::assert_type_eq_all (line 19) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_type.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/assert_type.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 7 | assert_type_eq_all!(Buf<'static>, &'static [u8]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_type_eq_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/const_assert.rs - const_assert::const_assert (line 17) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/const_assert.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `const_assert` in this scope [INFO] [stdout] --> src/const_assert.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 8 | const_assert!(VALUE >= 2); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::const_assert; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/const_assert.rs - const_assert::const_assert_eq (line 69) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/const_assert.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `const_assert_eq` in this scope [INFO] [stdout] --> src/const_assert.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 7 | const_assert_eq!(TWO * TWO, TWO + TWO); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/macros/mod.rs:322:1 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `debug_assert_eq` defined here [INFO] [stdout] | [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 7 - const_assert_eq!(TWO * TWO, TWO + TWO); [INFO] [stdout] 7 + debug_assert_eq!(TWO * TWO, TWO + TWO); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::const_assert_eq; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 34) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/lib.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_trait.rs - assert_trait::assert_trait_sub_any (line 113) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_trait.rs:114:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_trait_sub_any` in this scope [INFO] [stdout] --> src/assert_trait.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_trait_sub_any!(Ord: Eq, Clone); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::assert_trait_sub_any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/assert_type.rs - assert_type::assert_type_eq_all (line 9) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/assert_type.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_type_eq_all` in this scope [INFO] [stdout] --> src/assert_type.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 7 | assert_type_eq_all!(c_float, f32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 5 + use static_assertions_next::assert_type_eq_all; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unused import: `std::os::raw::c_float` [INFO] [stdout] --> src/assert_type.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::os::raw::c_float; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/assert_type.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/const_assert.rs - const_assert::const_assert_ne (line 109) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/const_assert.rs:110:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `const_assert_ne` in this scope [INFO] [stdout] --> src/const_assert.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 7 | const_assert_ne!(NUM * NUM, 64); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/macros/mod.rs:352:1 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `debug_assert_ne` defined here [INFO] [stdout] | [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 7 - const_assert_ne!(NUM * NUM, 64); [INFO] [stdout] 7 + debug_assert_ne!(NUM * NUM, 64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::const_assert_ne; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 44) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/lib.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate static_assertions as sa; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/does_impl.rs - does_impl::does_impl (line 7) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `static_assertions` [INFO] [stdout] --> src/does_impl.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 3 | #[macro_use] extern crate static_assertions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: cannot find macro `const_assert` in this scope [INFO] [stdout] --> src/does_impl.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 7 | const_assert!(CONDITION); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::const_assert; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: cannot find macro `does_impl` in this scope [INFO] [stdout] --> src/does_impl.rs:10:25 [INFO] [stdout] | [INFO] [stdout] 5 | const CONDITION: bool = does_impl!(u32: From); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 3 + use static_assertions_next::does_impl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/assert_align.rs - assert_align::assert_align_eq (line 10) [INFO] [stdout] src/assert_align.rs - assert_align::assert_align_eq (line 17) [INFO] [stdout] src/assert_align.rs - assert_align::assert_align_ge (line 180) [INFO] [stdout] src/assert_align.rs - assert_align::assert_align_gt (line 152) [INFO] [stdout] src/assert_align.rs - assert_align::assert_align_le (line 123) [INFO] [stdout] src/assert_align.rs - assert_align::assert_align_lt (line 95) [INFO] [stdout] src/assert_align.rs - assert_align::assert_align_ne (line 66) [INFO] [stdout] src/assert_cfg.rs - assert_cfg::assert_cfg (line 17) [INFO] [stdout] src/assert_cfg.rs - assert_cfg::assert_cfg (line 7) [INFO] [stdout] src/assert_fields.rs - assert_fields::assert_fields (line 28) [INFO] [stdout] src/assert_fields.rs - assert_fields::assert_fields (line 8) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl (line 327) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl (line 334) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl (line 343) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl (line 350) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl_all (line 94) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl_any (line 127) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl_any (line 135) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl_not_all (line 172) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl_not_all (line 187) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl_not_any (line 244) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl_not_any (line 251) [INFO] [stdout] src/assert_impl.rs - assert_impl::assert_impl_one (line 27) [INFO] [stdout] src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 16) [INFO] [stdout] src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 27) [INFO] [stdout] src/assert_obj_safe.rs - assert_obj_safe::assert_obj_safe (line 61) [INFO] [stdout] src/assert_size.rs - assert_size::assert_size_eq (line 17) [INFO] [stdout] src/assert_size.rs - assert_size::assert_size_eq_ptr (line 64) [INFO] [stdout] src/assert_size.rs - assert_size::assert_size_eq_val (line 125) [INFO] [stdout] src/assert_trait.rs - assert_trait::assert_trait_sub_all (line 10) [INFO] [stdout] src/assert_trait.rs - assert_trait::assert_trait_sub_all (line 18) [INFO] [stdout] src/assert_trait.rs - assert_trait::assert_trait_sub_any (line 106) [INFO] [stdout] src/assert_trait.rs - assert_trait::assert_trait_sub_any (line 113) [INFO] [stdout] src/assert_trait.rs - assert_trait::assert_trait_super_all (line 56) [INFO] [stdout] src/assert_trait.rs - assert_trait::assert_trait_super_all (line 67) [INFO] [stdout] src/assert_type.rs - assert_type::assert_type_eq_all (line 19) [INFO] [stdout] src/assert_type.rs - assert_type::assert_type_eq_all (line 9) [INFO] [stdout] src/assert_type.rs - assert_type::assert_type_ne_all (line 75) [INFO] [stdout] src/const_assert.rs - const_assert::const_assert (line 17) [INFO] [stdout] src/const_assert.rs - const_assert::const_assert_eq (line 69) [INFO] [stdout] src/const_assert.rs - const_assert::const_assert_ne (line 109) [INFO] [stdout] src/does_impl.rs - does_impl::does_impl (line 7) [INFO] [stdout] src/lib.rs - (line 34) [INFO] [stdout] src/lib.rs - (line 44) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 31 passed; 44 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "877a9934c2b7ffe34e5105e1229e75585ca3618205906653f25681206ef6cb0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "877a9934c2b7ffe34e5105e1229e75585ca3618205906653f25681206ef6cb0b", kill_on_drop: false }` [INFO] [stdout] 877a9934c2b7ffe34e5105e1229e75585ca3618205906653f25681206ef6cb0b