[INFO] fetching crate cl-generic-vec 0.1.4... [INFO] checking cl-generic-vec-0.1.4 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate cl-generic-vec 0.1.4 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate cl-generic-vec 0.1.4 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cl-generic-vec 0.1.4 [INFO] finished tweaking crates.io crate cl-generic-vec 0.1.4 [INFO] tweaked toml for crates.io crate cl-generic-vec 0.1.4 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7ae04dfa7bd3bd9232d6ad51ad5b9a4e0c518c42cdaf0a793527be1eaa5c9c6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c7ae04dfa7bd3bd9232d6ad51ad5b9a4e0c518c42cdaf0a793527be1eaa5c9c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7ae04dfa7bd3bd9232d6ad51ad5b9a4e0c518c42cdaf0a793527be1eaa5c9c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7ae04dfa7bd3bd9232d6ad51ad5b9a4e0c518c42cdaf0a793527be1eaa5c9c6", kill_on_drop: false }` [INFO] [stdout] c7ae04dfa7bd3bd9232d6ad51ad5b9a4e0c518c42cdaf0a793527be1eaa5c9c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b42e48b0fa768ef8ada847e721d241266a2c411a0786757f5d22a92b28bdb619 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b42e48b0fa768ef8ada847e721d241266a2c411a0786757f5d22a92b28bdb619", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Checking alloc-traits v0.1.1 [INFO] [stderr] Checking cl-generic-vec v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking static-alloc v0.2.3 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling mockalloc-macros v0.1.0 [INFO] [stderr] Checking mockalloc v0.1.2 [INFO] [stdout] error[E0432]: unresolved import `generic_vec` [INFO] [stdout] --> tests/tests.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | use generic_vec::ZSVec; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 146 | use cl_generic_vec::ZSVec; [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `generic_vec` [INFO] [stdout] --> tests/template/copy/vec_ops.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use generic_vec::{InitSliceVec, SliceVec}; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::{InitSliceVec, SliceVec}; [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `generic_vec` [INFO] [stdout] --> tests/template/owned/vec_ops.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use generic_vec::SliceVec; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::SliceVec; [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/template/copy/vec_ops.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | let mut other = generic_vec::uninit_array!(4); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/template/owned/vec_ops.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | let mut other = generic_vec::uninit_array!(4); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/template/owned/vec_ops.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | let mut other = generic_vec::uninit_array!(4); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(9)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/drain.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/drain.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/cursor.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/cursor.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/into_iter.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/simple.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(9)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/drain.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/drain.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/into_iter.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut buf = generic_vec::uninit_array!($len); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/simple.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/simple.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/into_iter.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/drain.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/drain.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(9)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/simple.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/into_iter.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/cursor.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 4 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/cursor.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 4 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/drain.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 4 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/drain.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 4 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(9)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let $vec = generic_vec::SliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::SliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/simple.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/into_iter.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/drain.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/drain.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(9)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/simple.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/into_iter.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/cursor.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 4 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/cursor.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 4 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/drain.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 4 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/drain.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 4 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(9)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/splice.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | let $vec = generic_vec::HeapVec::new(); [INFO] [stdout] | ^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/owned/vec_ops.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::HeapVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/simple.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/into_iter.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/cursor.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/drain.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/drain.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | new_vec!(mut vec, max(9)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/splice.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | new_vec!(mut vec, max(10)); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | new_vec!(mut vec, max(8)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `generic_vec` [INFO] [stdout] --> tests/tests.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | let mut vec = generic_vec::InitSliceVec::new(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `generic_vec` [INFO] [stdout] | [INFO] [stdout] ::: tests/template/copy/vec_ops.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | new_vec!(mut vec, max(4)); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `new_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use cl_generic_vec::InitSliceVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 98 previous errors [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 `cl-generic-vec` due to 99 previous errors [INFO] running `Command { std: "docker" "inspect" "b42e48b0fa768ef8ada847e721d241266a2c411a0786757f5d22a92b28bdb619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b42e48b0fa768ef8ada847e721d241266a2c411a0786757f5d22a92b28bdb619", kill_on_drop: false }` [INFO] [stdout] b42e48b0fa768ef8ada847e721d241266a2c411a0786757f5d22a92b28bdb619