[INFO] fetching crate kamo 0.9.4... [INFO] testing kamo-0.9.4 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate kamo 0.9.4 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate kamo 0.9.4 [INFO] finished tweaking crates.io crate kamo 0.9.4 [INFO] tweaked toml for crates.io crate kamo 0.9.4 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate kamo 0.9.4 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 34 packages to latest compatible versions [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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kamo-macros v0.1.6 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3872208f56b6f162bcd64bd5f44061706e2ecb25b146a691cf35bc3bf018b68 [INFO] running `Command { std: "docker" "start" "-a" "d3872208f56b6f162bcd64bd5f44061706e2ecb25b146a691cf35bc3bf018b68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3872208f56b6f162bcd64bd5f44061706e2ecb25b146a691cf35bc3bf018b68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3872208f56b6f162bcd64bd5f44061706e2ecb25b146a691cf35bc3bf018b68", kill_on_drop: false }` [INFO] [stdout] d3872208f56b6f162bcd64bd5f44061706e2ecb25b146a691cf35bc3bf018b68 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1eb729c29ecbfad07de8079e66f3e04ed965db5c73c9d1619e78dbda021e833e [INFO] running `Command { std: "docker" "start" "-a" "1eb729c29ecbfad07de8079e66f3e04ed965db5c73c9d1619e78dbda021e833e", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling kamo v0.9.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/form/sexpr/mod.rs:236:39 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse_file>(&mut self, path: P) -> ParseResult]>> { [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] 236 | pub fn parse_file>(&mut self, path: P) -> ParseResult<'_, Box<[Value<'a>]>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn alpha0(input: Input<'_>) -> ParseResult<&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] 62 | pub fn alpha0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:107:28 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn alpha1(input: Input<'_>) -> ParseResult<&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] 107 | pub fn alpha1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:144:31 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn alphanum0(input: Input<'_>) -> ParseResult<&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] 144 | pub fn alphanum0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:190:31 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn alphanum1(input: Input<'_>) -> ParseResult<&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] 190 | pub fn alphanum1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:227:28 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn digit0(input: Input<'_>) -> ParseResult<&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] 227 | pub fn digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:272:28 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn digit1(input: Input<'_>) -> ParseResult<&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] 272 | pub fn digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:309:32 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn bin_digit0(input: Input<'_>) -> ParseResult<&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] 309 | pub fn bin_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:355:32 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn bin_digit1(input: Input<'_>) -> ParseResult<&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] 355 | pub fn bin_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:392:32 [INFO] [stdout] | [INFO] [stdout] 392 | pub fn oct_digit0(input: Input<'_>) -> ParseResult<&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] 392 | pub fn oct_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:438:32 [INFO] [stdout] | [INFO] [stdout] 438 | pub fn oct_digit1(input: Input<'_>) -> ParseResult<&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] 438 | pub fn oct_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:475:32 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn hex_digit0(input: Input<'_>) -> ParseResult<&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] 475 | pub fn hex_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:522:32 [INFO] [stdout] | [INFO] [stdout] 522 | pub fn hex_digit1(input: Input<'_>) -> ParseResult<&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] 522 | pub fn hex_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:559:33 [INFO] [stdout] | [INFO] [stdout] 559 | pub fn whitespace0(input: Input<'_>) -> ParseResult<&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] 559 | pub fn whitespace0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:605:33 [INFO] [stdout] | [INFO] [stdout] 605 | pub fn whitespace1(input: Input<'_>) -> ParseResult<&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] 605 | pub fn whitespace1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:640:28 [INFO] [stdout] | [INFO] [stdout] 640 | pub fn space0(input: Input<'_>) -> ParseResult<&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] 640 | pub fn space0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:684:28 [INFO] [stdout] | [INFO] [stdout] 684 | pub fn space1(input: Input<'_>) -> ParseResult<&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] 684 | pub fn space1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:721:30 [INFO] [stdout] | [INFO] [stdout] 721 | pub fn graphic0(input: Input<'_>) -> ParseResult<&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] 721 | pub fn graphic0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:768:30 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn graphic1(input: Input<'_>) -> ParseResult<&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] 768 | pub fn graphic1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:836:33 [INFO] [stdout] | [INFO] [stdout] 836 | pub fn line_ending(input: Input<'_>) -> ParseResult<&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] 836 | pub fn line_ending(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:907:26 [INFO] [stdout] | [INFO] [stdout] 907 | pub fn crlf(input: Input<'_>) -> ParseResult<&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] 907 | pub fn crlf(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:935:29 [INFO] [stdout] | [INFO] [stdout] 935 | pub fn newline(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 935 | pub fn newline(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:948:25 [INFO] [stdout] | [INFO] [stdout] 948 | pub fn tab(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 948 | pub fn tab(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn alpha0(input: Input<'_>) -> ParseResult<&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] 50 | pub fn alpha0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn alpha1(input: Input<'_>) -> ParseResult<&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] 93 | pub fn alpha1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:130:31 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn alphanum0(input: Input<'_>) -> ParseResult<&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] 130 | pub fn alphanum0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:173:31 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn alphanum1(input: Input<'_>) -> ParseResult<&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] 173 | pub fn alphanum1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn numeric0(input: Input<'_>) -> ParseResult<&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] 210 | pub fn numeric0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:253:30 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn numeric1(input: Input<'_>) -> ParseResult<&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] 253 | pub fn numeric1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:290:32 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn lowercase0(input: Input<'_>) -> ParseResult<&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] 290 | pub fn lowercase0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:333:32 [INFO] [stdout] | [INFO] [stdout] 333 | pub fn lowercase1(input: Input<'_>) -> ParseResult<&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] 333 | pub fn lowercase1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:374:32 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn uppercase0(input: Input<'_>) -> ParseResult<&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] 374 | pub fn uppercase0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:417:32 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn uppercase1(input: Input<'_>) -> ParseResult<&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] 417 | pub fn uppercase1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:458:33 [INFO] [stdout] | [INFO] [stdout] 458 | pub fn whitespace0(input: Input<'_>) -> ParseResult<&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] 458 | pub fn whitespace0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:501:33 [INFO] [stdout] | [INFO] [stdout] 501 | pub fn whitespace1(input: Input<'_>) -> ParseResult<&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] 501 | pub fn whitespace1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:573:33 [INFO] [stdout] | [INFO] [stdout] 573 | pub fn ident_start(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 573 | pub fn ident_start(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:717:32 [INFO] [stdout] | [INFO] [stdout] 717 | pub fn ident_cont(input: Input<'_>) -> ParseResult<&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] 717 | pub fn ident_cont(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/matches.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn any_char(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 73 | pub fn any_char(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/vector.rs:222:17 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn iter(&self) -> Iter> { [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] 222 | pub fn iter(&self) -> Iter<'_, Value<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s [INFO] running `Command { std: "docker" "inspect" "1eb729c29ecbfad07de8079e66f3e04ed965db5c73c9d1619e78dbda021e833e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1eb729c29ecbfad07de8079e66f3e04ed965db5c73c9d1619e78dbda021e833e", kill_on_drop: false }` [INFO] [stdout] 1eb729c29ecbfad07de8079e66f3e04ed965db5c73c9d1619e78dbda021e833e [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a029f54e25d48c179e44f75b029925101083df4f1e82733df8b1e48fe9c412db [INFO] running `Command { std: "docker" "start" "-a" "a029f54e25d48c179e44f75b029925101083df4f1e82733df8b1e48fe9c412db", kill_on_drop: false }` [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/form/sexpr/mod.rs:236:39 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse_file>(&mut self, path: P) -> ParseResult]>> { [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] 236 | pub fn parse_file>(&mut self, path: P) -> ParseResult<'_, Box<[Value<'a>]>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn alpha0(input: Input<'_>) -> ParseResult<&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] 62 | pub fn alpha0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:107:28 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn alpha1(input: Input<'_>) -> ParseResult<&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] 107 | pub fn alpha1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:144:31 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn alphanum0(input: Input<'_>) -> ParseResult<&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] 144 | pub fn alphanum0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:190:31 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn alphanum1(input: Input<'_>) -> ParseResult<&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] 190 | pub fn alphanum1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:227:28 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn digit0(input: Input<'_>) -> ParseResult<&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] 227 | pub fn digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:272:28 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn digit1(input: Input<'_>) -> ParseResult<&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] 272 | pub fn digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:309:32 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn bin_digit0(input: Input<'_>) -> ParseResult<&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] 309 | pub fn bin_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:355:32 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn bin_digit1(input: Input<'_>) -> ParseResult<&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] 355 | pub fn bin_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:392:32 [INFO] [stdout] | [INFO] [stdout] 392 | pub fn oct_digit0(input: Input<'_>) -> ParseResult<&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] 392 | pub fn oct_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:438:32 [INFO] [stdout] | [INFO] [stdout] 438 | pub fn oct_digit1(input: Input<'_>) -> ParseResult<&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] 438 | pub fn oct_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:475:32 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn hex_digit0(input: Input<'_>) -> ParseResult<&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] 475 | pub fn hex_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:522:32 [INFO] [stdout] | [INFO] [stdout] 522 | pub fn hex_digit1(input: Input<'_>) -> ParseResult<&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] 522 | pub fn hex_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:559:33 [INFO] [stdout] | [INFO] [stdout] 559 | pub fn whitespace0(input: Input<'_>) -> ParseResult<&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] 559 | pub fn whitespace0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:605:33 [INFO] [stdout] | [INFO] [stdout] 605 | pub fn whitespace1(input: Input<'_>) -> ParseResult<&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] 605 | pub fn whitespace1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:640:28 [INFO] [stdout] | [INFO] [stdout] 640 | pub fn space0(input: Input<'_>) -> ParseResult<&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] 640 | pub fn space0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:684:28 [INFO] [stdout] | [INFO] [stdout] 684 | pub fn space1(input: Input<'_>) -> ParseResult<&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] 684 | pub fn space1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:721:30 [INFO] [stdout] | [INFO] [stdout] 721 | pub fn graphic0(input: Input<'_>) -> ParseResult<&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] 721 | pub fn graphic0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:768:30 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn graphic1(input: Input<'_>) -> ParseResult<&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] 768 | pub fn graphic1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:836:33 [INFO] [stdout] | [INFO] [stdout] 836 | pub fn line_ending(input: Input<'_>) -> ParseResult<&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] 836 | pub fn line_ending(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:907:26 [INFO] [stdout] | [INFO] [stdout] 907 | pub fn crlf(input: Input<'_>) -> ParseResult<&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] 907 | pub fn crlf(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:935:29 [INFO] [stdout] | [INFO] [stdout] 935 | pub fn newline(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 935 | pub fn newline(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:948:25 [INFO] [stdout] | [INFO] [stdout] 948 | pub fn tab(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 948 | pub fn tab(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn alpha0(input: Input<'_>) -> ParseResult<&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] 50 | pub fn alpha0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn alpha1(input: Input<'_>) -> ParseResult<&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] 93 | pub fn alpha1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:130:31 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn alphanum0(input: Input<'_>) -> ParseResult<&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] 130 | pub fn alphanum0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:173:31 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn alphanum1(input: Input<'_>) -> ParseResult<&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] 173 | pub fn alphanum1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn numeric0(input: Input<'_>) -> ParseResult<&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] 210 | pub fn numeric0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:253:30 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn numeric1(input: Input<'_>) -> ParseResult<&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] 253 | pub fn numeric1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:290:32 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn lowercase0(input: Input<'_>) -> ParseResult<&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] 290 | pub fn lowercase0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:333:32 [INFO] [stdout] | [INFO] [stdout] 333 | pub fn lowercase1(input: Input<'_>) -> ParseResult<&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] 333 | pub fn lowercase1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:374:32 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn uppercase0(input: Input<'_>) -> ParseResult<&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] 374 | pub fn uppercase0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:417:32 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn uppercase1(input: Input<'_>) -> ParseResult<&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] 417 | pub fn uppercase1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:458:33 [INFO] [stdout] | [INFO] [stdout] 458 | pub fn whitespace0(input: Input<'_>) -> ParseResult<&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] 458 | pub fn whitespace0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:501:33 [INFO] [stdout] | [INFO] [stdout] 501 | pub fn whitespace1(input: Input<'_>) -> ParseResult<&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] 501 | pub fn whitespace1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:573:33 [INFO] [stdout] | [INFO] [stdout] 573 | pub fn ident_start(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 573 | pub fn ident_start(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:717:32 [INFO] [stdout] | [INFO] [stdout] 717 | pub fn ident_cont(input: Input<'_>) -> ParseResult<&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] 717 | pub fn ident_cont(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/matches.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn any_char(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 73 | pub fn any_char(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/vector.rs:222:17 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn iter(&self) -> Iter> { [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] 222 | pub fn iter(&self) -> Iter<'_, Value<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Compiling kamo-macros v0.1.6 [INFO] [stderr] Compiling kamo v0.9.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/form/sexpr/mod.rs:236:39 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse_file>(&mut self, path: P) -> ParseResult]>> { [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] 236 | pub fn parse_file>(&mut self, path: P) -> ParseResult<'_, Box<[Value<'a>]>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn alpha0(input: Input<'_>) -> ParseResult<&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] 62 | pub fn alpha0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:107:28 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn alpha1(input: Input<'_>) -> ParseResult<&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] 107 | pub fn alpha1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:144:31 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn alphanum0(input: Input<'_>) -> ParseResult<&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] 144 | pub fn alphanum0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:190:31 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn alphanum1(input: Input<'_>) -> ParseResult<&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] 190 | pub fn alphanum1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:227:28 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn digit0(input: Input<'_>) -> ParseResult<&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] 227 | pub fn digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:272:28 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn digit1(input: Input<'_>) -> ParseResult<&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] 272 | pub fn digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:309:32 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn bin_digit0(input: Input<'_>) -> ParseResult<&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] 309 | pub fn bin_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:355:32 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn bin_digit1(input: Input<'_>) -> ParseResult<&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] 355 | pub fn bin_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:392:32 [INFO] [stdout] | [INFO] [stdout] 392 | pub fn oct_digit0(input: Input<'_>) -> ParseResult<&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] 392 | pub fn oct_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:438:32 [INFO] [stdout] | [INFO] [stdout] 438 | pub fn oct_digit1(input: Input<'_>) -> ParseResult<&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] 438 | pub fn oct_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:475:32 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn hex_digit0(input: Input<'_>) -> ParseResult<&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] 475 | pub fn hex_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:522:32 [INFO] [stdout] | [INFO] [stdout] 522 | pub fn hex_digit1(input: Input<'_>) -> ParseResult<&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] 522 | pub fn hex_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:559:33 [INFO] [stdout] | [INFO] [stdout] 559 | pub fn whitespace0(input: Input<'_>) -> ParseResult<&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] 559 | pub fn whitespace0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:605:33 [INFO] [stdout] | [INFO] [stdout] 605 | pub fn whitespace1(input: Input<'_>) -> ParseResult<&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] 605 | pub fn whitespace1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:640:28 [INFO] [stdout] | [INFO] [stdout] 640 | pub fn space0(input: Input<'_>) -> ParseResult<&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] 640 | pub fn space0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:684:28 [INFO] [stdout] | [INFO] [stdout] 684 | pub fn space1(input: Input<'_>) -> ParseResult<&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] 684 | pub fn space1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:721:30 [INFO] [stdout] | [INFO] [stdout] 721 | pub fn graphic0(input: Input<'_>) -> ParseResult<&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] 721 | pub fn graphic0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:768:30 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn graphic1(input: Input<'_>) -> ParseResult<&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] 768 | pub fn graphic1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:836:33 [INFO] [stdout] | [INFO] [stdout] 836 | pub fn line_ending(input: Input<'_>) -> ParseResult<&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] 836 | pub fn line_ending(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:907:26 [INFO] [stdout] | [INFO] [stdout] 907 | pub fn crlf(input: Input<'_>) -> ParseResult<&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] 907 | pub fn crlf(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:935:29 [INFO] [stdout] | [INFO] [stdout] 935 | pub fn newline(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 935 | pub fn newline(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/ascii.rs:948:25 [INFO] [stdout] | [INFO] [stdout] 948 | pub fn tab(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 948 | pub fn tab(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn alpha0(input: Input<'_>) -> ParseResult<&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] 50 | pub fn alpha0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn alpha1(input: Input<'_>) -> ParseResult<&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] 93 | pub fn alpha1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:130:31 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn alphanum0(input: Input<'_>) -> ParseResult<&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] 130 | pub fn alphanum0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:173:31 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn alphanum1(input: Input<'_>) -> ParseResult<&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] 173 | pub fn alphanum1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn numeric0(input: Input<'_>) -> ParseResult<&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] 210 | pub fn numeric0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:253:30 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn numeric1(input: Input<'_>) -> ParseResult<&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] 253 | pub fn numeric1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:290:32 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn lowercase0(input: Input<'_>) -> ParseResult<&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] 290 | pub fn lowercase0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:333:32 [INFO] [stdout] | [INFO] [stdout] 333 | pub fn lowercase1(input: Input<'_>) -> ParseResult<&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] 333 | pub fn lowercase1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:374:32 [INFO] [stdout] | [INFO] [stdout] 374 | pub fn uppercase0(input: Input<'_>) -> ParseResult<&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] 374 | pub fn uppercase0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:417:32 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn uppercase1(input: Input<'_>) -> ParseResult<&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] 417 | pub fn uppercase1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:458:33 [INFO] [stdout] | [INFO] [stdout] 458 | pub fn whitespace0(input: Input<'_>) -> ParseResult<&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] 458 | pub fn whitespace0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:501:33 [INFO] [stdout] | [INFO] [stdout] 501 | pub fn whitespace1(input: Input<'_>) -> ParseResult<&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] 501 | pub fn whitespace1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:573:33 [INFO] [stdout] | [INFO] [stdout] 573 | pub fn ident_start(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 573 | pub fn ident_start(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/unicode.rs:717:32 [INFO] [stdout] | [INFO] [stdout] 717 | pub fn ident_cont(input: Input<'_>) -> ParseResult<&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] 717 | pub fn ident_cont(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/character/matches.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn any_char(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 73 | pub fn any_char(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:432:42 [INFO] [stdout] | [INFO] [stdout] 432 | fn parse_binary_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 432 | fn parse_binary_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:437:41 [INFO] [stdout] | [INFO] [stdout] 437 | fn parse_octal_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 437 | fn parse_octal_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:442:43 [INFO] [stdout] | [INFO] [stdout] 442 | fn parse_decimal_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 442 | fn parse_decimal_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:447:47 [INFO] [stdout] | [INFO] [stdout] 447 | fn parse_hexadecimal_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 447 | fn parse_hexadecimal_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/mod.rs:452:35 [INFO] [stdout] | [INFO] [stdout] 452 | fn parse_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 452 | fn parse_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/value/vector.rs:222:17 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn iter(&self) -> Iter> { [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] 222 | pub fn iter(&self) -> Iter<'_, Value<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 21.56s [INFO] running `Command { std: "docker" "inspect" "a029f54e25d48c179e44f75b029925101083df4f1e82733df8b1e48fe9c412db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a029f54e25d48c179e44f75b029925101083df4f1e82733df8b1e48fe9c412db", kill_on_drop: false }` [INFO] [stdout] a029f54e25d48c179e44f75b029925101083df4f1e82733df8b1e48fe9c412db [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7ecc1cfd69536cf407ec44bb8579500c9a16437edf940638fb01646ac82909f2 [INFO] running `Command { std: "docker" "start" "-a" "7ecc1cfd69536cf407ec44bb8579500c9a16437edf940638fb01646ac82909f2", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/form/sexpr/mod.rs:236:39 [INFO] [stderr] | [INFO] [stderr] 236 | pub fn parse_file>(&mut self, path: P) -> ParseResult]>> { [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] 236 | pub fn parse_file>(&mut self, path: P) -> ParseResult<'_, Box<[Value<'a>]>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:62:28 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn alpha0(input: Input<'_>) -> ParseResult<&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] 62 | pub fn alpha0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:107:28 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn alpha1(input: Input<'_>) -> ParseResult<&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] 107 | pub fn alpha1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:144:31 [INFO] [stderr] | [INFO] [stderr] 144 | pub fn alphanum0(input: Input<'_>) -> ParseResult<&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] 144 | pub fn alphanum0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:190:31 [INFO] [stderr] | [INFO] [stderr] 190 | pub fn alphanum1(input: Input<'_>) -> ParseResult<&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] 190 | pub fn alphanum1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:227:28 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn digit0(input: Input<'_>) -> ParseResult<&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] 227 | pub fn digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:272:28 [INFO] [stderr] | [INFO] [stderr] 272 | pub fn digit1(input: Input<'_>) -> ParseResult<&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] 272 | pub fn digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:309:32 [INFO] [stderr] | [INFO] [stderr] 309 | pub fn bin_digit0(input: Input<'_>) -> ParseResult<&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] 309 | pub fn bin_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:355:32 [INFO] [stderr] | [INFO] [stderr] 355 | pub fn bin_digit1(input: Input<'_>) -> ParseResult<&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] 355 | pub fn bin_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:392:32 [INFO] [stderr] | [INFO] [stderr] 392 | pub fn oct_digit0(input: Input<'_>) -> ParseResult<&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] 392 | pub fn oct_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:438:32 [INFO] [stderr] | [INFO] [stderr] 438 | pub fn oct_digit1(input: Input<'_>) -> ParseResult<&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] 438 | pub fn oct_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:475:32 [INFO] [stderr] | [INFO] [stderr] 475 | pub fn hex_digit0(input: Input<'_>) -> ParseResult<&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] 475 | pub fn hex_digit0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:522:32 [INFO] [stderr] | [INFO] [stderr] 522 | pub fn hex_digit1(input: Input<'_>) -> ParseResult<&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] 522 | pub fn hex_digit1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:559:33 [INFO] [stderr] | [INFO] [stderr] 559 | pub fn whitespace0(input: Input<'_>) -> ParseResult<&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] 559 | pub fn whitespace0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:605:33 [INFO] [stderr] | [INFO] [stderr] 605 | pub fn whitespace1(input: Input<'_>) -> ParseResult<&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] 605 | pub fn whitespace1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:640:28 [INFO] [stderr] | [INFO] [stderr] 640 | pub fn space0(input: Input<'_>) -> ParseResult<&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] 640 | pub fn space0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:684:28 [INFO] [stderr] | [INFO] [stderr] 684 | pub fn space1(input: Input<'_>) -> ParseResult<&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] 684 | pub fn space1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:721:30 [INFO] [stderr] | [INFO] [stderr] 721 | pub fn graphic0(input: Input<'_>) -> ParseResult<&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] 721 | pub fn graphic0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:768:30 [INFO] [stderr] | [INFO] [stderr] 768 | pub fn graphic1(input: Input<'_>) -> ParseResult<&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] 768 | pub fn graphic1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:836:33 [INFO] [stderr] | [INFO] [stderr] 836 | pub fn line_ending(input: Input<'_>) -> ParseResult<&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] 836 | pub fn line_ending(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:907:26 [INFO] [stderr] | [INFO] [stderr] 907 | pub fn crlf(input: Input<'_>) -> ParseResult<&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] 907 | pub fn crlf(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:935:29 [INFO] [stderr] | [INFO] [stderr] 935 | pub fn newline(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 935 | pub fn newline(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/ascii.rs:948:25 [INFO] [stderr] | [INFO] [stderr] 948 | pub fn tab(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 948 | pub fn tab(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:50:28 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn alpha0(input: Input<'_>) -> ParseResult<&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] 50 | pub fn alpha0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:93:28 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn alpha1(input: Input<'_>) -> ParseResult<&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] 93 | pub fn alpha1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:130:31 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn alphanum0(input: Input<'_>) -> ParseResult<&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] 130 | pub fn alphanum0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:173:31 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn alphanum1(input: Input<'_>) -> ParseResult<&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] 173 | pub fn alphanum1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:210:30 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn numeric0(input: Input<'_>) -> ParseResult<&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] 210 | pub fn numeric0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:253:30 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn numeric1(input: Input<'_>) -> ParseResult<&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] 253 | pub fn numeric1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:290:32 [INFO] [stderr] | [INFO] [stderr] 290 | pub fn lowercase0(input: Input<'_>) -> ParseResult<&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] 290 | pub fn lowercase0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:333:32 [INFO] [stderr] | [INFO] [stderr] 333 | pub fn lowercase1(input: Input<'_>) -> ParseResult<&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] 333 | pub fn lowercase1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:374:32 [INFO] [stderr] | [INFO] [stderr] 374 | pub fn uppercase0(input: Input<'_>) -> ParseResult<&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] 374 | pub fn uppercase0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:417:32 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn uppercase1(input: Input<'_>) -> ParseResult<&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] 417 | pub fn uppercase1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:458:33 [INFO] [stderr] | [INFO] [stderr] 458 | pub fn whitespace0(input: Input<'_>) -> ParseResult<&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] 458 | pub fn whitespace0(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:501:33 [INFO] [stderr] | [INFO] [stderr] 501 | pub fn whitespace1(input: Input<'_>) -> ParseResult<&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] 501 | pub fn whitespace1(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:573:33 [INFO] [stderr] | [INFO] [stderr] 573 | pub fn ident_start(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 573 | pub fn ident_start(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/unicode.rs:717:32 [INFO] [stderr] | [INFO] [stderr] 717 | pub fn ident_cont(input: Input<'_>) -> ParseResult<&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] 717 | pub fn ident_cont(input: Input<'_>) -> ParseResult<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/character/matches.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn any_char(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 73 | pub fn any_char(input: Input<'_>) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/value/vector.rs:222:17 [INFO] [stderr] | [INFO] [stderr] 222 | pub fn iter(&self) -> Iter> { [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] 222 | pub fn iter(&self) -> Iter<'_, Value<'a>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `kamo` (lib) generated 39 warnings (run `cargo fix --lib -p kamo` to apply 39 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:432:42 [INFO] [stderr] | [INFO] [stderr] 432 | fn parse_binary_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 432 | fn parse_binary_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:437:41 [INFO] [stderr] | [INFO] [stderr] 437 | fn parse_octal_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 437 | fn parse_octal_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:442:43 [INFO] [stderr] | [INFO] [stderr] 442 | fn parse_decimal_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 442 | fn parse_decimal_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:447:47 [INFO] [stderr] | [INFO] [stderr] 447 | fn parse_hexadecimal_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 447 | fn parse_hexadecimal_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/mod.rs:452:35 [INFO] [stderr] | [INFO] [stderr] 452 | fn parse_natural(input: Input<'_>) -> ParseResult { [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: consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 452 | fn parse_natural(input: Input<'_>) -> ParseResult<'_, u64> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `kamo` (lib test) generated 44 warnings (39 duplicates) (run `cargo fix --lib -p kamo --tests` to apply 5 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kamo-4600fdbc408e3d14) [INFO] [stdout] [INFO] [stdout] running 161 tests [INFO] [stdout] test form::sexpr::boolean::tests::boolean_failure ... ok [INFO] [stdout] test form::sexpr::boolean::tests::boolean_success ... ok [INFO] [stdout] test form::sexpr::bytevec::tests::bytevec_failure ... ok [INFO] [stdout] test form::sexpr::bytevec::tests::bytevec_success ... ok [INFO] [stdout] test form::sexpr::character::tests::character_failure ... ok [INFO] [stdout] test form::sexpr::character::tests::character_success ... ok [INFO] [stdout] test form::sexpr::datum::tests::datum_failure ... ok [INFO] [stdout] test form::sexpr::datum::tests::datum_success ... ok [INFO] [stdout] test form::sexpr::list::tests::list_tracked_success ... ok [INFO] [stdout] test form::sexpr::list::tests::list_tracked_failure ... ok [INFO] [stdout] test form::sexpr::number::tests::decimal_success ... ok [INFO] [stdout] test form::sexpr::list::tests::list_untracked_failure ... ok [INFO] [stdout] test form::sexpr::string::tests::string_escape_failure ... ok [INFO] [stdout] test form::sexpr::symbol::tests::symbol_escape_failure ... ok [INFO] [stdout] test form::sexpr::symbol::tests::symbol_escape_success ... ok [INFO] [stdout] test form::sexpr::list::tests::list_untracked_success ... ok [INFO] [stdout] test form::sexpr::string::tests::string_failure ... ok [INFO] [stdout] test form::sexpr::string::tests::string_success ... ok [INFO] [stdout] test form::sexpr::vector::tests::vector_success ... ok [INFO] [stdout] test form::sexpr::string::tests::string_escape_success ... ok [INFO] [stdout] test form::sexpr::number::tests::decimal_failure ... ok [INFO] [stdout] test form::sexpr::tests::parse_success ... ok [INFO] [stdout] test form::sexpr::number::tests::number_success ... ok [INFO] [stdout] test form::sexpr::whitespace::tests::comment_failure ... ok [INFO] [stdout] test form::sexpr::whitespace::tests::comment_success ... ok [INFO] [stdout] test form::sexpr::whitespace::tests::intertoken_failure ... ok [INFO] [stdout] test form::sexpr::whitespace::tests::whitespace_failure ... ok [INFO] [stdout] test form::sexpr::whitespace::tests::whitespace_success ... ok [INFO] [stdout] test form::sexpr::whitespace::tests::intertoken_success ... ok [INFO] [stdout] test mem::bucket::tests::allocate ... ok [INFO] [stdout] test mem::slot::tests::display ... ok [INFO] [stdout] test mem::slot::tests::slot ... ok [INFO] [stdout] test form::sexpr::symbol::tests::symbol_success ... ok [INFO] [stdout] test parser::branch::any::tests::any_0 ... ok [INFO] [stdout] test mem::bucket::tests::create ... ok [INFO] [stdout] test parser::branch::any::tests::any_1 ... ok [INFO] [stdout] test parser::branch::any::tests::any_2 ... ok [INFO] [stdout] test parser::character::ascii::tests::alpha_chars ... ok [INFO] [stdout] test parser::character::ascii::tests::alphanum_chars ... ok [INFO] [stdout] test parser::character::ascii::tests::bin_digits ... ok [INFO] [stdout] test parser::character::ascii::tests::crlfs ... ok [INFO] [stdout] test parser::character::ascii::tests::graphics ... ok [INFO] [stdout] test parser::character::ascii::tests::hex_digits ... ok [INFO] [stdout] test parser::character::ascii::tests::line_endings ... ok [INFO] [stdout] test parser::character::ascii::tests::oct_digits ... ok [INFO] [stdout] test parser::character::ascii::tests::spaces ... ok [INFO] [stdout] test parser::character::ascii::tests::whitespaces ... ok [INFO] [stdout] test parser::character::matches::tests::anychar_failure ... ok [INFO] [stdout] test parser::character::matches::tests::anychar_success ... ok [INFO] [stdout] test parser::character::matches::tests::char_failure ... ok [INFO] [stdout] test parser::character::matches::tests::char_success ... ok [INFO] [stdout] test parser::character::matches::tests::is_not_failure ... ok [INFO] [stdout] test parser::character::matches::tests::is_not_success ... ok [INFO] [stdout] test parser::character::matches::tests::none_of_failure ... ok [INFO] [stdout] test parser::character::matches::tests::none_of_success ... ok [INFO] [stdout] test parser::character::matches::tests::one_of_failure ... ok [INFO] [stdout] test parser::character::ascii::tests::digits ... ok [INFO] [stdout] test parser::character::matches::tests::one_of_success ... ok [INFO] [stdout] test parser::character::matches::tests::tag_failure ... ok [INFO] [stdout] test parser::character::matches::tests::tag_success ... ok [INFO] [stdout] test parser::character::take::tests::take_failure ... ok [INFO] [stdout] test parser::character::take::tests::take_success ... ok [INFO] [stdout] test parser::character::take::tests::take_while0_success ... ok [INFO] [stdout] test parser::character::take::tests::take_while1_failure ... ok [INFO] [stdout] test parser::character::take::tests::take_while1_success ... ok [INFO] [stdout] test parser::character::take::tests::take_while_m_n_failure ... ok [INFO] [stdout] test parser::character::take::tests::take_while_m_n_success ... ok [INFO] [stdout] test parser::combinator::optional::tests::opt_none ... ok [INFO] [stdout] test parser::combinator::optional::tests::opt_some ... ok [INFO] [stdout] test parser::combinator::recognize::tests::recognize_failure ... ok [INFO] [stdout] test parser::combinator::recognize::tests::recognize_success ... ok [INFO] [stdout] test parser::error::error::tests::parse_err_size ... ok [INFO] [stdout] test parser::error::error::tests::parse_error_and ... ok [INFO] [stdout] test parser::error::error::tests::parse_error_eof ... ok [INFO] [stdout] test parser::input::tests::input_advance_if ... ok [INFO] [stdout] test parser::error::error::tests::parse_error_and_semantic ... ok [INFO] [stdout] test parser::error::error::tests::parse_error_new_at ... ok [INFO] [stdout] test parser::input::tests::input_advance ... ok [INFO] [stdout] test parser::input::tests::input_advance_while ... ok [INFO] [stdout] test parser::error::error::tests::parse_error_new ... ok [INFO] [stdout] test parser::literal::character::tests::quoted_char_failure ... ok [INFO] [stdout] test parser::literal::character::tests::quoted_char_success ... ok [INFO] [stdout] test parser::literal::float::tests::float_success ... ok [INFO] [stdout] test parser::literal::natural::tests::natural_success ... ok [INFO] [stdout] test parser::literal::natural::tests::recognize_natural_success ... ok [INFO] [stdout] test parser::sequence::delimited::tests::delimited_failure ... ok [INFO] [stdout] test parser::literal::integer::tests::integer_success ... ok [INFO] [stdout] test parser::literal::integer::tests::recognize_integer_success ... ok [INFO] [stdout] test parser::literal::float::tests::recognize_float_success ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list0_infinite_loop ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list0_success ... ok [INFO] [stdout] test parser::sequence::delimited::tests::delimited_success ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list0_failure ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list1_failure ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list1_infinite_loop ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list1_success ... ok [INFO] [stdout] test parser::error::error::tests::parse_error_and_source ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list_m_n_failure ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list_m_n_infinite_loop ... ok [INFO] [stdout] test parser::sequence::folded_many::tests::fold_many1_failure ... ok [INFO] [stdout] test parser::sequence::folded_many::tests::fold_many1_success ... ok [INFO] [stdout] test parser::sequence::folded_many::tests::fold_many0_success ... ok [INFO] [stdout] test parser::sequence::folded_many::tests::fold_many_m_n_failure ... ok [INFO] [stdout] test parser::sequence::folded_many::tests::fold_many_m_n_infinite_loop ... ok [INFO] [stdout] test parser::sequence::list::tests::list0_failure ... ok [INFO] [stdout] test parser::sequence::list::tests::list0_infinite_loop ... ok [INFO] [stdout] test parser::sequence::list::tests::list1_failure ... ok [INFO] [stdout] test parser::sequence::list::tests::list1_infinite_loop ... ok [INFO] [stdout] test parser::sequence::list::tests::list1_success ... ok [INFO] [stdout] test parser::sequence::list::tests::list_m_n_failure ... ok [INFO] [stdout] test parser::sequence::list::tests::list_m_n_infinite_loop ... ok [INFO] [stdout] test parser::sequence::folded_list::tests::fold_list_m_n_success ... ok [INFO] [stdout] test parser::sequence::folded_many::tests::fold_many0_infinite_loop ... ok [INFO] [stdout] test parser::sequence::folded_many::tests::fold_many1_infinite_loop ... ok [INFO] [stdout] test parser::sequence::list::tests::list0_success ... ok [INFO] [stdout] test parser::sequence::list::tests::list_m_n_success ... ok [INFO] [stdout] test parser::sequence::many::tests::many1_infinte_loop ... ok [INFO] [stdout] test parser::sequence::many::tests::many0_success ... ok [INFO] [stdout] test parser::sequence::many::tests::many1_success ... ok [INFO] [stdout] test parser::sequence::many::tests::many_m_n_success ... ok [INFO] [stdout] test parser::sequence::many::tests::many_m_n_failure ... ok [INFO] [stdout] test parser::sequence::many::tests::many_m_n_infinite_loop ... ok [INFO] [stdout] test parser::sequence::many_count::tests::many0_count_infinite_loop ... ok [INFO] [stdout] test parser::sequence::many_count::tests::many1_count_failure ... ok [INFO] [stdout] test parser::sequence::many_count::tests::many0_count_success ... ok [INFO] [stdout] test parser::sequence::many_count::tests::many1_count_infinte_loop ... ok [INFO] [stdout] test parser::sequence::many_count::tests::many_m_n_count_failure ... ok [INFO] [stdout] test parser::sequence::many_count::tests::many1_count_success ... ok [INFO] [stdout] test parser::sequence::many_count::tests::many_m_n_count_infinite_loop ... ok [INFO] [stdout] test parser::sequence::pair::tests::pair_failure ... ok [INFO] [stdout] test parser::sequence::many_count::tests::many_m_n_count_success ... ok [INFO] [stdout] test parser::sequence::pair::tests::pair_success ... ok [INFO] [stdout] test parser::sequence::preceded::tests::preceded_success ... ok [INFO] [stdout] test parser::sequence::preceded::tests::preceded_failure ... ok [INFO] [stdout] test parser::sequence::tuple::tests::tuple_0 ... ok [INFO] [stdout] test parser::sequence::terminated::tests::terminated_failure ... ok [INFO] [stdout] test parser::sequence::terminated::tests::terminated_success ... ok [INFO] [stdout] test parser::span::tests::create ... ok [INFO] [stdout] test parser::span::tests::fragment ... ok [INFO] [stdout] test parser::span::tests::length ... ok [INFO] [stdout] test parser::sequence::many::tests::many0_infinite_loop ... ok [INFO] [stdout] test parser::sequence::many::tests::many1_failure ... ok [INFO] [stdout] test parser::sequence::tuple::tests::tuple_1 ... ok [INFO] [stdout] test parser::sequence::tuple::tests::tuple_2 ... ok [INFO] [stdout] test position::tests::position_new ... ok [INFO] [stdout] test parser::span::tests::line_str ... ok [INFO] [stdout] test position::tests::position_rebase ... ok [INFO] [stdout] test parser::tests::bytevec_example ... ok [INFO] [stdout] test position::tests::position_display ... ok [INFO] [stdout] test value::ident::tests::cast_float ... ok [INFO] [stdout] test value::ident::tests::cast_char ... ok [INFO] [stdout] test value::ident::tests::cast_integer ... ok [INFO] [stdout] test value::printer::tests::print_atoms ... ok [INFO] [stdout] test value::printer::tests::print_cyclic_vector ... ok [INFO] [stdout] test value::printer::tests::print_lists ... ok [INFO] [stdout] test value::printer::tests::print_cyclic_list ... ok [INFO] [stdout] test value::printer::tests::print_pairs ... ok [INFO] [stdout] test value::ident::tests::cast_bool ... ok [INFO] [stdout] test parser::sequence::folded_many::tests::fold_many_m_n_success ... ok [INFO] [stdout] test form::sexpr::symbol::tests::symbol_failure ... ok [INFO] [stdout] test form::sexpr::tests::parse_files_success ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 161 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] [stderr] Doc-tests kamo [INFO] [stdout] [INFO] [stdout] running 120 tests [INFO] [stdout] test src/lib.rs - (line 335) ... ok [INFO] [stdout] test src/parser/branch/any.rs - parser::branch::any::any (line 129) ... ok [INFO] [stdout] test src/lib.rs - (line 325) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii (line 9) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::alpha0 (line 50) ... ok [INFO] [stdout] test src/lib.rs - (line 156) ... ok [INFO] [stdout] test src/lib.rs - (line 350) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::alpha1 (line 80) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::alphanum1 (line 162) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::crlf (line 880) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::bin_digit1 (line 327) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::alphanum0 (line 130) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::bin_digit0 (line 295) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::digit1 (line 244) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::digit0 (line 213) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::graphic1 (line 741) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::graphic0 (line 709) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::oct_digit0 (line 378) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::oct_digit1 (line 410) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::hex_digit0 (line 461) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::line_ending (line 794) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::space1 (line 657) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::whitespace1 (line 577) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::space0 (line 628) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::hex_digit1 (line 493) ... ok [INFO] [stdout] test src/form/sexpr/mod.rs - form::sexpr::Sexpr (line 73) ... ok [INFO] [stdout] test src/parser/character/matches.rs - parser::character::matches::any_char (line 58) ... ok [INFO] [stdout] test src/parser/character/matches.rs - parser::character::matches::is_not (line 284) ... ok [INFO] [stdout] test src/parser/character/ascii.rs - parser::character::ascii::whitespace0 (line 545) ... ok [INFO] [stdout] test src/parser/character/matches.rs - parser::character::matches::none_of (line 180) ... ok [INFO] [stdout] test src/parser/character/matches.rs - parser::character::matches::satisfy (line 12) ... ok [INFO] [stdout] test src/parser/character/matches.rs - parser::character::matches::one_of (line 232) ... ok [INFO] [stdout] test src/parser/character/take.rs - parser::character::take::take (line 10) ... ok [INFO] [stdout] test src/parser/character/matches.rs - parser::character::matches::char (line 89) ... ok [INFO] [stdout] test src/parser/character/matches.rs - parser::character::matches::tag (line 125) ... ok [INFO] [stdout] test src/parser/character/take.rs - parser::character::take::take_while0 (line 57) ... ok [INFO] [stdout] test src/parser/character/take.rs - parser::character::take::take_while_m_n (line 165) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::alpha0 (line 36) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode (line 9) ... ok [INFO] [stdout] test src/parser/character/take.rs - parser::character::take::take_while1 (line 94) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::alphanum0 (line 116) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::alphanum1 (line 148) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::alpha1 (line 68) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::lowercase1 (line 308) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::lowercase0 (line 276) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::ident_start (line 542) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::ident_cont (line 702) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::numeric0 (line 196) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::ident_start_or (line 618) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::ident_cont_or (line 743) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::whitespace0 (line 444) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::numeric1 (line 228) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::uppercase1 (line 392) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::uppercase0 (line 360) ... ok [INFO] [stdout] test src/parser/combinator/eof.rs - parser::combinator::eof::eof (line 15) ... ok [INFO] [stdout] test src/parser/combinator/recognize.rs - parser::combinator::recognize::recognize (line 10) ... ok [INFO] [stdout] test src/parser/character/unicode.rs - parser::character::unicode::whitespace1 (line 476) ... ok [INFO] [stdout] test src/parser/combinator/map.rs - parser::combinator::map::map2 (line 48) ... ok [INFO] [stdout] test src/parser/error/context.rs - parser::error::context::context (line 15) ... ok [INFO] [stdout] test src/parser/combinator/optional.rs - parser::combinator::optional::opt (line 11) ... ok [INFO] [stdout] test src/parser/combinator/verify.rs - parser::combinator::verify::verify (line 12) ... ok [INFO] [stdout] test src/parser/combinator/map.rs - parser::combinator::map::map (line 9) ... ok [INFO] [stdout] test src/parser/combinator/value.rs - parser::combinator::value::value (line 9) ... ok [INFO] [stdout] test src/parser/error/context.rs - parser::error::context::context_as (line 51) ... ok [INFO] [stdout] test src/parser/input.rs - parser::input::Input<'a>::advance (line 126) ... ok [INFO] [stdout] test src/parser/error/context.rs - parser::error::context::cut (line 178) ... ok [INFO] [stdout] test src/parser/input.rs - parser::input::Input<'a>::advance_tag (line 177) ... ok [INFO] [stdout] test src/parser/error/context.rs - parser::error::context::context_and (line 92) ... ok [INFO] [stdout] test src/parser/input.rs - parser::input::Input<'a>::advance_if (line 252) ... ok [INFO] [stdout] test src/parser/error/context.rs - parser::error::context::map_err (line 217) ... ok [INFO] [stdout] test src/parser/input.rs - parser::input::Input<'a>::advance_until (line 319) ... ok [INFO] [stdout] test src/parser/error/context.rs - parser::error::context::semantic (line 134) ... ok [INFO] [stdout] test src/parser/input.rs - parser::input::Input<'a>::current (line 60) ... ok [INFO] [stdout] test src/parser/mod.rs - parser::prelude (line 287) ... ignored [INFO] [stdout] test src/parser/input.rs - parser::input::Input<'a>::newline (line 102) ... ok [INFO] [stdout] test src/parser/input.rs - parser::input::Input<'a>::position (line 80) ... ok [INFO] [stdout] test src/parser/mod.rs - parser (line 119) ... ok [INFO] [stdout] test src/parser/mod.rs - parser (line 172) ... ok [INFO] [stdout] test src/parser/input.rs - parser::input::Input<'a>::advance_while (line 283) ... ok [INFO] [stdout] test src/parser/sequence/delimited.rs - parser::sequence::delimited::delimited (line 10) ... ok [INFO] [stdout] test src/parser/sequence/folded_list.rs - parser::sequence::folded_list::fold_list_n (line 18) ... ok [INFO] [stdout] test src/parser/sequence/folded_list.rs - parser::sequence::folded_list::fold_list1 (line 129) ... ok [INFO] [stdout] test src/parser/mod.rs - parser (line 57) ... ok [INFO] [stdout] test src/parser/mod.rs - parser (line 202) ... ok [INFO] [stdout] test src/parser/sequence/folded_many.rs - parser::sequence::folded_many::fold_many_n (line 18) ... ok [INFO] [stdout] test src/parser/sequence/folded_list.rs - parser::sequence::folded_list::fold_list_m_n (line 204) ... ok [INFO] [stdout] test src/parser/sequence/folded_many.rs - parser::sequence::folded_many::fold_many_m_n (line 150) ... ok [INFO] [stdout] test src/parser/sequence/folded_many.rs - parser::sequence::folded_many::fold_many1 (line 91) ... ok [INFO] [stdout] test src/parser/sequence/folded_list.rs - parser::sequence::folded_list::fold_list0 (line 77) ... ok [INFO] [stdout] test src/parser/sequence/list.rs - parser::sequence::list::list1 (line 110) ... ok [INFO] [stdout] test src/parser/sequence/folded_many.rs - parser::sequence::folded_many::fold_many0 (line 56) ... ok [INFO] [stdout] test src/parser/sequence/list.rs - parser::sequence::list::list_m_n (line 187) ... ok [INFO] [stdout] test src/parser/sequence/macros.rs - parser::sequence::macros::infinite_loop_check (line 11) ... ok [INFO] [stdout] test src/parser/sequence/list.rs - parser::sequence::list::list0 (line 64) ... ok [INFO] [stdout] test src/parser/sequence/list.rs - parser::sequence::list::list_n (line 12) ... ok [INFO] [stdout] test src/parser/sequence/many.rs - parser::sequence::many::many0 (line 49) ... ok [INFO] [stdout] test src/parser/sequence/many_count.rs - parser::sequence::many_count::many0_count (line 43) ... ok [INFO] [stdout] test src/parser/sequence/many.rs - parser::sequence::many::many_m_n (line 133) ... ok [INFO] [stdout] test src/parser/sequence/many_count.rs - parser::sequence::many_count::many1_count (line 71) ... ok [INFO] [stdout] test src/parser/sequence/many.rs - parser::sequence::many::many_n (line 12) ... ok [INFO] [stdout] test src/parser/sequence/many.rs - parser::sequence::many::many1 (line 79) ... ok [INFO] [stdout] test src/parser/sequence/many_count.rs - parser::sequence::many_count::many_m_n_count (line 122) ... ok [INFO] [stdout] test src/parser/sequence/pair.rs - parser::sequence::pair::pair (line 10) ... ok [INFO] [stdout] test src/parser/sequence/tuple.rs - parser::sequence::tuple::tuple (line 162) ... ok [INFO] [stdout] test src/parser/span.rs - parser::span::Span::line_str (line 116) ... ok [INFO] [stdout] test src/value/kind.rs - value::kind::ValueKind (line 19) ... ignored [INFO] [stdout] test src/parser/sequence/terminated.rs - parser::sequence::terminated::terminated (line 10) ... ok [INFO] [stdout] test src/parser/span.rs - parser::span::Span::new_at (line 55) ... ok [INFO] [stdout] test src/parser/sequence/many_count.rs - parser::sequence::many_count::many_n_count (line 12) ... ok [INFO] [stdout] test src/parser/span.rs - parser::span::Span::fragment (line 146) ... ok [INFO] [stdout] test src/parser/span.rs - parser::span::Span::new (line 32) ... ok [INFO] [stdout] test src/parser/sequence/preceded.rs - parser::sequence::preceded::preceded (line 10) ... ok [INFO] [stdout] test src/value/value.rs - value::value::Value<'a>::new_dotlist_map (line 283) ... ok [INFO] [stdout] test src/value/printer.rs - value::printer::SimplePrinter (line 37) ... ok [INFO] [stdout] test src/position.rs - position::Position::new (line 32) ... ok [INFO] [stdout] test src/value/value.rs - value::value::Value<'a>::new_dotlist (line 228) ... ok [INFO] [stdout] test src/value/printer.rs - value::printer::SimplePrinterVisitor (line 71) ... ok [INFO] [stdout] test src/value/printer.rs - value::printer::print (line 17) ... ok [INFO] [stdout] test src/value/value.rs - value::value::Value<'a>::new_list_map (line 184) ... ok [INFO] [stdout] test src/value/value.rs - value::value::Value<'a>::new_list (line 153) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 118 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 13.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7ecc1cfd69536cf407ec44bb8579500c9a16437edf940638fb01646ac82909f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ecc1cfd69536cf407ec44bb8579500c9a16437edf940638fb01646ac82909f2", kill_on_drop: false }` [INFO] [stdout] 7ecc1cfd69536cf407ec44bb8579500c9a16437edf940638fb01646ac82909f2