[INFO] fetching crate parz 0.0.1... [INFO] testing parz-0.0.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate parz 0.0.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate parz 0.0.1 [INFO] finished tweaking crates.io crate parz 0.0.1 [INFO] tweaked toml for crates.io crate parz 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate parz 0.0.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36514847ece2345bdb7e2ef1152c853e224c26d4eabd81cf1cc668bf86d6d52b [INFO] running `Command { std: "docker" "start" "-a" "36514847ece2345bdb7e2ef1152c853e224c26d4eabd81cf1cc668bf86d6d52b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36514847ece2345bdb7e2ef1152c853e224c26d4eabd81cf1cc668bf86d6d52b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36514847ece2345bdb7e2ef1152c853e224c26d4eabd81cf1cc668bf86d6d52b", kill_on_drop: false }` [INFO] [stdout] 36514847ece2345bdb7e2ef1152c853e224c26d4eabd81cf1cc668bf86d6d52b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 670ea8f8eb0ccae5c1ee8d7c603a442e3464c61466b7b9d78de29d659931956d [INFO] running `Command { std: "docker" "start" "-a" "670ea8f8eb0ccae5c1ee8d7c603a442e3464c61466b7b9d78de29d659931956d", kill_on_drop: false }` [INFO] [stderr] Compiling parz v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] 254 | | i16, from_le_bytes, i16l, I16LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 256 | | u16, from_be_bytes, u16b, U16BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 258 | | i16, from_be_bytes, i16b, I16BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 261 | | u32, from_le_bytes, u32l, U32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 263 | | i32, from_le_bytes, i32l, I32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 265 | | u32, from_be_bytes, u32b, U32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 267 | | i32, from_be_bytes, i32b, I32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 270 | | u64, from_le_bytes, u64l, U64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 272 | | i64, from_le_bytes, i64l, I64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 274 | | u64, from_be_bytes, u64b, U64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 276 | | i64, from_be_bytes, i64b, I64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 279 | | u128, from_le_bytes, u128l, U128LError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 281 | | i128, from_le_bytes, i128l, I128LError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 283 | | u128, from_be_bytes, u128b, U128BError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 285 | | i128, from_be_bytes, i128b, I128BError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 288 | | f32, from_le_bytes, f32l, F32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 290 | | f32, from_be_bytes, f32b, F32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 293 | | f64, from_le_bytes, f64l, F64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 294 | | /// Parse 64-bit big-endian float. [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] running `Command { std: "docker" "inspect" "670ea8f8eb0ccae5c1ee8d7c603a442e3464c61466b7b9d78de29d659931956d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "670ea8f8eb0ccae5c1ee8d7c603a442e3464c61466b7b9d78de29d659931956d", kill_on_drop: false }` [INFO] [stdout] 670ea8f8eb0ccae5c1ee8d7c603a442e3464c61466b7b9d78de29d659931956d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 412fc160ce097c6e3843b2517613f904da96626adf2ad62dc46bfdf7a0e7a8a8 [INFO] running `Command { std: "docker" "start" "-a" "412fc160ce097c6e3843b2517613f904da96626adf2ad62dc46bfdf7a0e7a8a8", kill_on_drop: false }` [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] 254 | | i16, from_le_bytes, i16l, I16LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 256 | | u16, from_be_bytes, u16b, U16BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 258 | | i16, from_be_bytes, i16b, I16BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 261 | | u32, from_le_bytes, u32l, U32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 263 | | i32, from_le_bytes, i32l, I32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 265 | | u32, from_be_bytes, u32b, U32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 267 | | i32, from_be_bytes, i32b, I32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 270 | | u64, from_le_bytes, u64l, U64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 272 | | i64, from_le_bytes, i64l, I64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 274 | | u64, from_be_bytes, u64b, U64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 276 | | i64, from_be_bytes, i64b, I64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 279 | | u128, from_le_bytes, u128l, U128LError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 281 | | i128, from_le_bytes, i128l, I128LError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 283 | | u128, from_be_bytes, u128b, U128BError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 285 | | i128, from_be_bytes, i128b, I128BError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 288 | | f32, from_le_bytes, f32l, F32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 290 | | f32, from_be_bytes, f32b, F32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 293 | | f64, from_le_bytes, f64l, F64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 294 | | /// Parse 64-bit big-endian float. [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling parz v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] 254 | | i16, from_le_bytes, i16l, I16LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 256 | | u16, from_be_bytes, u16b, U16BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 258 | | i16, from_be_bytes, i16b, I16BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 261 | | u32, from_le_bytes, u32l, U32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 263 | | i32, from_le_bytes, i32l, I32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 265 | | u32, from_be_bytes, u32b, U32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 267 | | i32, from_be_bytes, i32b, I32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 270 | | u64, from_le_bytes, u64l, U64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 272 | | i64, from_le_bytes, i64l, I64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 274 | | u64, from_be_bytes, u64b, U64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 276 | | i64, from_be_bytes, i64b, I64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 279 | | u128, from_le_bytes, u128l, U128LError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 281 | | i128, from_le_bytes, i128l, I128LError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 283 | | u128, from_be_bytes, u128b, U128BError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 285 | | i128, from_be_bytes, i128b, I128BError; [INFO] [stdout] | | ---------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 288 | | f32, from_le_bytes, f32l, F32LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 290 | | f32, from_be_bytes, f32b, F32BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 293 | | f64, from_le_bytes, f64l, F64LError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 294 | | /// Parse 64-bit big-endian float. [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] | | --------- field in this struct [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:235:21 [INFO] [stdout] | [INFO] [stdout] 235 | input: &'a [u8] [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stdout] | -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 250 | / num_impl! { [INFO] [stdout] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stdout] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stdout] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stdout] ... | [INFO] [stdout] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "412fc160ce097c6e3843b2517613f904da96626adf2ad62dc46bfdf7a0e7a8a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "412fc160ce097c6e3843b2517613f904da96626adf2ad62dc46bfdf7a0e7a8a8", kill_on_drop: false }` [INFO] [stdout] 412fc160ce097c6e3843b2517613f904da96626adf2ad62dc46bfdf7a0e7a8a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d9a1185985b2503b96deac6b0cd198a549ac30c324cb187a7cb32d7d27c825c5 [INFO] running `Command { std: "docker" "start" "-a" "d9a1185985b2503b96deac6b0cd198a549ac30c324cb187a7cb32d7d27c825c5", kill_on_drop: false }` [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] 254 | | i16, from_le_bytes, i16l, I16LError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 256 | | u16, from_be_bytes, u16b, U16BError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 258 | | i16, from_be_bytes, i16b, I16BError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 261 | | u32, from_le_bytes, u32l, U32LError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 263 | | i32, from_le_bytes, i32l, I32LError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 265 | | u32, from_be_bytes, u32b, U32BError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 267 | | i32, from_be_bytes, i32b, I32BError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 270 | | u64, from_le_bytes, u64l, U64LError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 272 | | i64, from_le_bytes, i64l, I64LError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 274 | | u64, from_be_bytes, u64b, U64BError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 276 | | i64, from_be_bytes, i64b, I64BError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 279 | | u128, from_le_bytes, u128l, U128LError; [INFO] [stderr] | | ---------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 281 | | i128, from_le_bytes, i128l, I128LError; [INFO] [stderr] | | ---------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 283 | | u128, from_be_bytes, u128b, U128BError; [INFO] [stderr] | | ---------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 285 | | i128, from_be_bytes, i128b, I128BError; [INFO] [stderr] | | ---------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 288 | | f32, from_le_bytes, f32l, F32LError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 290 | | f32, from_be_bytes, f32b, F32BError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 293 | | f64, from_le_bytes, f64l, F64LError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] 294 | | /// Parse 64-bit big-endian float. [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | pub struct $err_name<'a>(&'a [u8]); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] | | --------- field in this struct [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:235:21 [INFO] [stderr] | [INFO] [stderr] 235 | input: &'a [u8] [INFO] [stderr] | ^^ this lifetime flows to the output [INFO] [stderr] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stderr] | -- --------- the lifetimes get resolved as `'a` [INFO] [stderr] | | [INFO] [stderr] | the lifetimes get resolved as `'a` [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:235:21 [INFO] [stderr] | [INFO] [stderr] 235 | input: &'a [u8] [INFO] [stderr] | ^^ this lifetime flows to the output [INFO] [stderr] 236 | ) -> Step<'a, $num_ty, $err_name> { [INFO] [stderr] | -- --------- the lifetimes get resolved as `'a` [INFO] [stderr] | | [INFO] [stderr] | the lifetimes get resolved as `'a` [INFO] [stderr] ... [INFO] [stderr] 250 | / num_impl! { [INFO] [stderr] 251 | | /// Parse unsigned 16-bit little-endian integer. [INFO] [stderr] 252 | | u16, from_le_bytes, u16l, U16LError; [INFO] [stderr] 253 | | /// Parse signed 16-bit little-endian integer. [INFO] [stderr] ... | [INFO] [stderr] 295 | | f64, from_be_bytes, f64b, F64BError; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `num_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 236 | ) -> Step<'a, $num_ty, $err_name<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `parz` (lib) generated 40 warnings (18 duplicates) (run `cargo fix --lib -p parz` to apply 2 suggestions) [INFO] [stderr] warning: `parz` (lib test) generated 40 warnings (40 duplicates) [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/parz-85324f832bef9c82) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d9a1185985b2503b96deac6b0cd198a549ac30c324cb187a7cb32d7d27c825c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9a1185985b2503b96deac6b0cd198a549ac30c324cb187a7cb32d7d27c825c5", kill_on_drop: false }` [INFO] [stdout] d9a1185985b2503b96deac6b0cd198a549ac30c324cb187a7cb32d7d27c825c5