[INFO] fetching crate zk-wasmi 0.0.1... [INFO] checking zk-wasmi-0.0.1 against try#4c35efa5bf9c956a3bd39021cc9699d125584977 for pr-104746-1 [INFO] extracting crate zk-wasmi 0.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate zk-wasmi 0.0.1 on toolchain 4c35efa5bf9c956a3bd39021cc9699d125584977 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4c35efa5bf9c956a3bd39021cc9699d125584977" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zk-wasmi 0.0.1 [INFO] finished tweaking crates.io crate zk-wasmi 0.0.1 [INFO] tweaked toml for crates.io crate zk-wasmi 0.0.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate zk-wasmi 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4c35efa5bf9c956a3bd39021cc9699d125584977" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+4c35efa5bf9c956a3bd39021cc9699d125584977" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 889c02d2eb10a6ce8f8ae6d8967d0f0ccafc9db63a2354190647c796aa8f17a5 [INFO] running `Command { std: "docker" "start" "-a" "889c02d2eb10a6ce8f8ae6d8967d0f0ccafc9db63a2354190647c796aa8f17a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "889c02d2eb10a6ce8f8ae6d8967d0f0ccafc9db63a2354190647c796aa8f17a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "889c02d2eb10a6ce8f8ae6d8967d0f0ccafc9db63a2354190647c796aa8f17a5", kill_on_drop: false }` [INFO] [stdout] 889c02d2eb10a6ce8f8ae6d8967d0f0ccafc9db63a2354190647c796aa8f17a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+4c35efa5bf9c956a3bd39021cc9699d125584977" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 666127033eb80007f70d1d6cc77ae312c91e61ab22ca8de2d4aa9d5981a4a4f7 [INFO] running `Command { std: "docker" "start" "-a" "666127033eb80007f70d1d6cc77ae312c91e61ab22ca8de2d4aa9d5981a4a4f7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libm v0.2.2 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Checking wasmparser-nostd v0.83.0 [INFO] [stderr] Checking spin v0.9.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking wasmi_core v0.2.0 [INFO] [stderr] Checking wasmi v0.14.0 [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | ::value_types(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | let ($($tuple,)*): Self::Params = params_results.read_params(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmi-0.14.0/src/func/into_func.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | let results: Self::Results = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | for_each_tuple!(impl_into_func); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_func` which comes from the expansion of the macro `for_each_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 57 | impl IntoFunc, $($tuple),*), R> for F [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 68 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0311`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wasmi` due to 69 previous errors [INFO] running `Command { std: "docker" "inspect" "666127033eb80007f70d1d6cc77ae312c91e61ab22ca8de2d4aa9d5981a4a4f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "666127033eb80007f70d1d6cc77ae312c91e61ab22ca8de2d4aa9d5981a4a4f7", kill_on_drop: false }` [INFO] [stdout] 666127033eb80007f70d1d6cc77ae312c91e61ab22ca8de2d4aa9d5981a4a4f7