[INFO] fetching crate zerogc 0.2.0-alpha.3... [INFO] checking zerogc-0.2.0-alpha.3 against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] extracting crate zerogc 0.2.0-alpha.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate zerogc 0.2.0-alpha.3 on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zerogc 0.2.0-alpha.3 [INFO] finished tweaking crates.io crate zerogc 0.2.0-alpha.3 [INFO] tweaked toml for crates.io crate zerogc 0.2.0-alpha.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39888795713e1a1056dd130fb3d03a28a45e1e51b4613ad90f5b695bca555e7b [INFO] running `Command { std: "docker" "start" "-a" "39888795713e1a1056dd130fb3d03a28a45e1e51b4613ad90f5b695bca555e7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39888795713e1a1056dd130fb3d03a28a45e1e51b4613ad90f5b695bca555e7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39888795713e1a1056dd130fb3d03a28a45e1e51b4613ad90f5b695bca555e7b", kill_on_drop: false }` [INFO] [stdout] 39888795713e1a1056dd130fb3d03a28a45e1e51b4613ad90f5b695bca555e7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 871965470ff90795aad747791d835b0bdf0970a895a7476ac71cf0ef6d899def [INFO] running `Command { std: "docker" "start" "-a" "871965470ff90795aad747791d835b0bdf0970a895a7476ac71cf0ef6d899def", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling zerogc-derive v0.2.0-alpha.4 [INFO] [stderr] Checking zerogc v0.2.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | unsafe_trace_primitive!(i8); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 109 | unsafe_trace_primitive!(i16); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | unsafe_trace_primitive!(i32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe_trace_primitive!(i64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | unsafe_trace_primitive!(isize); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe_trace_primitive!(u8); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | unsafe_trace_primitive!(u16); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe_trace_primitive!(u32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | unsafe_trace_primitive!(u64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe_trace_primitive!(usize); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | unsafe_trace_primitive!(f32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe_trace_primitive!(f64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | unsafe_trace_primitive!(bool); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe_trace_primitive!(char); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe_trace_primitive!(&'static str); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / unsafe_gc_impl! { [INFO] [stdout] 126 | | target => PhantomData, [INFO] [stdout] 127 | | params => [T], [INFO] [stdout] 128 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 140 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 141 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | / unsafe_gc_impl! { [INFO] [stdout] 174 | | target => &'a T, [INFO] [stdout] 175 | | params => ['a, T: 'a], [INFO] [stdout] 176 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | / unsafe_gc_impl! { [INFO] [stdout] 209 | | target => &'a mut T, [INFO] [stdout] 210 | | params => ['a, T: 'a], [INFO] [stdout] 211 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 228 | | } [INFO] [stdout] 229 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | / unsafe_gc_impl! { [INFO] [stdout] 240 | | target => [T], [INFO] [stdout] 241 | | params => [T], [INFO] [stdout] 242 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 254 | | } [INFO] [stdout] 255 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 257 | / unsafe_gc_impl! { [INFO] [stdout] 258 | | target => Option, [INFO] [stdout] 259 | | params => [T], [INFO] [stdout] 260 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 268 | | }, [INFO] [stdout] 269 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | / unsafe_gc_impl! { [INFO] [stdout] 295 | | target => Wrapping, [INFO] [stdout] 296 | | params => [T], [INFO] [stdout] 297 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 303 | | } [INFO] [stdout] 304 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdalloc.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / unsafe_gc_impl! { [INFO] [stdout] 16 | | target => Vec, [INFO] [stdout] 17 | | params => [T], [INFO] [stdout] 18 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdalloc.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / unsafe_gc_impl! { [INFO] [stdout] 27 | | target => Box, [INFO] [stdout] 28 | | params => [T], [INFO] [stdout] 29 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdalloc.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / unsafe_gc_impl! { [INFO] [stdout] 38 | | target => Rc, [INFO] [stdout] 39 | | params => [T: TraceImmutable], [INFO] [stdout] 40 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 46 | | } [INFO] [stdout] 47 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdalloc.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / unsafe_gc_impl! { [INFO] [stdout] 49 | | target => Arc, [INFO] [stdout] 50 | | params => [T: TraceImmutable], [INFO] [stdout] 51 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 57 | | } [INFO] [stdout] 58 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/stdalloc.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe_trace_primitive!(String); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdlib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / unsafe_gc_impl! { [INFO] [stdout] 14 | | target => HashMap, [INFO] [stdout] 15 | | params => [K: TraceImmutable, V], [INFO] [stdout] 16 | | null_trace => { where K: NullTrace, V: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdlib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / unsafe_gc_impl! { [INFO] [stdout] 30 | | target => HashSet, [INFO] [stdout] 31 | | params => [T: TraceImmutable], [INFO] [stdout] 32 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/dummy_impl.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / unsafe_gc_impl!( [INFO] [stdout] 71 | | target => DummyGc<'gc, T>, [INFO] [stdout] 72 | | params => ['gc, T: GcSafe + 'gc], [INFO] [stdout] 73 | | null_trace => never, [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |__^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/lib.rs:654:1 [INFO] [stdout] | [INFO] [stdout] 654 | / unsafe_gc_impl! { [INFO] [stdout] 655 | | target => AssumeNotTraced, [INFO] [stdout] 656 | | params => [T], [INFO] [stdout] 657 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 670 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 671 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | unsafe_trace_primitive!(i8); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 109 | unsafe_trace_primitive!(i16); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | unsafe_trace_primitive!(i32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe_trace_primitive!(i64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | unsafe_trace_primitive!(isize); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe_trace_primitive!(u8); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | unsafe_trace_primitive!(u16); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe_trace_primitive!(u32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | unsafe_trace_primitive!(u64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe_trace_primitive!(usize); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | unsafe_trace_primitive!(f32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe_trace_primitive!(f64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | unsafe_trace_primitive!(bool); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe_trace_primitive!(char); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe_trace_primitive!(&'static str); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / unsafe_gc_impl! { [INFO] [stdout] 126 | | target => PhantomData, [INFO] [stdout] 127 | | params => [T], [INFO] [stdout] 128 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 140 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 141 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | unsafe_trace_primitive!(i8); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 109 | unsafe_trace_primitive!(i16); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | unsafe_trace_primitive!(i32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe_trace_primitive!(i64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | unsafe_trace_primitive!(isize); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe_trace_primitive!(u8); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | unsafe_trace_primitive!(u16); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe_trace_primitive!(u32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | unsafe_trace_primitive!(u64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | / unsafe_gc_impl! { [INFO] [stdout] 174 | | target => &'a T, [INFO] [stdout] 175 | | params => ['a, T: 'a], [INFO] [stdout] 176 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | / unsafe_gc_impl! { [INFO] [stdout] 209 | | target => &'a mut T, [INFO] [stdout] 210 | | params => ['a, T: 'a], [INFO] [stdout] 211 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 228 | | } [INFO] [stdout] 229 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | / unsafe_gc_impl! { [INFO] [stdout] 240 | | target => [T], [INFO] [stdout] 241 | | params => [T], [INFO] [stdout] 242 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 254 | | } [INFO] [stdout] 255 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 257 | / unsafe_gc_impl! { [INFO] [stdout] 258 | | target => Option, [INFO] [stdout] 259 | | params => [T], [INFO] [stdout] 260 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 268 | | }, [INFO] [stdout] 269 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | / unsafe_gc_impl! { [INFO] [stdout] 295 | | target => Wrapping, [INFO] [stdout] 296 | | params => [T], [INFO] [stdout] 297 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 303 | | } [INFO] [stdout] 304 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdalloc.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / unsafe_gc_impl! { [INFO] [stdout] 16 | | target => Vec, [INFO] [stdout] 17 | | params => [T], [INFO] [stdout] 18 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe_trace_primitive!(usize); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdalloc.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / unsafe_gc_impl! { [INFO] [stdout] 27 | | target => Box, [INFO] [stdout] 28 | | params => [T], [INFO] [stdout] 29 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | unsafe_trace_primitive!(f32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdalloc.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / unsafe_gc_impl! { [INFO] [stdout] 38 | | target => Rc, [INFO] [stdout] 39 | | params => [T: TraceImmutable], [INFO] [stdout] 40 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 46 | | } [INFO] [stdout] 47 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdalloc.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / unsafe_gc_impl! { [INFO] [stdout] 49 | | target => Arc, [INFO] [stdout] 50 | | params => [T: TraceImmutable], [INFO] [stdout] 51 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 57 | | } [INFO] [stdout] 58 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe_trace_primitive!(f64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | unsafe_trace_primitive!(bool); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/stdalloc.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe_trace_primitive!(String); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdlib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / unsafe_gc_impl! { [INFO] [stdout] 14 | | target => HashMap, [INFO] [stdout] 15 | | params => [K: TraceImmutable, V], [INFO] [stdout] 16 | | null_trace => { where K: NullTrace, V: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe_trace_primitive!(char); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdlib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / unsafe_gc_impl! { [INFO] [stdout] 30 | | target => HashSet, [INFO] [stdout] 31 | | params => [T: TraceImmutable], [INFO] [stdout] 32 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/dummy_impl.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / unsafe_gc_impl!( [INFO] [stdout] 71 | | target => DummyGc<'gc, T>, [INFO] [stdout] 72 | | params => ['gc, T: GcSafe + 'gc], [INFO] [stdout] 73 | | null_trace => never, [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |__^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/lib.rs:654:1 [INFO] [stdout] | [INFO] [stdout] 654 | / unsafe_gc_impl! { [INFO] [stdout] 655 | | target => AssumeNotTraced, [INFO] [stdout] 656 | | params => [T], [INFO] [stdout] 657 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 670 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 671 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe_trace_primitive!(&'static str); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / unsafe_gc_impl! { [INFO] [stdout] 126 | | target => PhantomData, [INFO] [stdout] 127 | | params => [T], [INFO] [stdout] 128 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 140 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 141 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | / unsafe_gc_impl! { [INFO] [stdout] 174 | | target => &'a T, [INFO] [stdout] 175 | | params => ['a, T: 'a], [INFO] [stdout] 176 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | / unsafe_gc_impl! { [INFO] [stdout] 209 | | target => &'a mut T, [INFO] [stdout] 210 | | params => ['a, T: 'a], [INFO] [stdout] 211 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 228 | | } [INFO] [stdout] 229 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | / unsafe_gc_impl! { [INFO] [stdout] 240 | | target => [T], [INFO] [stdout] 241 | | params => [T], [INFO] [stdout] 242 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 254 | | } [INFO] [stdout] 255 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 257 | / unsafe_gc_impl! { [INFO] [stdout] 258 | | target => Option, [INFO] [stdout] 259 | | params => [T], [INFO] [stdout] 260 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 268 | | }, [INFO] [stdout] 269 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/core.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | / unsafe_gc_impl! { [INFO] [stdout] 295 | | target => Wrapping, [INFO] [stdout] 296 | | params => [T], [INFO] [stdout] 297 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 303 | | } [INFO] [stdout] 304 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdalloc.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / unsafe_gc_impl! { [INFO] [stdout] 16 | | target => Vec, [INFO] [stdout] 17 | | params => [T], [INFO] [stdout] 18 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdalloc.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / unsafe_gc_impl! { [INFO] [stdout] 27 | | target => Box, [INFO] [stdout] 28 | | params => [T], [INFO] [stdout] 29 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdalloc.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / unsafe_gc_impl! { [INFO] [stdout] 38 | | target => Rc, [INFO] [stdout] 39 | | params => [T: TraceImmutable], [INFO] [stdout] 40 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 46 | | } [INFO] [stdout] 47 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdalloc.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / unsafe_gc_impl! { [INFO] [stdout] 49 | | target => Arc, [INFO] [stdout] 50 | | params => [T: TraceImmutable], [INFO] [stdout] 51 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 57 | | } [INFO] [stdout] 58 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/stdalloc.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe_trace_primitive!(String); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdlib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / unsafe_gc_impl! { [INFO] [stdout] 14 | | target => HashMap, [INFO] [stdout] 15 | | params => [K: TraceImmutable, V], [INFO] [stdout] 16 | | null_trace => { where K: NullTrace, V: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/manually_traced/stdlib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / unsafe_gc_impl! { [INFO] [stdout] 30 | | target => HashSet, [INFO] [stdout] 31 | | params => [T: TraceImmutable], [INFO] [stdout] 32 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/dummy_impl.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / unsafe_gc_impl!( [INFO] [stdout] 71 | | target => DummyGc<'gc, T>, [INFO] [stdout] 72 | | params => ['gc, T: GcSafe + 'gc], [INFO] [stdout] 73 | | null_trace => never, [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |__^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `zerogc` [INFO] [stdout] --> src/lib.rs:654:1 [INFO] [stdout] | [INFO] [stdout] 654 | / unsafe_gc_impl! { [INFO] [stdout] 655 | | target => AssumeNotTraced, [INFO] [stdout] 656 | | params => [T], [INFO] [stdout] 657 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 670 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 671 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | unsafe_trace_primitive!(i8); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 109 | unsafe_trace_primitive!(i16); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | unsafe_trace_primitive!(i32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe_trace_primitive!(i64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | unsafe_trace_primitive!(isize); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe_trace_primitive!(u8); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | unsafe_trace_primitive!(u16); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe_trace_primitive!(u32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | unsafe_trace_primitive!(u64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 144 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] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe_trace_primitive!(usize); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | unsafe_trace_primitive!(f32); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe_trace_primitive!(f64); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | unsafe_trace_primitive!(bool); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe_trace_primitive!(char); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/core.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe_trace_primitive!(&'static str); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / unsafe_gc_impl! { [INFO] [stdout] 126 | | target => PhantomData, [INFO] [stdout] 127 | | params => [T], [INFO] [stdout] 128 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 140 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 141 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zerogc` [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / unsafe_gc_impl! { [INFO] [stdout] 29 | | target => ( $($param,)* ), [INFO] [stdout] 30 | | params => [$($param),*], [INFO] [stdout] 31 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 143 | trace_tuple! { A, B, C, D, E, F, G, H, I } [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | / unsafe_gc_impl! { [INFO] [stdout] 148 | | target => [T; $size], [INFO] [stdout] 149 | | params => [T], [INFO] [stdout] 150 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 157 | | }, [INFO] [stdout] 158 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] ... [INFO] [stdout] 162 | / trace_array! { [INFO] [stdout] 163 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, [INFO] [stdout] 164 | | 24, 32, 48, 64, 100, 128, 256, 512, 1024, 2048, 4096 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | / unsafe_gc_impl! { [INFO] [stdout] 174 | | target => &'a T, [INFO] [stdout] 175 | | params => ['a, T: 'a], [INFO] [stdout] 176 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | / unsafe_gc_impl! { [INFO] [stdout] 209 | | target => &'a mut T, [INFO] [stdout] 210 | | params => ['a, T: 'a], [INFO] [stdout] 211 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 228 | | } [INFO] [stdout] 229 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | / unsafe_gc_impl! { [INFO] [stdout] 240 | | target => [T], [INFO] [stdout] 241 | | params => [T], [INFO] [stdout] 242 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 254 | | } [INFO] [stdout] 255 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 257 | / unsafe_gc_impl! { [INFO] [stdout] 258 | | target => Option, [INFO] [stdout] 259 | | params => [T], [INFO] [stdout] 260 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 268 | | }, [INFO] [stdout] 269 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | / unsafe_gc_impl! { [INFO] [stdout] 295 | | target => Wrapping, [INFO] [stdout] 296 | | params => [T], [INFO] [stdout] 297 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 303 | | } [INFO] [stdout] 304 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:321:14 [INFO] [stdout] | [INFO] [stdout] 321 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdalloc.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / unsafe_gc_impl! { [INFO] [stdout] 16 | | target => Vec, [INFO] [stdout] 17 | | params => [T], [INFO] [stdout] 18 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdalloc.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | / unsafe_gc_impl! { [INFO] [stdout] 27 | | target => Box, [INFO] [stdout] 28 | | params => [T], [INFO] [stdout] 29 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 34 | | } [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdalloc.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / unsafe_gc_impl! { [INFO] [stdout] 38 | | target => Rc, [INFO] [stdout] 39 | | params => [T: TraceImmutable], [INFO] [stdout] 40 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 46 | | } [INFO] [stdout] 47 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdalloc.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / unsafe_gc_impl! { [INFO] [stdout] 49 | | target => Arc, [INFO] [stdout] 50 | | params => [T: TraceImmutable], [INFO] [stdout] 51 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 57 | | } [INFO] [stdout] 58 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/mod.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | / unsafe_gc_impl! { [INFO] [stdout] 109 | | target => $target, [INFO] [stdout] 110 | | params => [], [INFO] [stdout] 111 | | null_trace => always, [INFO] [stdout] ... | [INFO] [stdout] 114 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_________^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/manually_traced/stdalloc.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe_trace_primitive!(String); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdlib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / unsafe_gc_impl! { [INFO] [stdout] 14 | | target => HashMap, [INFO] [stdout] 15 | | params => [K: TraceImmutable, V], [INFO] [stdout] 16 | | null_trace => { where K: NullTrace, V: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/stdlib.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / unsafe_gc_impl! { [INFO] [stdout] 30 | | target => HashSet, [INFO] [stdout] 31 | | params => [T: TraceImmutable], [INFO] [stdout] 32 | | null_trace => { where T: NullTrace }, [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/dummy_impl.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / unsafe_gc_impl!( [INFO] [stdout] 71 | | target => DummyGc<'gc, T>, [INFO] [stdout] 72 | | params => ['gc, T: GcSafe + 'gc], [INFO] [stdout] 73 | | null_trace => never, [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |__^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/lib.rs:654:1 [INFO] [stdout] | [INFO] [stdout] 654 | / unsafe_gc_impl! { [INFO] [stdout] 655 | | target => AssumeNotTraced, [INFO] [stdout] 656 | | params => [T], [INFO] [stdout] 657 | | bounds => { [INFO] [stdout] ... | [INFO] [stdout] 670 | | visit => |self, visitor| { /* nop */ Ok(()) } [INFO] [stdout] 671 | | } [INFO] [stdout] | |_^ could not find `zerogc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `unsafe_gc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `zerogc` in the list of imported crates [INFO] [stdout] --> src/manually_traced/core.rs:321:14 [INFO] [stdout] | [INFO] [stdout] 321 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ not found in `zerogc` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 308 | use crate::Trace; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 146 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: build failed [INFO] running `Command { std: "docker" "inspect" "871965470ff90795aad747791d835b0bdf0970a895a7476ac71cf0ef6d899def", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "871965470ff90795aad747791d835b0bdf0970a895a7476ac71cf0ef6d899def", kill_on_drop: false }` [INFO] [stdout] 871965470ff90795aad747791d835b0bdf0970a895a7476ac71cf0ef6d899def