[INFO] fetching crate yew-router-min-route-parser 0.8.0... [INFO] testing yew-router-min-route-parser-0.8.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate yew-router-min-route-parser 0.8.0 into /workspace/builds/worker-0-tc2/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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate yew-router-min-route-parser 0.8.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8c6340efe31c182f03b15f43c3603711a350251ec75acd42bf04a0513730d042 [INFO] running `Command { std: "docker" "start" "-a" "8c6340efe31c182f03b15f43c3603711a350251ec75acd42bf04a0513730d042", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c6340efe31c182f03b15f43c3603711a350251ec75acd42bf04a0513730d042", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c6340efe31c182f03b15f43c3603711a350251ec75acd42bf04a0513730d042", kill_on_drop: false }` [INFO] [stdout] 8c6340efe31c182f03b15f43c3603711a350251ec75acd42bf04a0513730d042 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c03e675be2e417d70df2bb2568bf7082041501d753531952f1f226994f0c9ddd [INFO] running `Command { std: "docker" "start" "-a" "c03e675be2e417d70df2bb2568bf7082041501d753531952f1f226994f0c9ddd", kill_on_drop: false }` [INFO] [stderr] Compiling nom v5.1.3 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling lexical-core v0.7.6 [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 3.24s [INFO] running `Command { std: "docker" "inspect" "c03e675be2e417d70df2bb2568bf7082041501d753531952f1f226994f0c9ddd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c03e675be2e417d70df2bb2568bf7082041501d753531952f1f226994f0c9ddd", kill_on_drop: false }` [INFO] [stdout] c03e675be2e417d70df2bb2568bf7082041501d753531952f1f226994f0c9ddd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 265e3c4e77ddfe109547259a304082d7f4564679609302ef88c1088395a71ccf [INFO] running `Command { std: "docker" "start" "-a" "265e3c4e77ddfe109547259a304082d7f4564679609302ef88c1088395a71ccf", 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] [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] [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/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.57s [INFO] running `Command { std: "docker" "inspect" "265e3c4e77ddfe109547259a304082d7f4564679609302ef88c1088395a71ccf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "265e3c4e77ddfe109547259a304082d7f4564679609302ef88c1088395a71ccf", kill_on_drop: false }` [INFO] [stdout] 265e3c4e77ddfe109547259a304082d7f4564679609302ef88c1088395a71ccf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cadbf88d4576150da3256135c61a9935aeee5b8162a81a3ebbac4be020c126d5 [INFO] running `Command { std: "docker" "start" "-a" "cadbf88d4576150da3256135c61a9935aeee5b8162a81a3ebbac4be020c126d5", 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] [stderr] | [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: 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) generated 16 warnings (run `cargo fix --lib -p yew-router-min-route-parser` to apply 16 suggestions) [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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yew_router_min_route_parser-044ed46c2d2d3637) [INFO] [stdout] [INFO] [stdout] running 49 tests [INFO] [stdout] test core::test::cap_or_exact_match_cap ... ok [INFO] [stdout] test core::test::cap_or_exact_match_lit ... ok [INFO] [stdout] test core::test::lit ... ok [INFO] [stdout] test core::test::leading_numbers_in_ident_fails ... ok [INFO] [stdout] test core::test::non_leading_numbers_in_ident ... ok [INFO] [stdout] test core::test::query_section_capture_named ... ok [INFO] [stdout] test core::test::query_section_capture_named_fails_without_key ... ok [INFO] [stdout] test core::test::query_section_exact ... ok [INFO] [stdout] test core::test::query_section_capture_unnamed_succeeds_without_key ... ok [INFO] [stdout] test parser::test::correct_parse::capture_fragment ... ok [INFO] [stdout] test optimizer::tests::empty_creates_empty_token_list ... 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 ... ok [INFO] [stdout] test parser::test::correct_parse::end_after_path_capture ... ok [INFO] [stdout] test parser::test::correct_parse::end_after_path_separator ... ok [INFO] [stdout] test parser::test::correct_parse::end_after_query_capture ... 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::exact_fragment ... ok [INFO] [stdout] test parser::test::does_parse::capture_query ... ok [INFO] [stdout] test parser::test::correct_parse::just_end ... ok [INFO] [stdout] test parser::test::correct_parse::multiple_path ... ok [INFO] [stdout] test parser::test::correct_parse::query_2_part ... ok [INFO] [stdout] test parser::test::does_parse::capture_rest_in_path ... ok [INFO] [stdout] test parser::test::does_not_parse::after_end ... ok [INFO] [stdout] test parser::test::does_not_parse::non_ident_capture ... 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::does_parse::query_and_exact_fragment ... ok [INFO] [stdout] test parser::test::does_parse::escaped_backslash ... ok [INFO] [stdout] test parser::test::does_parse::empty ... ok [INFO] [stdout] test parser::test::correct_parse::query_3_part ... ok [INFO] [stdout] test parser::test::does_not_parse::double_slash ... ok [INFO] [stdout] test parser::test::does_parse::escaped_close_bracket ... 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_not_parse::slash_ampersand ... ok [INFO] [stdout] test parser::test::does_parse::escaped_open_bracket ... ok [INFO] [stdout] test parser::test::does_parse::slash ... ok [INFO] [stdout] test parser::test::does_parse::exact_query ... 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::exact_query_after_path ... ok [INFO] [stdout] test parser::test::does_parse::leading_query_separator ... ok [INFO] [stdout] test parser::test::does_parse::multiple_exact ... ok [INFO] [stdout] test parser::test::does_parse::query_with_exact_and_capture_fragment ... ok [INFO] [stdout] test parser::test::does_parse::slash_exact ... ok [INFO] [stdout] test parser::test::does_parse::multiple_queries ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests yew_router_min_route_parser [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" "cadbf88d4576150da3256135c61a9935aeee5b8162a81a3ebbac4be020c126d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cadbf88d4576150da3256135c61a9935aeee5b8162a81a3ebbac4be020c126d5", kill_on_drop: false }` [INFO] [stdout] cadbf88d4576150da3256135c61a9935aeee5b8162a81a3ebbac4be020c126d5