[INFO] fetching crate dynamic_graph 0.1.5... [INFO] checking dynamic_graph-0.1.5 against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056-3 [INFO] extracting crate dynamic_graph 0.1.5 into /workspace/builds/worker-75/source [INFO] validating manifest of crates.io crate dynamic_graph 0.1.5 on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dynamic_graph 0.1.5 [INFO] finished tweaking crates.io crate dynamic_graph 0.1.5 [INFO] tweaked toml for crates.io crate dynamic_graph 0.1.5 written to /workspace/builds/worker-75/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 78cd3356b95dc76c8f82426ba61a4caa7f79f7fa51ff28af5489e9d9585e28d2 [INFO] running `Command { std: "docker" "start" "-a" "78cd3356b95dc76c8f82426ba61a4caa7f79f7fa51ff28af5489e9d9585e28d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "78cd3356b95dc76c8f82426ba61a4caa7f79f7fa51ff28af5489e9d9585e28d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78cd3356b95dc76c8f82426ba61a4caa7f79f7fa51ff28af5489e9d9585e28d2", kill_on_drop: false }` [INFO] [stdout] 78cd3356b95dc76c8f82426ba61a4caa7f79f7fa51ff28af5489e9d9585e28d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5a37a705144d5dd9976300b04e9c4989bd396624dc81ba554a3fccf3a751b4e [INFO] running `Command { std: "docker" "start" "-a" "d5a37a705144d5dd9976300b04e9c4989bd396624dc81ba554a3fccf3a751b4e", kill_on_drop: false }` [INFO] [stderr] Checking generativity v1.0.0 [INFO] [stderr] Checking unsafer v0.1.1 [INFO] [stderr] Checking dynamic_graph v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:428:19 [INFO] [stdout] | [INFO] [stdout] 428 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:428:19 [INFO] [stdout] | [INFO] [stdout] 428 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:428:19 [INFO] [stdout] | [INFO] [stdout] 428 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:434:9 [INFO] [stdout] | [INFO] [stdout] 434 | self.iter_from_raw(dst, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:434:9 [INFO] [stdout] | [INFO] [stdout] 434 | self.iter_from_raw(dst, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:434:9 [INFO] [stdout] | [INFO] [stdout] 434 | self.iter_from_raw(dst, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:369:27 [INFO] [stdout] | [INFO] [stdout] 369 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:374:41 [INFO] [stdout] | [INFO] [stdout] 374 | self.iter_from_raw(dst, node_refs.iter().map($IterMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:438:20 [INFO] [stdout] | [INFO] [stdout] 438 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:438:20 [INFO] [stdout] | [INFO] [stdout] 438 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:438:20 [INFO] [stdout] | [INFO] [stdout] 438 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:445:9 [INFO] [stdout] | [INFO] [stdout] 445 | self.iter_mut_from_raw(src, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:445:9 [INFO] [stdout] | [INFO] [stdout] 445 | self.iter_mut_from_raw(src, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:445:9 [INFO] [stdout] | [INFO] [stdout] 445 | self.iter_mut_from_raw(src, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:428:19 [INFO] [stdout] | [INFO] [stdout] 428 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:428:19 [INFO] [stdout] | [INFO] [stdout] 428 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:428:19 [INFO] [stdout] | [INFO] [stdout] 428 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:433:20 [INFO] [stdout] | [INFO] [stdout] 433 | let iter = node_refs.values().map(|x| (x.0.as_ptr(), &x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:434:9 [INFO] [stdout] | [INFO] [stdout] 434 | self.iter_from_raw(dst, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:434:9 [INFO] [stdout] | [INFO] [stdout] 434 | self.iter_from_raw(dst, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:434:9 [INFO] [stdout] | [INFO] [stdout] 434 | self.iter_from_raw(dst, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 390 | impl_graph_raw!{NamedNode, {|x| (x.0.as_ptr(), x.1)}, {|x| (x.0.as_mut(), x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | impl_graph_raw!{OptionNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 378 | -> impl Iterator, GraphPtr<'id, $NodeType>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:384:45 [INFO] [stdout] | [INFO] [stdout] 384 | self.iter_mut_from_raw(src, node_refs.iter_mut().map($IterMutMap)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 391 | impl_graph_raw!{VecNode, {|x| (x.0.as_ptr(), &x.1)}, {|x| (x.0.as_mut(), &mut x.1)}} [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] = note: this error originates in the macro `impl_graph_raw` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:438:20 [INFO] [stdout] | [INFO] [stdout] 438 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:438:20 [INFO] [stdout] | [INFO] [stdout] 438 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:438:20 [INFO] [stdout] | [INFO] [stdout] 438 | -> impl Iterator, GraphPtr<'id, TreeNode>>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:444:20 [INFO] [stdout] | [INFO] [stdout] 444 | let iter = node_refs.values_mut().map(|x| (x.0.as_mut(), &mut x.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:445:9 [INFO] [stdout] | [INFO] [stdout] 445 | self.iter_mut_from_raw(src, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `K: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:445:9 [INFO] [stdout] | [INFO] [stdout] 445 | self.iter_mut_from_raw(src, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `E: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `N` may not live long enough [INFO] [stdout] --> src/graph_raw.rs:445:9 [INFO] [stdout] | [INFO] [stdout] 445 | self.iter_mut_from_raw(src, iter) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `N: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 72 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dynamic_graph` due to 73 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 72 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d5a37a705144d5dd9976300b04e9c4989bd396624dc81ba554a3fccf3a751b4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5a37a705144d5dd9976300b04e9c4989bd396624dc81ba554a3fccf3a751b4e", kill_on_drop: false }` [INFO] [stdout] d5a37a705144d5dd9976300b04e9c4989bd396624dc81ba554a3fccf3a751b4e