[INFO] fetching crate tot 0.2.0... [INFO] testing tot-0.2.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate tot 0.2.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate tot 0.2.0 [INFO] finished tweaking crates.io crate tot 0.2.0 [INFO] tweaked toml for crates.io crate tot 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tot 0.2.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] [stderr] Adding nom v7.1.3 (available: v8.0.0) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d127e4ce172fcf695d26e500fc375878ed13ba8a9f43dff45ffc818b137e9fe [INFO] running `Command { std: "docker" "start" "-a" "5d127e4ce172fcf695d26e500fc375878ed13ba8a9f43dff45ffc818b137e9fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d127e4ce172fcf695d26e500fc375878ed13ba8a9f43dff45ffc818b137e9fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d127e4ce172fcf695d26e500fc375878ed13ba8a9f43dff45ffc818b137e9fe", kill_on_drop: false }` [INFO] [stdout] 5d127e4ce172fcf695d26e500fc375878ed13ba8a9f43dff45ffc818b137e9fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d63719c54ea409317019868736d177e606d6931b9c5603687c8d5078146c935 [INFO] running `Command { std: "docker" "start" "-a" "3d63719c54ea409317019868736d177e606d6931b9c5603687c8d5078146c935", kill_on_drop: false }` [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tot v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parser.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `expression` is never used [INFO] [stdout] --> src/parser.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | fn token(i: &str) -> PResult<&str> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | fn token(i: &str) -> PResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:36:23 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn unit(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn unit(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | pub(crate) fn boolean(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | pub(crate) fn boolean(i: &str) -> PResult<'_, bool> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) fn number(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) fn number(i: &str) -> PResult<'_, f64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | pub(crate) fn string(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | pub(crate) fn string(i: &str) -> PResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | fn whitespace(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | fn whitespace(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | fn comma(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 59 | fn comma(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | fn line_comment(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | fn line_comment(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | fn block_comment(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | fn block_comment(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub(crate) fn all_ignored(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub(crate) fn all_ignored(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | fn list(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn list(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | fn list_contents(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 82 | fn list_contents(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | fn dict(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | fn dict(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | fn dict_contents(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 92 | fn dict_contents(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) fn key(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) fn key(i: &str) -> PResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:100:29 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:105:14 [INFO] [stdout] | [INFO] [stdout] 105 | fn scalar(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 105 | fn scalar(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | fn key_value(i: &str) -> PResult<(String, TotValue)> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn key_value(i: &str) -> PResult<'_, (String, TotValue)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s [INFO] running `Command { std: "docker" "inspect" "3d63719c54ea409317019868736d177e606d6931b9c5603687c8d5078146c935", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d63719c54ea409317019868736d177e606d6931b9c5603687c8d5078146c935", kill_on_drop: false }` [INFO] [stdout] 3d63719c54ea409317019868736d177e606d6931b9c5603687c8d5078146c935 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8451b4a5504fb27910b2ad76d22b0621566900b3056732f155266187c4d8b9b3 [INFO] running `Command { std: "docker" "start" "-a" "8451b4a5504fb27910b2ad76d22b0621566900b3056732f155266187c4d8b9b3", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tot v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parser.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `expression` is never used [INFO] [stdout] --> src/parser.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | fn token(i: &str) -> PResult<&str> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | fn token(i: &str) -> PResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:36:23 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn unit(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn unit(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | pub(crate) fn boolean(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | pub(crate) fn boolean(i: &str) -> PResult<'_, bool> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) fn number(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) fn number(i: &str) -> PResult<'_, f64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | pub(crate) fn string(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | pub(crate) fn string(i: &str) -> PResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | fn whitespace(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | fn whitespace(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | fn comma(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 59 | fn comma(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | fn line_comment(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | fn line_comment(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | fn block_comment(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | fn block_comment(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub(crate) fn all_ignored(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub(crate) fn all_ignored(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | fn list(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn list(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | fn list_contents(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 82 | fn list_contents(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | fn dict(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | fn dict(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | fn dict_contents(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 92 | fn dict_contents(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) fn key(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) fn key(i: &str) -> PResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:100:29 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:105:14 [INFO] [stdout] | [INFO] [stdout] 105 | fn scalar(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 105 | fn scalar(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | fn key_value(i: &str) -> PResult<(String, TotValue)> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn key_value(i: &str) -> PResult<'_, (String, TotValue)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parser.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `expression` is never used [INFO] [stdout] --> src/parser.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/de.rs:759:18 [INFO] [stdout] | [INFO] [stdout] 759 | fn de(i: &str) -> Deserializer { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 759 | fn de(i: &str) -> Deserializer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | fn token(i: &str) -> PResult<&str> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | fn token(i: &str) -> PResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:36:23 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn unit(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn unit(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | pub(crate) fn boolean(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | pub(crate) fn boolean(i: &str) -> PResult<'_, bool> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) fn number(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) fn number(i: &str) -> PResult<'_, f64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | pub(crate) fn string(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | pub(crate) fn string(i: &str) -> PResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | fn whitespace(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | fn whitespace(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | fn comma(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 59 | fn comma(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | fn line_comment(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | fn line_comment(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | fn block_comment(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | fn block_comment(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub(crate) fn all_ignored(i: &str) -> PResult<()> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub(crate) fn all_ignored(i: &str) -> PResult<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | fn list(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn list(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | fn list_contents(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 82 | fn list_contents(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | fn dict(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | fn dict(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | fn dict_contents(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 92 | fn dict_contents(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) fn key(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 96 | pub(crate) fn key(i: &str) -> PResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:100:29 [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub(crate) fn expression(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:105:14 [INFO] [stdout] | [INFO] [stdout] 105 | fn scalar(i: &str) -> PResult { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 105 | fn scalar(i: &str) -> PResult<'_, TotValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | fn key_value(i: &str) -> PResult<(String, TotValue)> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn key_value(i: &str) -> PResult<'_, (String, TotValue)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.19s [INFO] running `Command { std: "docker" "inspect" "8451b4a5504fb27910b2ad76d22b0621566900b3056732f155266187c4d8b9b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8451b4a5504fb27910b2ad76d22b0621566900b3056732f155266187c4d8b9b3", kill_on_drop: false }` [INFO] [stdout] 8451b4a5504fb27910b2ad76d22b0621566900b3056732f155266187c4d8b9b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6e7894977a04a1b927b2c5a61f5c482c8a3a000c96d8b717cc795f5311f29acb [INFO] running `Command { std: "docker" "start" "-a" "6e7894977a04a1b927b2c5a61f5c482c8a3a000c96d8b717cc795f5311f29acb", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `i` [INFO] [stdout] [INFO] [stderr] --> src/parser.rs:100:26 [INFO] [stdout] running 92 tests [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::enums::test_de_enum_nested_enum_tuple ... ok [INFO] [stderr] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] test de::tests::de_tests::enums::test_de_enum_multi_nested ... ok [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] test de::tests::de_tests::enums::test_de_enum_nested_newtype ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::enums::test_de_enum_tuple_variant ... ok [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] test de::tests::de_tests::enums::test_de_enum_unit ... ok [INFO] [stderr] [INFO] [stdout] test de::tests::de_tests::enums::test_enum_variant_struct ... ok [INFO] [stderr] warning: function `expression` is never used [INFO] [stdout] test de::tests::de_tests::floats::test_de_f64 ... ok [INFO] [stderr] --> src/parser.rs:100:15 [INFO] [stdout] test de::tests::de_tests::floats::test_de_float_truncate ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::ints::test_de_i16 ... ok [INFO] [stderr] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stdout] test de::tests::de_tests::enums::test_de_enum_variant_newtype ... ok [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stdout] test de::tests::de_tests::floats::test_de_f32 ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::ints::test_de_i32 ... ok [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] test de::tests::de_tests::ints::test_de_i64 ... ok [INFO] [stderr] [INFO] [stdout] test de::tests::de_tests::ints::test_de_i8 ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test de::tests::de_tests::structs::test_de_nested_struct1 ... ok [INFO] [stderr] --> src/parser.rs:32:13 [INFO] [stdout] test de::tests::de_tests::structs::test_de_newtype_struct_map ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::structs::test_de_newtype_struct_option_int ... ok [INFO] [stderr] 32 | fn token(i: &str) -> PResult<&str> { [INFO] [stdout] test de::tests::de_tests::structs::test_de_nested_tuple_struct ... ok [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] test de::tests::de_tests::structs::test_de_newtype_struct_int ... ok [INFO] [stderr] | | | | [INFO] [stdout] test de::tests::de_tests::ints::test_de_i64_truncate ... ok [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stdout] test de::tests::de_tests::structs::test_de_simple_struct ... ok [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stdout] test de::tests::de_tests::structs::test_de_simple_struct1 ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test de::tests::de_tests::structs::test_de_unit_struct ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::structs::test_de_tuple_struct_int_int ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test de::tests::de_tests::structs::test_de_nested_struct ... ok [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] test de::tests::de_tests::structs::test_de_tuple_struct_string_bool ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test de::tests::de_tests::test_de_bool ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::test_de_char ... ok [INFO] [stderr] 32 | fn token(i: &str) -> PResult<'_, &str> { [INFO] [stdout] test de::tests::de_tests::test_de_bytes ... ok [INFO] [stderr] | +++ [INFO] [stdout] test de::tests::de_tests::test_de_option ... ok [INFO] [stderr] [INFO] [stdout] test de::tests::de_tests::test_de_list ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test de::tests::de_tests::test_de_map_integer_integer ... ok [INFO] [stderr] --> src/parser.rs:36:23 [INFO] [stdout] test de::tests::de_tests::test_de_map_string_integer ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::test_de_string ... ok [INFO] [stderr] 36 | pub(crate) fn unit(i: &str) -> PResult<()> { [INFO] [stdout] test de::tests::de_tests::test_de_tuple ... ok [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test de::tests::de_tests::test_de_unit ... ok [INFO] [stderr] | | [INFO] [stdout] test de::tests::de_tests::unsigned_ints::test_de_u16 ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test de::tests::de_tests::unsigned_ints::test_de_u64 ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::unsigned_ints::test_de_u64_truncate ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test de::tests::de_tests::unsigned_ints::test_de_u32 ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test de::tests::de_tests::unsigned_ints::test_de_unsigned_truncate ... ok [INFO] [stderr] | [INFO] [stdout] test de::tests::de_tests::unsigned_ints::test_de_u8 ... ok [INFO] [stderr] 36 | pub(crate) fn unit(i: &str) -> PResult<'_, ()> { [INFO] [stdout] test de::tests::deserializer_tests::test_string ... ok [INFO] [stderr] | +++ [INFO] [stdout] test de::tests::deserializer_tests::test_unit ... ok [INFO] [stderr] [INFO] [stdout] test de::tests::de_tests::enums::test_de_enum_nested_enum_struct ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test de::tests::deserializer_tests::test_boolean ... ok [INFO] [stderr] --> src/parser.rs:40:26 [INFO] [stdout] test de::tests::deserializer_tests::test_number_float ... ok [INFO] [stderr] | [INFO] [stdout] test parser::tests::test_key ... ok [INFO] [stderr] 40 | pub(crate) fn boolean(i: &str) -> PResult { [INFO] [stdout] test de::tests::deserializer_tests::test_whitespace ... ok [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test parser::tests::test_all_ignored ... ok [INFO] [stderr] | | [INFO] [stdout] test parser::tests::test_block_comment ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test parser::tests::test_key_value ... ok [INFO] [stderr] | [INFO] [stdout] test parser::tests::test_line_comment ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test parser::tests::test_boolean ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test parser::tests::test_string ... ok [INFO] [stderr] | [INFO] [stdout] test parser::tests::test_dict ... ok [INFO] [stderr] 40 | pub(crate) fn boolean(i: &str) -> PResult<'_, bool> { [INFO] [stdout] test parser::tests::test_list ... ok [INFO] [stderr] | +++ [INFO] [stdout] test parser::tests::test_scalar ... ok [INFO] [stderr] [INFO] [stdout] test parser::tests::test_number ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test parser::tests::test_parse ... ok [INFO] [stderr] --> src/parser.rs:44:25 [INFO] [stdout] test parser::tests::test_token ... ok [INFO] [stderr] | [INFO] [stdout] test parser::tests::test_whitespace ... ok [INFO] [stderr] 44 | pub(crate) fn number(i: &str) -> PResult { [INFO] [stdout] test ser::tests::enum_tests::test_enum_nested_enum_struct ... ok [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test ser::tests::enum_tests::test_enum_tuple ... ok [INFO] [stderr] | | [INFO] [stdout] test ser::tests::enum_tests::test_enum_nested_enum_tuple ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test ser::tests::enum_tests::test_enum_unit ... ok [INFO] [stderr] | [INFO] [stdout] test ser::tests::enum_tests::test_enum_variant ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test parser::tests::test_unit ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test ser::tests::primitive_tests::test_bytes ... ok [INFO] [stderr] | [INFO] [stdout] test ser::tests::enum_tests::test_map_with_enum ... ok [INFO] [stderr] 44 | pub(crate) fn number(i: &str) -> PResult<'_, f64> { [INFO] [stdout] test ser::tests::primitive_tests::test_map_nested ... ok [INFO] [stderr] | +++ [INFO] [stdout] test ser::tests::primitive_tests::test_map ... ok [INFO] [stderr] [INFO] [stdout] test ser::tests::enum_tests::test_enum_variant_multi_nested ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test ser::tests::enum_tests::test_enum_variant_multi ... ok [INFO] [stderr] --> src/parser.rs:48:25 [INFO] [stdout] test ser::tests::primitive_tests::test_tuple ... ok [INFO] [stderr] | [INFO] [stdout] test ser::tests::primitive_tests::test_vec ... ok [INFO] [stderr] 48 | pub(crate) fn string(i: &str) -> PResult { [INFO] [stdout] test ser::tests::struct_tests::test_struct_empty ... ok [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test ser::tests::primitive_tests::test_tuple_nested ... ok [INFO] [stderr] | | [INFO] [stdout] test ser::tests::struct_tests::test_struct_inner_newtype_struct ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test ser::tests::struct_tests::test_struct_flat ... ok [INFO] [stderr] | [INFO] [stdout] test ser::tests::struct_tests::test_struct_nested ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test ser::tests::struct_tests::test_struct_nested_map ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test ser::tests::struct_tests::test_struct_newtype_inner_newtype ... ok [INFO] [stderr] | [INFO] [stdout] test ser::tests::struct_tests::test_struct_nested_newtypes ... ok [INFO] [stderr] 48 | pub(crate) fn string(i: &str) -> PResult<'_, String> { [INFO] [stdout] test ser::tests::struct_tests::test_struct_newtype_inner_struct ... ok [INFO] [stderr] | +++ [INFO] [stdout] test ser::tests::struct_tests::test_struct_newtype_number ... ok [INFO] [stderr] [INFO] [stdout] test ser::tests::struct_tests::test_struct_newtype_string ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test ser::tests::enum_tests::test_enum_nested_enum_newtype ... ok [INFO] [stderr] --> src/parser.rs:55:18 [INFO] [stdout] test ser::tests::struct_tests::test_struct_tuple ... ok [INFO] [stderr] | [INFO] [stdout] test ser::tests::struct_tests::test_struct_unit ... ok [INFO] [stderr] 55 | fn whitespace(i: &str) -> PResult<()> { [INFO] [stdout] test ser::tests::struct_tests::test_struct_with_unit ... ok [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test ser::tests::test_struct_and_enum ... ok [INFO] [stderr] | | [INFO] [stdout] [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stdout] test test_nested_struct ... ok [INFO] [stderr] 55 | fn whitespace(i: &str) -> PResult<'_, ()> { [INFO] [stdout] test test_simple_struct ... ok [INFO] [stderr] | +++ [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/parser.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | fn comma(i: &str) -> PResult<()> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 59 | fn comma(i: &str) -> PResult<'_, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:63:20 [INFO] [stderr] | [INFO] [stderr] 63 | fn line_comment(i: &str) -> PResult<()> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 63 | fn line_comment(i: &str) -> PResult<'_, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | fn block_comment(i: &str) -> PResult<()> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 67 | fn block_comment(i: &str) -> PResult<'_, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:71:30 [INFO] [stderr] | [INFO] [stderr] 71 | pub(crate) fn all_ignored(i: &str) -> PResult<()> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 71 | pub(crate) fn all_ignored(i: &str) -> PResult<'_, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:78:12 [INFO] [stderr] | [INFO] [stderr] 78 | fn list(i: &str) -> PResult { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 78 | fn list(i: &str) -> PResult<'_, TotValue> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:82:21 [INFO] [stderr] | [INFO] [stderr] 82 | fn list_contents(i: &str) -> PResult { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 82 | fn list_contents(i: &str) -> PResult<'_, TotValue> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:88:12 [INFO] [stderr] | [INFO] [stderr] 88 | fn dict(i: &str) -> PResult { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 88 | fn dict(i: &str) -> PResult<'_, TotValue> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | fn dict_contents(i: &str) -> PResult { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 92 | fn dict_contents(i: &str) -> PResult<'_, TotValue> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:96:22 [INFO] [stderr] | [INFO] [stderr] 96 | pub(crate) fn key(i: &str) -> PResult { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 96 | pub(crate) fn key(i: &str) -> PResult<'_, String> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:100:29 [INFO] [stderr] | [INFO] [stderr] 100 | pub(crate) fn expression(i: &str) -> PResult { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 100 | pub(crate) fn expression(i: &str) -> PResult<'_, TotValue> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:105:14 [INFO] [stderr] | [INFO] [stderr] 105 | fn scalar(i: &str) -> PResult { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 105 | fn scalar(i: &str) -> PResult<'_, TotValue> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:116:17 [INFO] [stderr] | [INFO] [stderr] 116 | fn key_value(i: &str) -> PResult<(String, TotValue)> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 116 | fn key_value(i: &str) -> PResult<'_, (String, TotValue)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/de.rs:759:18 [INFO] [stderr] | [INFO] [stderr] 759 | fn de(i: &str) -> Deserializer { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 759 | fn de(i: &str) -> Deserializer<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | fn token(i: &str) -> PResult<&str> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 32 | fn token(i: &str) -> PResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `tot` (lib) generated 20 warnings (run `cargo fix --lib -p tot` to apply 18 suggestions) [INFO] [stderr] warning: `tot` (lib test) generated 21 warnings (19 duplicates) (run `cargo fix --lib -p tot --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tot-d28c865984f03b92) [INFO] [stderr] Running tests/e2e.rs (/opt/rustwide/target/debug/deps/e2e-656ec02e9c8a47f1) [INFO] [stderr] Doc-tests tot [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.65s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6e7894977a04a1b927b2c5a61f5c482c8a3a000c96d8b717cc795f5311f29acb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e7894977a04a1b927b2c5a61f5c482c8a3a000c96d8b717cc795f5311f29acb", kill_on_drop: false }` [INFO] [stdout] 6e7894977a04a1b927b2c5a61f5c482c8a3a000c96d8b717cc795f5311f29acb