[INFO] fetching crate yew-router-min-route-parser 0.8.0... [INFO] testing yew-router-min-route-parser-0.8.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate yew-router-min-route-parser 0.8.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate yew-router-min-route-parser 0.8.0 [INFO] finished tweaking crates.io crate yew-router-min-route-parser 0.8.0 [INFO] tweaked toml for crates.io crate yew-router-min-route-parser 0.8.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate yew-router-min-route-parser 0.8.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding nom v5.1.3 (available: v8.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d017a6558d0866e2fa723d794ca71ba25108dd75f260b9cf20f0aaf3b226f324 [INFO] running `Command { std: "docker" "start" "-a" "d017a6558d0866e2fa723d794ca71ba25108dd75f260b9cf20f0aaf3b226f324", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d017a6558d0866e2fa723d794ca71ba25108dd75f260b9cf20f0aaf3b226f324", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d017a6558d0866e2fa723d794ca71ba25108dd75f260b9cf20f0aaf3b226f324", kill_on_drop: false }` [INFO] [stdout] d017a6558d0866e2fa723d794ca71ba25108dd75f260b9cf20f0aaf3b226f324 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 4a5b52bf1f793759b7bca673db7777fd2adb29e85d65a879e9bbf8a8fdb57007 [INFO] running `Command { std: "docker" "start" "-a" "4a5b52bf1f793759b7bca673db7777fd2adb29e85d65a879e9bbf8a8fdb57007", kill_on_drop: false }` [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling nom v5.1.3 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling yew-router-min-route-parser v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn get_slash(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 30 | pub fn get_slash(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn get_question(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 35 | pub fn get_question(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_and(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 40 | pub fn get_and(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_hash(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 47 | pub fn get_hash(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_end(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 54 | pub fn get_end(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:129:19 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn nothing(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 129 | pub fn nothing(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:171:17 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn exact(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 171 | pub fn exact(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:176:26 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn fragment_exact(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 176 | pub fn fragment_exact(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:257:35 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 257 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 261 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:268:37 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 268 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:284:35 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 284 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:288:33 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 288 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:292:37 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 292 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:217:12 [INFO] [stdout] | [INFO] [stdout] 217 | mut i: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 218 | field_naming_scheme: FieldNamingScheme, [INFO] [stdout] 219 | ) -> Result, PrettyParseError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 219 | ) -> Result>, PrettyParseError<'_>> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/optimizer.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | i: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 54 | field_naming_scheme: FieldNamingScheme, [INFO] [stdout] 55 | ) -> Result, PrettyParseError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | ) -> Result, PrettyParseError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s [INFO] running `Command { std: "docker" "inspect" "4a5b52bf1f793759b7bca673db7777fd2adb29e85d65a879e9bbf8a8fdb57007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a5b52bf1f793759b7bca673db7777fd2adb29e85d65a879e9bbf8a8fdb57007", kill_on_drop: false }` [INFO] [stdout] 4a5b52bf1f793759b7bca673db7777fd2adb29e85d65a879e9bbf8a8fdb57007 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 714b62e0ac7d09eff32e1841669c72ccb089ec3f0822d8b93ebe96e936030f3c [INFO] running `Command { std: "docker" "start" "-a" "714b62e0ac7d09eff32e1841669c72ccb089ec3f0822d8b93ebe96e936030f3c", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn get_slash(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 30 | pub fn get_slash(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn get_question(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 35 | pub fn get_question(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_and(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 40 | pub fn get_and(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_hash(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 47 | pub fn get_hash(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_end(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 54 | pub fn get_end(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:129:19 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn nothing(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 129 | pub fn nothing(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:171:17 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn exact(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 171 | pub fn exact(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:176:26 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn fragment_exact(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 176 | pub fn fragment_exact(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:257:35 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 257 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 261 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:268:37 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 268 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:284:35 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 284 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling yew-router-min-route-parser v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:288:33 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 288 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:292:37 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 292 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:217:12 [INFO] [stdout] | [INFO] [stdout] 217 | mut i: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 218 | field_naming_scheme: FieldNamingScheme, [INFO] [stdout] 219 | ) -> Result, PrettyParseError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 219 | ) -> Result>, PrettyParseError<'_>> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/optimizer.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | i: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 54 | field_naming_scheme: FieldNamingScheme, [INFO] [stdout] 55 | ) -> Result, PrettyParseError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | ) -> Result, PrettyParseError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn get_slash(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 30 | pub fn get_slash(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn get_question(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 35 | pub fn get_question(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_and(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 40 | pub fn get_and(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_hash(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 47 | pub fn get_hash(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_end(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 54 | pub fn get_end(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:129:19 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn nothing(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 129 | pub fn nothing(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:171:17 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn exact(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 171 | pub fn exact(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:176:26 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn fragment_exact(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 176 | pub fn fragment_exact(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:257:35 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 257 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:261:33 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 261 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:268:37 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 268 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:284:35 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 284 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:288:33 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 288 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/core.rs:292:37 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided 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] 292 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:217:12 [INFO] [stdout] | [INFO] [stdout] 217 | mut i: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 218 | field_naming_scheme: FieldNamingScheme, [INFO] [stdout] 219 | ) -> Result, PrettyParseError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is hidden 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] 219 | ) -> Result>, PrettyParseError<'_>> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:416:17 [INFO] [stdout] | [INFO] [stdout] 416 | fn parse(i: &str) -> Result, PrettyParseError> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [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] 416 | fn parse(i: &str) -> Result>, PrettyParseError<'_>> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/optimizer.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | i: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 54 | field_naming_scheme: FieldNamingScheme, [INFO] [stdout] 55 | ) -> Result, PrettyParseError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | ) -> Result, PrettyParseError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "714b62e0ac7d09eff32e1841669c72ccb089ec3f0822d8b93ebe96e936030f3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "714b62e0ac7d09eff32e1841669c72ccb089ec3f0822d8b93ebe96e936030f3c", kill_on_drop: false }` [INFO] [stdout] 714b62e0ac7d09eff32e1841669c72ccb089ec3f0822d8b93ebe96e936030f3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 63f44c458dd2a46570eb5a28cb8e24a7e34c48a0ec3e5fd1991056c7d5e46f40 [INFO] running `Command { std: "docker" "start" "-a" "63f44c458dd2a46570eb5a28cb8e24a7e34c48a0ec3e5fd1991056c7d5e46f40", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn get_slash(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 30 | pub fn get_slash(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn get_question(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 35 | pub fn get_question(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn get_and(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 40 | pub fn get_and(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:47:20 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn get_hash(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 47 | pub fn get_hash(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:54:19 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn get_end(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 54 | pub fn get_end(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:129:19 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn nothing(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 129 | pub fn nothing(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:171:17 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn exact(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 171 | pub fn exact(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:176:26 [INFO] [stderr] | [INFO] [stderr] 176 | pub fn fragment_exact(i: &str) -> IResult<&str, RouteParserToken, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 176 | pub fn fragment_exact(i: &str) -> IResult<&str, RouteParserToken<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:257:35 [INFO] [stderr] | [INFO] [stderr] 257 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 257 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:261:33 [INFO] [stderr] | [INFO] [stderr] 261 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 261 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:268:37 [INFO] [stderr] | [INFO] [stderr] 268 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 268 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:284:35 [INFO] [stderr] | [INFO] [stderr] 284 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 284 | pub fn single_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:288:33 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 288 | pub fn many_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/core.rs:292:37 [INFO] [stderr] | [INFO] [stderr] 292 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant, ParseError> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided 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] 292 | pub fn numbered_capture_impl(i: &str) -> IResult<&str, RefCaptureVariant<'_>, ParseError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:217:12 [INFO] [stderr] | [INFO] [stderr] 217 | mut i: &str, [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stderr] 218 | field_naming_scheme: FieldNamingScheme, [INFO] [stderr] 219 | ) -> Result, PrettyParseError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is hidden 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] [stdout] [INFO] [stderr] | [INFO] [stdout] running 49 tests [INFO] [stderr] 219 | ) -> Result>, PrettyParseError<'_>> { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/optimizer.rs:53:8 [INFO] [stderr] | [INFO] [stderr] 53 | i: &str, [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stderr] 54 | field_naming_scheme: FieldNamingScheme, [INFO] [stderr] 55 | ) -> Result, PrettyParseError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 55 | ) -> Result, PrettyParseError<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `yew-router-min-route-parser` (lib) generated 16 warnings (run `cargo fix --lib -p yew-router-min-route-parser` to apply 16 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:416:17 [INFO] [stderr] | [INFO] [stderr] 416 | fn parse(i: &str) -> Result, PrettyParseError> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] 416 | fn parse(i: &str) -> Result>, PrettyParseError<'_>> { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: `yew-router-min-route-parser` (lib test) generated 17 warnings (16 duplicates) (run `cargo fix --lib -p yew-router-min-route-parser --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yew_router_min_route_parser-021646df7c4f4203) [INFO] [stdout] test core::test::lit ... ok [INFO] [stdout] test core::test::query_section_capture_named_fails_without_key ... ok [INFO] [stdout] test core::test::non_leading_numbers_in_ident ... ok [INFO] [stdout] test core::test::query_section_capture_unnamed_succeeds_without_key ... ok [INFO] [stdout] test core::test::query_section_exact ... ok [INFO] [stdout] test optimizer::tests::empty_creates_empty_token_list ... ok [INFO] [stdout] test parser::test::correct_parse::capture_fragment ... ok [INFO] [stdout] test parser::test::correct_parse::capture_path ... ok [INFO] [stdout] test parser::test::correct_parse::end_after_frag_capture ... ok [INFO] [stdout] test parser::test::correct_parse::end_after_path_separator ... ok [INFO] [stdout] test parser::test::correct_parse::end_after_path_capture ... ok [INFO] [stdout] test parser::test::correct_parse::exact_fragment ... ok [INFO] [stdout] test parser::test::correct_parse::end_after_query_capture ... ok [INFO] [stdout] test parser::test::correct_parse::just_end ... ok [INFO] [stdout] test parser::test::correct_parse::minimal_path ... ok [INFO] [stdout] test parser::test::correct_parse::mixed_fragment ... ok [INFO] [stdout] test parser::test::correct_parse::query_2_part ... ok [INFO] [stdout] test parser::test::correct_parse::query_3_part ... ok [INFO] [stdout] test parser::test::does_not_parse::after_end ... ok [INFO] [stdout] test parser::test::does_not_parse::double_slash ... ok [INFO] [stdout] test parser::test::does_not_parse::non_ident_capture ... ok [INFO] [stdout] test parser::test::does_parse::capture_rest_in_path ... ok [INFO] [stdout] test parser::test::correct_parse::end_after_path ... ok [INFO] [stdout] test parser::test::does_parse::capture_query ... ok [INFO] [stdout] test parser::test::does_not_parse::slash_ampersand ... ok [INFO] [stdout] test parser::test::correct_parse::query ... ok [INFO] [stdout] test parser::test::does_parse::escaped_exclamation ... ok [INFO] [stdout] test parser::test::does_parse::capture_in_path ... ok [INFO] [stdout] test parser::test::does_parse::capture_numbered_in_path ... ok [INFO] [stdout] test parser::test::correct_parse::multiple_path ... ok [INFO] [stdout] test parser::test::does_parse::empty ... ok [INFO] [stdout] test parser::test::does_parse::exact_query ... ok [INFO] [stdout] test parser::test::does_parse::exact_query_after_path ... ok [INFO] [stdout] test parser::test::does_parse::escaped_open_bracket ... ok [INFO] [stdout] test parser::test::does_parse::escaped_close_bracket ... ok [INFO] [stdout] test parser::test::does_parse::multiple_exact ... ok [INFO] [stdout] test parser::test::does_parse::multiple_queries ... ok [INFO] [stdout] test parser::test::correct_parse::starting_literal ... ok [INFO] [stdout] test parser::test::does_parse::query_with_capture_fragment ... ok [INFO] [stdout] test parser::test::does_parse::query_with_exact_and_capture_fragment ... ok [INFO] [stdout] test parser::test::does_parse::query_and_exact_fragment ... ok [INFO] [stdout] test parser::test::does_parse::slash_exact ... ok [INFO] [stdout] test parser::test::does_parse::slash ... ok [INFO] [stdout] test core::test::cap_or_exact_match_lit ... ok [INFO] [stdout] test core::test::cap_or_exact_match_cap ... ok [INFO] [stderr] Doc-tests yew_router_min_route_parser [INFO] [stdout] test core::test::leading_numbers_in_ident_fails ... ok [INFO] [stdout] test core::test::query_section_capture_named ... ok [INFO] [stdout] test parser::test::does_parse::escaped_backslash ... ok [INFO] [stdout] test parser::test::does_parse::leading_query_separator ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "63f44c458dd2a46570eb5a28cb8e24a7e34c48a0ec3e5fd1991056c7d5e46f40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63f44c458dd2a46570eb5a28cb8e24a7e34c48a0ec3e5fd1991056c7d5e46f40", kill_on_drop: false }` [INFO] [stdout] 63f44c458dd2a46570eb5a28cb8e24a7e34c48a0ec3e5fd1991056c7d5e46f40