[INFO] fetching crate itsy 0.4.0... [INFO] testing itsy-0.4.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate itsy 0.4.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate itsy 0.4.0 [INFO] finished tweaking crates.io crate itsy 0.4.0 [INFO] tweaked toml for crates.io crate itsy 0.4.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate itsy 0.4.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate itsy 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe61f470c664eb3c076b5f2e110091cfbe617b0d6755e283f8d446498467ba94 [INFO] running `Command { std: "docker" "start" "-a" "fe61f470c664eb3c076b5f2e110091cfbe617b0d6755e283f8d446498467ba94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe61f470c664eb3c076b5f2e110091cfbe617b0d6755e283f8d446498467ba94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe61f470c664eb3c076b5f2e110091cfbe617b0d6755e283f8d446498467ba94", kill_on_drop: false }` [INFO] [stdout] fe61f470c664eb3c076b5f2e110091cfbe617b0d6755e283f8d446498467ba94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c7ed29ecb0735f7c3faf30645fa9bbe8746f8cf4b5093792955cf16273a6ec28 [INFO] running `Command { std: "docker" "start" "-a" "c7ed29ecb0735f7c3faf30645fa9bbe8746f8cf4b5093792955cf16273a6ec28", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling itsy v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::collections::HashSet as UnorderedSet` [INFO] [stdout] --> src/prelude.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use std::collections::HashSet as UnorderedSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `origin` is never read [INFO] [stdout] --> src/bytecode/compiler/stack_frame.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Local { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 17 | pub origin: LocalOrigin, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Local` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | ...'a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output where P: FnMut(Input<'a>) -> Output { [INFO] [stdout] | ^^ -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 39 | fn with_state<'a, P: 'a, O: 'a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output<'a, O> where P: FnMut(Input<'a>) -> Output { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<&str> { [INFO] [stdout] | ^^ ------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<'_, Ident> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<'_, Path> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:181:21 [INFO] [stdout] | [INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:221:27 [INFO] [stdout] | [INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:238:28 [INFO] [stdout] | [INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:239:23 [INFO] [stdout] | [INFO] [stdout] 239 | fn field(i: Input<'_>) -> Output<(String, Expression)> { [INFO] [stdout] | ^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 239 | fn field(i: Input<'_>) -> Output<'_, (String, Expression)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:245:24 [INFO] [stdout] | [INFO] [stdout] 245 | fn fields(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn fields(i: Input<'_>) -> Output<'_, UnorderedMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:269:29 [INFO] [stdout] | [INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:287:21 [INFO] [stdout] | [INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:293:24 [INFO] [stdout] | [INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:320:24 [INFO] [stdout] | [INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<'_, Assignment> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:321:37 [INFO] [stdout] | [INFO] [stdout] 321 | fn assignment_operator(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 321 | fn assignment_operator(i: Input<'_>) -> Output<'_, BinaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:346:32 [INFO] [stdout] | [INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:350:24 [INFO] [stdout] | [INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<'_, Call> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:365:23 [INFO] [stdout] | [INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<'_, Call> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:382:19 [INFO] [stdout] | [INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:408:22 [INFO] [stdout] | [INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<'_, IfBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | fn else_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 409 | fn else_block(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:443:25 [INFO] [stdout] | [INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<'_, MatchBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:444:31 [INFO] [stdout] | [INFO] [stdout] 444 | fn match_pattern(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 444 | fn match_pattern(i: Input<'_>) -> Output<'_, Pattern> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | fn match_case(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 452 | fn match_case(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:465:28 [INFO] [stdout] | [INFO] [stdout] 465 | fn match_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 465 | fn match_list(i: Input<'_>) -> Output<'_, Vec<(Pattern, Block)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:488:24 [INFO] [stdout] | [INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:489:24 [INFO] [stdout] | [INFO] [stdout] 489 | fn parens(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 489 | fn parens(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:492:24 [INFO] [stdout] | [INFO] [stdout] 492 | fn prefix(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 492 | fn prefix(i: Input<'_>) -> Output<'_, UnaryOp> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:504:24 [INFO] [stdout] | [INFO] [stdout] 504 | fn suffix(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 504 | fn suffix(i: Input<'_>) -> Output<'_, UnaryOp> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:516:25 [INFO] [stdout] | [INFO] [stdout] 516 | fn operand(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 516 | fn operand(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:532:23 [INFO] [stdout] | [INFO] [stdout] 532 | fn unary(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 532 | fn unary(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:546:23 [INFO] [stdout] | [INFO] [stdout] 546 | fn prec7(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 546 | fn prec7(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:567:23 [INFO] [stdout] | [INFO] [stdout] 567 | fn prec6(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 567 | fn prec6(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:587:23 [INFO] [stdout] | [INFO] [stdout] 587 | fn prec5(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 587 | fn prec5(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:596:23 [INFO] [stdout] | [INFO] [stdout] 596 | fn prec4(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 596 | fn prec4(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:605:23 [INFO] [stdout] | [INFO] [stdout] 605 | fn prec3(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 605 | fn prec3(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:614:23 [INFO] [stdout] | [INFO] [stdout] 614 | fn prec2(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 614 | fn prec2(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:623:23 [INFO] [stdout] | [INFO] [stdout] 623 | fn prec1(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 623 | fn prec1(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:632:23 [INFO] [stdout] | [INFO] [stdout] 632 | fn prec0(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 632 | fn prec0(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:649:20 [INFO] [stdout] | [INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<'_, Module> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:665:22 [INFO] [stdout] | [INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<'_, Vec<(String, (String, bool))>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:686:29 [INFO] [stdout] | [INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<'_, Use> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:705:21 [INFO] [stdout] | [INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<'_, Binding> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:725:25 [INFO] [stdout] | [INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<'_, InlineType> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:734:22 [INFO] [stdout] | [INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<'_, EnumDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:735:25 [INFO] [stdout] | [INFO] [stdout] 735 | fn variant(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 735 | fn variant(i: Input<'_>) -> Output<'_, VariantDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:793:24 [INFO] [stdout] | [INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<'_, StructDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:794:23 [INFO] [stdout] | [INFO] [stdout] 794 | fn field(i: Input<'_>) -> Output<(String, InlineType)> { [INFO] [stdout] | ^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 794 | fn field(i: Input<'_>) -> Output<'_, (String, InlineType)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:800:24 [INFO] [stdout] | [INFO] [stdout] 800 | fn fields(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 800 | fn fields(i: Input<'_>) -> Output<'_, Vec<(String, InlineType)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:826:24 [INFO] [stdout] | [INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<'_, ImplBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:845:23 [INFO] [stdout] | [INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<'_, TraitDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:865:30 [INFO] [stdout] | [INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<'_, ImplBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:887:19 [INFO] [stdout] | [INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<'_, Array> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:901:22 [INFO] [stdout] | [INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<'_, Function> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:902:36 [INFO] [stdout] | [INFO] [stdout] 902 | fn function_signature(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 902 | fn function_signature(i: Input<'_>) -> Output<'_, Signature> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:903:30 [INFO] [stdout] | [INFO] [stdout] 903 | fn argument(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 903 | fn argument(i: Input<'_>) -> Output<'_, Binding> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:917:35 [INFO] [stdout] | [INFO] [stdout] 917 | fn argument_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 917 | fn argument_list(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:920:33 [INFO] [stdout] | [INFO] [stdout] 920 | fn return_part(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 920 | fn return_part(i: Input<'_>) -> Output<'_, InlineType> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:954:22 [INFO] [stdout] | [INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<'_, ForLoop> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:955:28 [INFO] [stdout] | [INFO] [stdout] 955 | fn loop_range(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 955 | fn loop_range(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:993:24 [INFO] [stdout] | [INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<'_, WhileLoop> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1011:30 [INFO] [stdout] | [INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<'_, Return> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1027:23 [INFO] [stdout] | [INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1050:24 [INFO] [stdout] | [INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1063:18 [INFO] [stdout] | [INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn modules<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn modules<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn using<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ------- ------- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'a` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 26 | pub fn using<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn iter<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ---------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 36 | pub fn iter<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/writer.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) fn program(self: &Self) -> RefMut> { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) fn program(self: &Self) -> RefMut<'_, Program> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/compiler/util.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | fn kind(self: &'p Self) -> &'p CoverageRangeKind { [INFO] [stdout] | ^^ -- ----------------- the lifetimes get resolved as `'p` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'p` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'p` [INFO] [stdout] | [INFO] [stdout] 27 | fn kind(self: &'p Self) -> &'p CoverageRangeKind<'p> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/compiler/util.rs:121:27 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn validate(self: &Self) -> CoverageRangeType { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn validate(self: &Self) -> CoverageRangeType<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.63s [INFO] running `Command { std: "docker" "inspect" "c7ed29ecb0735f7c3faf30645fa9bbe8746f8cf4b5093792955cf16273a6ec28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7ed29ecb0735f7c3faf30645fa9bbe8746f8cf4b5093792955cf16273a6ec28", kill_on_drop: false }` [INFO] [stdout] c7ed29ecb0735f7c3faf30645fa9bbe8746f8cf4b5093792955cf16273a6ec28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d0e1e37a3b8ab6b70004191440ca94a86cda5ed67d205f8f60ef6e0312487a61 [INFO] running `Command { std: "docker" "start" "-a" "d0e1e37a3b8ab6b70004191440ca94a86cda5ed67d205f8f60ef6e0312487a61", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `std::collections::HashSet as UnorderedSet` [INFO] [stdout] --> src/prelude.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use std::collections::HashSet as UnorderedSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `origin` is never read [INFO] [stdout] --> src/bytecode/compiler/stack_frame.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Local { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 17 | pub origin: LocalOrigin, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Local` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | ...'a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output where P: FnMut(Input<'a>) -> Output { [INFO] [stdout] | ^^ -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 39 | fn with_state<'a, P: 'a, O: 'a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output<'a, O> where P: FnMut(Input<'a>) -> Output { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<&str> { [INFO] [stdout] | ^^ ------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<'_, Ident> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<'_, Path> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:181:21 [INFO] [stdout] | [INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:221:27 [INFO] [stdout] | [INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:238:28 [INFO] [stdout] | [INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:239:23 [INFO] [stdout] | [INFO] [stdout] 239 | fn field(i: Input<'_>) -> Output<(String, Expression)> { [INFO] [stdout] | ^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 239 | fn field(i: Input<'_>) -> Output<'_, (String, Expression)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:245:24 [INFO] [stdout] | [INFO] [stdout] 245 | fn fields(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn fields(i: Input<'_>) -> Output<'_, UnorderedMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:269:29 [INFO] [stdout] | [INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:287:21 [INFO] [stdout] | [INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:293:24 [INFO] [stdout] | [INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:320:24 [INFO] [stdout] | [INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<'_, Assignment> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:321:37 [INFO] [stdout] | [INFO] [stdout] 321 | fn assignment_operator(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 321 | fn assignment_operator(i: Input<'_>) -> Output<'_, BinaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:346:32 [INFO] [stdout] | [INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:350:24 [INFO] [stdout] | [INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<'_, Call> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:365:23 [INFO] [stdout] | [INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<'_, Call> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:382:19 [INFO] [stdout] | [INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:408:22 [INFO] [stdout] | [INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<'_, IfBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | fn else_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 409 | fn else_block(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:443:25 [INFO] [stdout] | [INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<'_, MatchBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:444:31 [INFO] [stdout] | [INFO] [stdout] 444 | fn match_pattern(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 444 | fn match_pattern(i: Input<'_>) -> Output<'_, Pattern> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | fn match_case(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 452 | fn match_case(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:465:28 [INFO] [stdout] | [INFO] [stdout] 465 | fn match_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 465 | fn match_list(i: Input<'_>) -> Output<'_, Vec<(Pattern, Block)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:488:24 [INFO] [stdout] | [INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:489:24 [INFO] [stdout] | [INFO] [stdout] 489 | fn parens(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 489 | fn parens(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:492:24 [INFO] [stdout] | [INFO] [stdout] 492 | fn prefix(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 492 | fn prefix(i: Input<'_>) -> Output<'_, UnaryOp> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:504:24 [INFO] [stdout] | [INFO] [stdout] 504 | fn suffix(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 504 | fn suffix(i: Input<'_>) -> Output<'_, UnaryOp> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:516:25 [INFO] [stdout] | [INFO] [stdout] 516 | fn operand(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 516 | fn operand(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:532:23 [INFO] [stdout] | [INFO] [stdout] 532 | fn unary(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 532 | fn unary(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:546:23 [INFO] [stdout] | [INFO] [stdout] 546 | fn prec7(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 546 | fn prec7(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:567:23 [INFO] [stdout] | [INFO] [stdout] 567 | fn prec6(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 567 | fn prec6(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:587:23 [INFO] [stdout] | [INFO] [stdout] 587 | fn prec5(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 587 | fn prec5(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:596:23 [INFO] [stdout] | [INFO] [stdout] 596 | fn prec4(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 596 | fn prec4(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:605:23 [INFO] [stdout] | [INFO] [stdout] 605 | fn prec3(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 605 | fn prec3(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:614:23 [INFO] [stdout] | [INFO] [stdout] 614 | fn prec2(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 614 | fn prec2(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:623:23 [INFO] [stdout] | [INFO] [stdout] 623 | fn prec1(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 623 | fn prec1(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:632:23 [INFO] [stdout] | [INFO] [stdout] 632 | fn prec0(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 632 | fn prec0(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:649:20 [INFO] [stdout] | [INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<'_, Module> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:665:22 [INFO] [stdout] | [INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<'_, Vec<(String, (String, bool))>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:686:29 [INFO] [stdout] | [INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<'_, Use> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:705:21 [INFO] [stdout] | [INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<'_, Binding> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:725:25 [INFO] [stdout] | [INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<'_, InlineType> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:734:22 [INFO] [stdout] | [INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<'_, EnumDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:735:25 [INFO] [stdout] | [INFO] [stdout] 735 | fn variant(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 735 | fn variant(i: Input<'_>) -> Output<'_, VariantDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:793:24 [INFO] [stdout] | [INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<'_, StructDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:794:23 [INFO] [stdout] | [INFO] [stdout] 794 | fn field(i: Input<'_>) -> Output<(String, InlineType)> { [INFO] [stdout] | ^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 794 | fn field(i: Input<'_>) -> Output<'_, (String, InlineType)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:800:24 [INFO] [stdout] | [INFO] [stdout] 800 | fn fields(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 800 | fn fields(i: Input<'_>) -> Output<'_, Vec<(String, InlineType)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:826:24 [INFO] [stdout] | [INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<'_, ImplBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:845:23 [INFO] [stdout] | [INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<'_, TraitDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:865:30 [INFO] [stdout] | [INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<'_, ImplBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:887:19 [INFO] [stdout] | [INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<'_, Array> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:901:22 [INFO] [stdout] | [INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<'_, Function> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:902:36 [INFO] [stdout] | [INFO] [stdout] 902 | fn function_signature(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 902 | fn function_signature(i: Input<'_>) -> Output<'_, Signature> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:903:30 [INFO] [stdout] | [INFO] [stdout] 903 | fn argument(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 903 | fn argument(i: Input<'_>) -> Output<'_, Binding> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:917:35 [INFO] [stdout] | [INFO] [stdout] 917 | fn argument_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 917 | fn argument_list(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:920:33 [INFO] [stdout] | [INFO] [stdout] 920 | fn return_part(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 920 | fn return_part(i: Input<'_>) -> Output<'_, InlineType> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:954:22 [INFO] [stdout] | [INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<'_, ForLoop> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:955:28 [INFO] [stdout] | [INFO] [stdout] 955 | fn loop_range(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 955 | fn loop_range(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:993:24 [INFO] [stdout] | [INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<'_, WhileLoop> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1011:30 [INFO] [stdout] | [INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<'_, Return> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1027:23 [INFO] [stdout] | [INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1050:24 [INFO] [stdout] | [INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1063:18 [INFO] [stdout] | [INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn modules<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn modules<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn using<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ------- ------- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'a` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 26 | pub fn using<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itsy v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn iter<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ---------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 36 | pub fn iter<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/writer.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) fn program(self: &Self) -> RefMut> { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) fn program(self: &Self) -> RefMut<'_, Program> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/compiler/util.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | fn kind(self: &'p Self) -> &'p CoverageRangeKind { [INFO] [stdout] | ^^ -- ----------------- the lifetimes get resolved as `'p` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'p` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'p` [INFO] [stdout] | [INFO] [stdout] 27 | fn kind(self: &'p Self) -> &'p CoverageRangeKind<'p> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/compiler/util.rs:121:27 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn validate(self: &Self) -> CoverageRangeType { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn validate(self: &Self) -> CoverageRangeType<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StackAddress` [INFO] [stdout] --> tests/util.rs:1:74 [INFO] [stdout] | [INFO] [stdout] 1 | pub use itsy::{build_str, run as itsy_run, parser::parse_module, sizes::{StackAddress, STACK_ADDRESS_TYPE}, resolver::resolved::meta::Type}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `StackAddress` and `parser::parse_module` [INFO] [stdout] --> tests/util.rs:1:44 [INFO] [stdout] | [INFO] [stdout] 1 | pub use itsy::{build_str, run as itsy_run, parser::parse_module, sizes::{StackAddress, STACK_ADDRESS_TYPE}, resolver::resolved::meta::Type}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet as UnorderedSet` [INFO] [stdout] --> src/prelude.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use std::collections::HashSet as UnorderedSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `origin` is never read [INFO] [stdout] --> src/bytecode/compiler/stack_frame.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Local { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 17 | pub origin: LocalOrigin, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Local` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | ...'a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output where P: FnMut(Input<'a>) -> Output { [INFO] [stdout] | ^^ -- --------- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 39 | fn with_state<'a, P: 'a, O: 'a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output<'a, O> where P: FnMut(Input<'a>) -> Output { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<&str> { [INFO] [stdout] | ^^ ------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<'_, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<'_, Ident> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<'_, Path> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:181:21 [INFO] [stdout] | [INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:221:27 [INFO] [stdout] | [INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:238:28 [INFO] [stdout] | [INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:239:23 [INFO] [stdout] | [INFO] [stdout] 239 | fn field(i: Input<'_>) -> Output<(String, Expression)> { [INFO] [stdout] | ^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 239 | fn field(i: Input<'_>) -> Output<'_, (String, Expression)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:245:24 [INFO] [stdout] | [INFO] [stdout] 245 | fn fields(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 245 | fn fields(i: Input<'_>) -> Output<'_, UnorderedMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:269:29 [INFO] [stdout] | [INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:287:21 [INFO] [stdout] | [INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:293:24 [INFO] [stdout] | [INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:320:24 [INFO] [stdout] | [INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<'_, Assignment> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:321:37 [INFO] [stdout] | [INFO] [stdout] 321 | fn assignment_operator(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 321 | fn assignment_operator(i: Input<'_>) -> Output<'_, BinaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:346:32 [INFO] [stdout] | [INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:350:24 [INFO] [stdout] | [INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<'_, Call> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:365:23 [INFO] [stdout] | [INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<'_, Call> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:382:19 [INFO] [stdout] | [INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:408:22 [INFO] [stdout] | [INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<'_, IfBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | fn else_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 409 | fn else_block(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:443:25 [INFO] [stdout] | [INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<'_, MatchBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:444:31 [INFO] [stdout] | [INFO] [stdout] 444 | fn match_pattern(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 444 | fn match_pattern(i: Input<'_>) -> Output<'_, Pattern> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | fn match_case(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 452 | fn match_case(i: Input<'_>) -> Output<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:465:28 [INFO] [stdout] | [INFO] [stdout] 465 | fn match_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 465 | fn match_list(i: Input<'_>) -> Output<'_, Vec<(Pattern, Block)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:488:24 [INFO] [stdout] | [INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:489:24 [INFO] [stdout] | [INFO] [stdout] 489 | fn parens(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 489 | fn parens(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:492:24 [INFO] [stdout] | [INFO] [stdout] 492 | fn prefix(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 492 | fn prefix(i: Input<'_>) -> Output<'_, UnaryOp> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:504:24 [INFO] [stdout] | [INFO] [stdout] 504 | fn suffix(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 504 | fn suffix(i: Input<'_>) -> Output<'_, UnaryOp> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:516:25 [INFO] [stdout] | [INFO] [stdout] 516 | fn operand(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 516 | fn operand(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:532:23 [INFO] [stdout] | [INFO] [stdout] 532 | fn unary(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 532 | fn unary(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:546:23 [INFO] [stdout] | [INFO] [stdout] 546 | fn prec7(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 546 | fn prec7(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:567:23 [INFO] [stdout] | [INFO] [stdout] 567 | fn prec6(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 567 | fn prec6(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:587:23 [INFO] [stdout] | [INFO] [stdout] 587 | fn prec5(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 587 | fn prec5(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:596:23 [INFO] [stdout] | [INFO] [stdout] 596 | fn prec4(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 596 | fn prec4(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:605:23 [INFO] [stdout] | [INFO] [stdout] 605 | fn prec3(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 605 | fn prec3(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:614:23 [INFO] [stdout] | [INFO] [stdout] 614 | fn prec2(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 614 | fn prec2(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:623:23 [INFO] [stdout] | [INFO] [stdout] 623 | fn prec1(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 623 | fn prec1(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:632:23 [INFO] [stdout] | [INFO] [stdout] 632 | fn prec0(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 632 | fn prec0(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:649:20 [INFO] [stdout] | [INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<'_, Module> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:665:22 [INFO] [stdout] | [INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<'_, Vec<(String, (String, bool))>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:686:29 [INFO] [stdout] | [INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<'_, Use> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:705:21 [INFO] [stdout] | [INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<'_, Binding> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:725:25 [INFO] [stdout] | [INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<'_, InlineType> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:734:22 [INFO] [stdout] | [INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<'_, EnumDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:735:25 [INFO] [stdout] | [INFO] [stdout] 735 | fn variant(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 735 | fn variant(i: Input<'_>) -> Output<'_, VariantDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:793:24 [INFO] [stdout] | [INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<'_, StructDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:794:23 [INFO] [stdout] | [INFO] [stdout] 794 | fn field(i: Input<'_>) -> Output<(String, InlineType)> { [INFO] [stdout] | ^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 794 | fn field(i: Input<'_>) -> Output<'_, (String, InlineType)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:800:24 [INFO] [stdout] | [INFO] [stdout] 800 | fn fields(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 800 | fn fields(i: Input<'_>) -> Output<'_, Vec<(String, InlineType)>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:826:24 [INFO] [stdout] | [INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<'_, ImplBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:845:23 [INFO] [stdout] | [INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<'_, TraitDef> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:865:30 [INFO] [stdout] | [INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<'_, ImplBlock> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:887:19 [INFO] [stdout] | [INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<'_, Array> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:901:22 [INFO] [stdout] | [INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<'_, Function> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:902:36 [INFO] [stdout] | [INFO] [stdout] 902 | fn function_signature(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 902 | fn function_signature(i: Input<'_>) -> Output<'_, Signature> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:903:30 [INFO] [stdout] | [INFO] [stdout] 903 | fn argument(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 903 | fn argument(i: Input<'_>) -> Output<'_, Binding> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:917:35 [INFO] [stdout] | [INFO] [stdout] 917 | fn argument_list(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 917 | fn argument_list(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:920:33 [INFO] [stdout] | [INFO] [stdout] 920 | fn return_part(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 920 | fn return_part(i: Input<'_>) -> Output<'_, InlineType> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:954:22 [INFO] [stdout] | [INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<'_, ForLoop> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:955:28 [INFO] [stdout] | [INFO] [stdout] 955 | fn loop_range(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 955 | fn loop_range(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:993:24 [INFO] [stdout] | [INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<'_, WhileLoop> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1011:30 [INFO] [stdout] | [INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<'_, Return> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1027:23 [INFO] [stdout] | [INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1050:24 [INFO] [stdout] | [INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output { [INFO] [stdout] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/parser.rs:1063:18 [INFO] [stdout] | [INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output> { [INFO] [stdout] | ^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn modules<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn modules<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn using<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ------- ------- the lifetimes get resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'a` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 26 | pub fn using<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/frontend/parser/types.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn iter<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ^^ ---------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 36 | pub fn iter<'a>(self: &'a Self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/writer.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) fn program(self: &Self) -> RefMut> { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) fn program(self: &Self) -> RefMut<'_, Program> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/compiler/util.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | fn kind(self: &'p Self) -> &'p CoverageRangeKind { [INFO] [stdout] | ^^ -- ----------------- the lifetimes get resolved as `'p` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'p` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'p` [INFO] [stdout] | [INFO] [stdout] 27 | fn kind(self: &'p Self) -> &'p CoverageRangeKind<'p> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytecode/compiler/util.rs:121:27 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn validate(self: &Self) -> CoverageRangeType { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn validate(self: &Self) -> CoverageRangeType<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.23s [INFO] running `Command { std: "docker" "inspect" "d0e1e37a3b8ab6b70004191440ca94a86cda5ed67d205f8f60ef6e0312487a61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0e1e37a3b8ab6b70004191440ca94a86cda5ed67d205f8f60ef6e0312487a61", kill_on_drop: false }` [INFO] [stdout] d0e1e37a3b8ab6b70004191440ca94a86cda5ed67d205f8f60ef6e0312487a61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5e637f9ad9d326927d601b84c4a57542a34df5109fd2110175e5b512aab76ecd [INFO] running `Command { std: "docker" "start" "-a" "5e637f9ad9d326927d601b84c4a57542a34df5109fd2110175e5b512aab76ecd", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::collections::HashSet as UnorderedSet` [INFO] [stderr] --> src/prelude.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub use std::collections::HashSet as UnorderedSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `origin` is never read [INFO] [stderr] --> src/bytecode/compiler/stack_frame.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub struct Local { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] ... [INFO] [stderr] 17 | pub origin: LocalOrigin, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Local` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | ...'a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output where P: FnMut(Input<'a>) -> Output { [INFO] [stderr] | ^^ -- --------- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 39 | fn with_state<'a, P: 'a, O: 'a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output<'a, O> where P: FnMut(Input<'a>) -> Output { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:52:19 [INFO] [stderr] | [INFO] [stderr] 52 | fn label(i: Input<'_>) -> Output<&str> { [INFO] [stderr] | ^^ ------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 52 | fn label(i: Input<'_>) -> Output<'_, &str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:62:19 [INFO] [stderr] | [INFO] [stderr] 62 | fn ident(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 62 | fn ident(i: Input<'_>) -> Output<'_, Ident> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:75:18 [INFO] [stderr] | [INFO] [stderr] 75 | fn path(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 75 | fn path(i: Input<'_>) -> Output<'_, Path> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:82:23 [INFO] [stderr] | [INFO] [stderr] 82 | fn numerical(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 82 | fn numerical(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:181:21 [INFO] [stderr] | [INFO] [stderr] 181 | fn boolean(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 181 | fn boolean(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:195:20 [INFO] [stderr] | [INFO] [stderr] 195 | fn string(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 195 | fn string(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:221:27 [INFO] [stderr] | [INFO] [stderr] 221 | fn array_literal(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 221 | fn array_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:238:28 [INFO] [stderr] | [INFO] [stderr] 238 | fn struct_literal(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 238 | fn struct_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:239:23 [INFO] [stderr] | [INFO] [stderr] 239 | fn field(i: Input<'_>) -> Output<(String, Expression)> { [INFO] [stderr] | ^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 239 | fn field(i: Input<'_>) -> Output<'_, (String, Expression)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:245:24 [INFO] [stderr] | [INFO] [stderr] 245 | fn fields(i: Input<'_>) -> Output> { [INFO] [stderr] | ^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 245 | fn fields(i: Input<'_>) -> Output<'_, UnorderedMap> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:269:29 [INFO] [stderr] | [INFO] [stderr] 269 | fn variant_literal(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 269 | fn variant_literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:287:21 [INFO] [stderr] | [INFO] [stderr] 287 | fn literal(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 287 | fn literal(i: Input<'_>) -> Output<'_, Literal> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:293:24 [INFO] [stderr] | [INFO] [stderr] 293 | fn assignable(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 293 | fn assignable(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:320:24 [INFO] [stderr] | [INFO] [stderr] 320 | fn assignment(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 320 | fn assignment(i: Input<'_>) -> Output<'_, Assignment> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:321:37 [INFO] [stderr] | [INFO] [stderr] 321 | fn assignment_operator(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 321 | fn assignment_operator(i: Input<'_>) -> Output<'_, BinaryOperator> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:346:32 [INFO] [stderr] | [INFO] [stderr] 346 | fn call_argument_list(i: Input<'_>) -> Output> { [INFO] [stderr] | ^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 346 | fn call_argument_list(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:350:24 [INFO] [stderr] | [INFO] [stderr] 350 | fn call_ident(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 350 | fn call_ident(i: Input<'_>) -> Output<'_, Call> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:365:23 [INFO] [stderr] | [INFO] [stderr] 365 | fn call_path(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 365 | fn call_path(i: Input<'_>) -> Output<'_, Call> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:382:19 [INFO] [stderr] | [INFO] [stderr] 382 | fn block(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 382 | fn block(i: Input<'_>) -> Output<'_, Block> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:408:22 [INFO] [stderr] | [INFO] [stderr] 408 | fn if_block(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 408 | fn if_block(i: Input<'_>) -> Output<'_, IfBlock> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:409:28 [INFO] [stderr] | [INFO] [stderr] 409 | fn else_block(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 409 | fn else_block(i: Input<'_>) -> Output<'_, Block> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:443:25 [INFO] [stderr] | [INFO] [stderr] 443 | fn match_block(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 443 | fn match_block(i: Input<'_>) -> Output<'_, MatchBlock> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:444:31 [INFO] [stderr] | [INFO] [stderr] 444 | fn match_pattern(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 444 | fn match_pattern(i: Input<'_>) -> Output<'_, Pattern> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:452:28 [INFO] [stderr] | [INFO] [stderr] 452 | fn match_case(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 452 | fn match_case(i: Input<'_>) -> Output<'_, Block> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:465:28 [INFO] [stderr] | [INFO] [stderr] 465 | fn match_list(i: Input<'_>) -> Output> { [INFO] [stderr] | ^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 465 | fn match_list(i: Input<'_>) -> Output<'_, Vec<(Pattern, Block)>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:488:24 [INFO] [stderr] | [INFO] [stderr] 488 | fn expression(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 488 | fn expression(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:489:24 [INFO] [stderr] | [INFO] [stderr] 489 | fn parens(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 489 | fn parens(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:492:24 [INFO] [stderr] | [INFO] [stderr] 492 | fn prefix(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 492 | fn prefix(i: Input<'_>) -> Output<'_, UnaryOp> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:504:24 [INFO] [stderr] | [INFO] [stderr] 504 | fn suffix(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 504 | fn suffix(i: Input<'_>) -> Output<'_, UnaryOp> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:516:25 [INFO] [stderr] | [INFO] [stderr] 516 | fn operand(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 516 | fn operand(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:532:23 [INFO] [stderr] | [INFO] [stderr] 532 | fn unary(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 532 | fn unary(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:546:23 [INFO] [stderr] | [INFO] [stderr] 546 | fn prec7(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 546 | fn prec7(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:567:23 [INFO] [stderr] | [INFO] [stderr] 567 | fn prec6(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 567 | fn prec6(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:587:23 [INFO] [stderr] | [INFO] [stderr] 587 | fn prec5(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 587 | fn prec5(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:596:23 [INFO] [stderr] | [INFO] [stderr] 596 | fn prec4(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 596 | fn prec4(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:605:23 [INFO] [stderr] | [INFO] [stderr] 605 | fn prec3(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 605 | fn prec3(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:614:23 [INFO] [stderr] | [INFO] [stderr] 614 | fn prec2(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 614 | fn prec2(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:623:23 [INFO] [stderr] | [INFO] [stderr] 623 | fn prec1(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 623 | fn prec1(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:632:23 [INFO] [stderr] | [INFO] [stderr] 632 | fn prec0(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 632 | fn prec0(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:649:20 [INFO] [stderr] | [INFO] [stderr] 649 | fn module(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 649 | fn module(i: Input<'_>) -> Output<'_, Module> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:665:22 [INFO] [stderr] | [INFO] [stderr] 665 | fn use_item(i: Input<'_>) -> Output> { [INFO] [stderr] | ^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 665 | fn use_item(i: Input<'_>) -> Output<'_, Vec<(String, (String, bool))>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:686:29 [INFO] [stderr] | [INFO] [stderr] 686 | fn use_declaration(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 686 | fn use_declaration(i: Input<'_>) -> Output<'_, Use> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:705:21 [INFO] [stderr] | [INFO] [stderr] 705 | fn binding(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 705 | fn binding(i: Input<'_>) -> Output<'_, Binding> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:725:25 [INFO] [stderr] | [INFO] [stderr] 725 | fn inline_type(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 725 | fn inline_type(i: Input<'_>) -> Output<'_, InlineType> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:734:22 [INFO] [stderr] | [INFO] [stderr] 734 | fn enum_def(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 734 | fn enum_def(i: Input<'_>) -> Output<'_, EnumDef> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:735:25 [INFO] [stderr] | [INFO] [stderr] 735 | fn variant(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 735 | fn variant(i: Input<'_>) -> Output<'_, VariantDef> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:793:24 [INFO] [stderr] | [INFO] [stderr] 793 | fn struct_def(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 793 | fn struct_def(i: Input<'_>) -> Output<'_, StructDef> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:794:23 [INFO] [stderr] | [INFO] [stderr] 794 | fn field(i: Input<'_>) -> Output<(String, InlineType)> { [INFO] [stderr] | ^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 794 | fn field(i: Input<'_>) -> Output<'_, (String, InlineType)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:800:24 [INFO] [stderr] | [INFO] [stderr] 800 | fn fields(i: Input<'_>) -> Output> { [INFO] [stderr] | ^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 800 | fn fields(i: Input<'_>) -> Output<'_, Vec<(String, InlineType)>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:826:24 [INFO] [stderr] | [INFO] [stderr] 826 | fn impl_block(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 826 | fn impl_block(i: Input<'_>) -> Output<'_, ImplBlock> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:845:23 [INFO] [stderr] | [INFO] [stderr] 845 | fn trait_def(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 845 | fn trait_def(i: Input<'_>) -> Output<'_, TraitDef> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:865:30 [INFO] [stderr] | [INFO] [stderr] 865 | fn trait_impl_block(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 865 | fn trait_impl_block(i: Input<'_>) -> Output<'_, ImplBlock> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:887:19 [INFO] [stderr] | [INFO] [stderr] 887 | fn array(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 887 | fn array(i: Input<'_>) -> Output<'_, Array> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:901:22 [INFO] [stderr] | [INFO] [stderr] 901 | fn function(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 901 | fn function(i: Input<'_>) -> Output<'_, Function> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:902:36 [INFO] [stderr] | [INFO] [stderr] 902 | fn function_signature(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 902 | fn function_signature(i: Input<'_>) -> Output<'_, Signature> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:903:30 [INFO] [stderr] | [INFO] [stderr] 903 | fn argument(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 903 | fn argument(i: Input<'_>) -> Output<'_, Binding> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:917:35 [INFO] [stderr] | [INFO] [stderr] 917 | fn argument_list(i: Input<'_>) -> Output> { [INFO] [stderr] | ^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 917 | fn argument_list(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:920:33 [INFO] [stderr] | [INFO] [stderr] 920 | fn return_part(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 920 | fn return_part(i: Input<'_>) -> Output<'_, InlineType> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:954:22 [INFO] [stderr] | [INFO] [stderr] 954 | fn for_loop(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 954 | fn for_loop(i: Input<'_>) -> Output<'_, ForLoop> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:955:28 [INFO] [stderr] | [INFO] [stderr] 955 | fn loop_range(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 955 | fn loop_range(i: Input<'_>) -> Output<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:993:24 [INFO] [stderr] | [INFO] [stderr] 993 | fn while_loop(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 993 | fn while_loop(i: Input<'_>) -> Output<'_, WhileLoop> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:1011:30 [INFO] [stderr] | [INFO] [stderr] 1011 | fn return_statement(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 1011 | fn return_statement(i: Input<'_>) -> Output<'_, Return> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:1027:23 [INFO] [stderr] | [INFO] [stderr] 1027 | fn statement(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 1027 | fn statement(i: Input<'_>) -> Output<'_, Statement> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:1050:24 [INFO] [stderr] | [INFO] [stderr] 1050 | fn root_items(i: Input<'_>) -> Output { [INFO] [stderr] | ^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 1050 | fn root_items(i: Input<'_>) -> Output<'_, Statement> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/parser.rs:1063:18 [INFO] [stderr] | [INFO] [stderr] 1063 | fn root(i: Input<'_>) -> Output> { [INFO] [stderr] | ^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'_` [INFO] [stderr] | [INFO] [stderr] 1063 | fn root(i: Input<'_>) -> Output<'_, Vec> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/types.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn modules<'a>(self: &'a Self) -> impl Iterator { [INFO] [stderr] | ^^ ------- the lifetime gets resolved as `'a` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 17 | pub fn modules<'a>(self: &'a Self) -> impl Iterator { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/types.rs:26:29 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn using<'a>(self: &'a Self) -> impl Iterator { [INFO] [stderr] | ^^ ------- ------- the lifetimes get resolved as `'a` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'a` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 26 | pub fn using<'a>(self: &'a Self) -> impl Iterator { [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/frontend/parser/types.rs:36:28 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn iter<'a>(self: &'a Self) -> impl Iterator { [INFO] [stderr] | ^^ ---------- the lifetime gets resolved as `'a` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 36 | pub fn iter<'a>(self: &'a Self) -> impl Iterator { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bytecode/writer.rs:25:33 [INFO] [stderr] | [INFO] [stderr] 25 | pub(crate) fn program(self: &Self) -> RefMut> { [INFO] [stderr] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 25 | pub(crate) fn program(self: &Self) -> RefMut<'_, Program> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bytecode/compiler/util.rs:27:20 [INFO] [stderr] | [INFO] [stderr] 27 | fn kind(self: &'p Self) -> &'p CoverageRangeKind { [INFO] [stderr] | ^^ -- ----------------- the lifetimes get resolved as `'p` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'p` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'p` [INFO] [stderr] | [INFO] [stderr] 27 | fn kind(self: &'p Self) -> &'p CoverageRangeKind<'p> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bytecode/compiler/util.rs:121:27 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn validate(self: &Self) -> CoverageRangeType { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 121 | pub fn validate(self: &Self) -> CoverageRangeType<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `itsy` (lib) generated 74 warnings (run `cargo fix --lib -p itsy` to apply 73 suggestions) [INFO] [stderr] warning: `itsy` (lib test) generated 74 warnings (74 duplicates) [INFO] [stderr] warning: unused import: `StackAddress` [INFO] [stderr] --> tests/util.rs:1:74 [INFO] [stderr] | [INFO] [stderr] 1 | pub use itsy::{build_str, run as itsy_run, parser::parse_module, sizes::{StackAddress, STACK_ADDRESS_TYPE}, resolver::resolved::meta::Type}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `StackAddress` and `parser::parse_module` [INFO] [stderr] --> tests/util.rs:1:44 [INFO] [stderr] | [INFO] [stderr] 1 | pub use itsy::{build_str, run as itsy_run, parser::parse_module, sizes::{StackAddress, STACK_ADDRESS_TYPE}, resolver::resolved::meta::Type}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `itsy` (test "parser") generated 1 warning (run `cargo fix --test "parser"` to apply 1 suggestion) [INFO] [stderr] warning: `itsy` (test "vm") generated 1 warning (run `cargo fix --test "vm"` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/itsy-f3fac9acc51a4cb0) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test shared::test_index_twice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bench.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/bench-0b4b1d0fba122e31) [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] [stderr] Running unittests src/run.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/run-3836f41098de6c93) [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] [stderr] Running tests/parser.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/parser-fa984a28de8c5f35) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test block_comment ... ok [INFO] [stdout] test multi_line_block_comment ... ok [INFO] [stdout] test multi_line_block_comment_followed ... ok [INFO] [stdout] test comments_in_statement ... ok [INFO] [stdout] test comments_without_whitespace ... ok [INFO] [stdout] test line_comment ... ok [INFO] [stderr] Running tests/util.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/util-8eefbd94a09aa5b6) [INFO] [stdout] test unterminated_empty_line_comment ... ok [INFO] [stdout] test comments_in_expression ... ok [INFO] [stdout] test binary_as ... ok [INFO] [stdout] test unterminated_line_comment ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [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] [stderr] Running tests/vm.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/vm-bdb5fd2914b78f5a) [INFO] [stdout] [INFO] [stdout] running 95 tests [INFO] [stdout] test array_mixed_construction ... ok [INFO] [stdout] test array_inference1 ... ok [INFO] [stdout] test array_push ... ok [INFO] [stdout] test array_simple_dynamic_constructor ... ok [INFO] [stdout] test array_flattened_dynamic_constructor ... ok [INFO] [stdout] test array_nested_var_dynamic_constructor ... ok [INFO] [stdout] test array_nested_dynamic_constructor ... ok [INFO] [stdout] test array_literal ... ok [INFO] [stdout] test array_len ... ok [INFO] [stdout] test cast_f32_f64 ... ok [INFO] [stdout] test array_inference2 ... ok [INFO] [stdout] test branching_ref_cleanup ... ok [INFO] [stdout] test array_nesting ... ok [INFO] [stdout] test cast_f64_f32 ... ok [INFO] [stdout] test cast_f32_u16 ... ok [INFO] [stdout] test assign_heap_var_target ... ok [INFO] [stdout] test cast_f64_i16 ... ok [INFO] [stdout] test cast_i64_i16 ... ok [INFO] [stdout] test assign_heap_index_target ... ok [INFO] [stdout] test array_casting ... ok [INFO] [stdout] test array_subindex ... ok [INFO] [stdout] test cast_f32_i8 ... ok [INFO] [stdout] test assign_stack_target ... ok [INFO] [stdout] test cast_i16_f64 ... ok [INFO] [stdout] test cast_i32_f32 ... ok [INFO] [stdout] test cast_i64_i8 ... ok [INFO] [stdout] test branching ... ok [INFO] [stdout] test cast_i64_u16 ... ok [INFO] [stdout] test cast_i8_i64 ... ok [INFO] [stdout] test cast_i64_u8 ... ok [INFO] [stdout] test array_ref_elements ... ok [INFO] [stdout] test cast_u8_u16 ... ok [INFO] [stdout] test cast_i8_u64 ... ok [INFO] [stdout] test cast_i8_u16 ... ok [INFO] [stdout] test cast_u8_u64 ... ok [INFO] [stdout] test cast_u64_u8 ... ok [INFO] [stdout] test cast_i8_i16 ... ok [INFO] [stdout] test cast_u64_u16 ... ok [INFO] [stdout] test for_in_dec ... ok [INFO] [stdout] test compound_i8 ... ok [INFO] [stdout] test for_in_array_string ... ok [INFO] [stdout] test for_in_dec_inclusive ... ok [INFO] [stdout] test block_result ... ok [INFO] [stdout] test for_in_equal_inclusive ... ok [INFO] [stdout] test dynamic_constructor ... ok [INFO] [stdout] test for_in_array_struct ... ok [INFO] [stdout] test heap_compare ... ignored [INFO] [stdout] test for_in_array ... ok [INFO] [stdout] test compound_i64 ... ok [INFO] [stdout] test for_in_negative_inclusive ... ok [INFO] [stdout] test for_in_array_var ... ok [INFO] [stdout] test compound_f64 ... ok [INFO] [stdout] test for_in_none ... ok [INFO] [stdout] test for_in_negative ... ok [INFO] [stdout] test for_in_inference_let ... ok [INFO] [stdout] test for_in_inference ... ok [INFO] [stdout] test for_in_inference_assign ... ok [INFO] [stdout] test dead_code_result ... ok [INFO] [stdout] test op_order_gt ... ok [INFO] [stdout] test expression_eval_order ... ok [INFO] [stdout] test member_assign_primitive ... ok [INFO] [stdout] test heap_return ... ok [INFO] [stdout] test heap_compound_assign ... ok [INFO] [stdout] test heap_result ... ok [INFO] [stdout] test op_order_lt ... ok [INFO] [stdout] test expression_short_circuit ... ok [INFO] [stdout] test postfix_suffix ... ok [INFO] [stdout] test numerics ... ok [INFO] [stdout] test heap_postfix_suffix ... ok [INFO] [stdout] test string_compound_concat ... ok [INFO] [stdout] test heap_compound_assign64 ... ok [INFO] [stdout] test primitive_enum_cast ... ok [INFO] [stdout] test stack_value_expressions ... ok [INFO] [stdout] test string_concat ... ok [INFO] [stdout] test string_literal ... ok [INFO] [stdout] test string_compound_heap_concat ... ok [INFO] [stdout] test explicit_return ... ok [INFO] [stdout] test string_loop_concat ... ok [INFO] [stdout] test index_assign_primitive ... ok [INFO] [stdout] test temporary_heap_objects ... ok [INFO] [stdout] test recursion ... ok [INFO] [stdout] test primitive_enum ... ok [INFO] [stdout] test unary_op ... ok [INFO] [stdout] test precedence ... ok [INFO] [stdout] test tempory_access ... ok [INFO] [stdout] test struct_access ... ok [INFO] [stdout] test struct_nesting ... ok [INFO] [stdout] test struct_array ... ok [INFO] [stdout] test string_len_compare ... ok [INFO] [stdout] test unused_result ... ok [INFO] [stdout] test temporary_string ... ok [INFO] [stdout] test temporary_traitobject ... ok [INFO] [stdout] test string_compare ... ok [INFO] [stdout] test array_type_fail - should panic ... ok [INFO] [stdout] test trait_resolution ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 94 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5e637f9ad9d326927d601b84c4a57542a34df5109fd2110175e5b512aab76ecd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e637f9ad9d326927d601b84c4a57542a34df5109fd2110175e5b512aab76ecd", kill_on_drop: false }` [INFO] [stdout] 5e637f9ad9d326927d601b84c4a57542a34df5109fd2110175e5b512aab76ecd