[INFO] fetching crate itsy 0.4.0...
[INFO] testing itsy-0.4.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate itsy 0.4.0 into /workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate itsy 0.4.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] abb3705caaefbef92e0ffec3b61f620578743e2fe281b1f765a9650f705de6d8
[INFO] running `Command { std: "docker" "start" "-a" "abb3705caaefbef92e0ffec3b61f620578743e2fe281b1f765a9650f705de6d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "abb3705caaefbef92e0ffec3b61f620578743e2fe281b1f765a9650f705de6d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abb3705caaefbef92e0ffec3b61f620578743e2fe281b1f765a9650f705de6d8", kill_on_drop: false }`
[INFO] [stdout] abb3705caaefbef92e0ffec3b61f620578743e2fe281b1f765a9650f705de6d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df46b7d4594efd8f98d8547fd8f41f2bb296e32ae8352823a3741048033f97c7
[INFO] running `Command { std: "docker" "start" "-a" "df46b7d4594efd8f98d8547fd8f41f2bb296e32ae8352823a3741048033f97c7", 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:39:110
[INFO] [stdout]    |
[INFO] [stdout] 39 | ...a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output<O> where P: FnMut(Input<'a>) -> Output<O> {
[INFO] [stdout]    |           --                                                               --      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |                                                                |
[INFO] [stdout]    |           the lifetime is named here                                       the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: 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<O> {
[INFO] [stdout]    |                                                                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                   |       the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<'_, &str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:62:19
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<Ident> {
[INFO] [stdout]    |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<'_, Ident> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<Path> {
[INFO] [stdout]    |                  ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<'_, Path> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:82:23
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]    |                       ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:181:21
[INFO] [stdout]     |
[INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:195:20
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                    ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:221:27
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                           ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn field(i: Input<'_>) -> Output<'_, (String, Expression)> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:245:24
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn fields(i: Input<'_>) -> Output<UnorderedMap<String, Expression>> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn fields(i: Input<'_>) -> Output<'_, UnorderedMap<String, Expression>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:269:29
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                             ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:320:24
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<Assignment> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<'_, Assignment> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:321:37
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn assignment_operator(i: Input<'_>) -> Output<BinaryOperator> {
[INFO] [stdout]     |                                     ^^      ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn assignment_operator(i: Input<'_>) -> Output<'_, BinaryOperator> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:346:32
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<Vec<Expression>> {
[INFO] [stdout]     |                                ^^      ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<'_, Vec<Expression>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:350:24
[INFO] [stdout]     |
[INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<Call> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<'_, Call> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:365:23
[INFO] [stdout]     |
[INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<Call> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<'_, Call> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:382:19
[INFO] [stdout]     |
[INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:408:22
[INFO] [stdout]     |
[INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<IfBlock> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<'_, IfBlock> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:409:28
[INFO] [stdout]     |
[INFO] [stdout] 409 |     fn else_block(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 409 |     fn else_block(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:443:25
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<MatchBlock> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<'_, MatchBlock> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:444:31
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn match_pattern(i: Input<'_>) -> Output<Pattern> {
[INFO] [stdout]     |                               ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn match_pattern(i: Input<'_>) -> Output<'_, Pattern> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:452:28
[INFO] [stdout]     |
[INFO] [stdout] 452 |     fn match_case(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 452 |     fn match_case(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:465:28
[INFO] [stdout]     |
[INFO] [stdout] 465 |     fn match_list(i: Input<'_>) -> Output<Vec<(Pattern, Block)>> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 465 |     fn match_list(i: Input<'_>) -> Output<'_, Vec<(Pattern, Block)>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:488:24
[INFO] [stdout]     |
[INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:489:24
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn parens(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn parens(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:492:24
[INFO] [stdout]     |
[INFO] [stdout] 492 |     fn prefix(i: Input<'_>) -> Output<UnaryOp> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 492 |     fn prefix(i: Input<'_>) -> Output<'_, UnaryOp> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:504:24
[INFO] [stdout]     |
[INFO] [stdout] 504 |     fn suffix(i: Input<'_>) -> Output<UnaryOp> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 504 |     fn suffix(i: Input<'_>) -> Output<'_, UnaryOp> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:516:25
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn operand(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn operand(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:532:23
[INFO] [stdout]     |
[INFO] [stdout] 532 |     fn unary(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 532 |     fn unary(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:546:23
[INFO] [stdout]     |
[INFO] [stdout] 546 |     fn prec7(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 546 |     fn prec7(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:567:23
[INFO] [stdout]     |
[INFO] [stdout] 567 |     fn prec6(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 567 |     fn prec6(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:587:23
[INFO] [stdout]     |
[INFO] [stdout] 587 |     fn prec5(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 587 |     fn prec5(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:596:23
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn prec4(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn prec4(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:605:23
[INFO] [stdout]     |
[INFO] [stdout] 605 |     fn prec3(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 605 |     fn prec3(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:614:23
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn prec2(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn prec2(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:623:23
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn prec1(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn prec1(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:632:23
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn prec0(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn prec0(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:649:20
[INFO] [stdout]     |
[INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<Module> {
[INFO] [stdout]     |                    ^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<'_, Module> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:665:22
[INFO] [stdout]     |
[INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<Vec<(String, (String, bool))>> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<'_, Vec<(String, (String, bool))>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:686:29
[INFO] [stdout]     |
[INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<Use> {
[INFO] [stdout]     |                             ^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<'_, Use> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:705:21
[INFO] [stdout]     |
[INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<Binding> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<'_, Binding> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:725:25
[INFO] [stdout]     |
[INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<InlineType> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<'_, InlineType> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:734:22
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<EnumDef> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<'_, EnumDef> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:735:25
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn variant(i: Input<'_>) -> Output<VariantDef> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn variant(i: Input<'_>) -> Output<'_, VariantDef> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:793:24
[INFO] [stdout]     |
[INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<StructDef> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<'_, StructDef> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 794 |     fn field(i: Input<'_>) -> Output<'_, (String, InlineType)> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:800:24
[INFO] [stdout]     |
[INFO] [stdout] 800 |     fn fields(i: Input<'_>) -> Output<Vec<(String, InlineType)>> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 800 |     fn fields(i: Input<'_>) -> Output<'_, Vec<(String, InlineType)>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:826:24
[INFO] [stdout]     |
[INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<ImplBlock> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<'_, ImplBlock> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:845:23
[INFO] [stdout]     |
[INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<TraitDef> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<'_, TraitDef> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:865:30
[INFO] [stdout]     |
[INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<ImplBlock> {
[INFO] [stdout]     |                              ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<'_, ImplBlock> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:887:19
[INFO] [stdout]     |
[INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<Array> {
[INFO] [stdout]     |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<'_, Array> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:901:22
[INFO] [stdout]     |
[INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<Function> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<'_, Function> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:902:36
[INFO] [stdout]     |
[INFO] [stdout] 902 |     fn function_signature(i: Input<'_>) -> Output<Signature> {
[INFO] [stdout]     |                                    ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 902 |     fn function_signature(i: Input<'_>) -> Output<'_, Signature> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:903:30
[INFO] [stdout]     |
[INFO] [stdout] 903 |         fn argument(i: Input<'_>) -> Output<Binding> {
[INFO] [stdout]     |                              ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 903 |         fn argument(i: Input<'_>) -> Output<'_, Binding> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:917:35
[INFO] [stdout]     |
[INFO] [stdout] 917 |         fn argument_list(i: Input<'_>) -> Output<Vec<Binding>> {
[INFO] [stdout]     |                                   ^^      ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 917 |         fn argument_list(i: Input<'_>) -> Output<'_, Vec<Binding>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:920:33
[INFO] [stdout]     |
[INFO] [stdout] 920 |         fn return_part(i: Input<'_>) -> Output<InlineType> {
[INFO] [stdout]     |                                 ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 920 |         fn return_part(i: Input<'_>) -> Output<'_, InlineType> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:954:22
[INFO] [stdout]     |
[INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<ForLoop> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<'_, ForLoop> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:955:28
[INFO] [stdout]     |
[INFO] [stdout] 955 |     fn loop_range(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 955 |     fn loop_range(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:993:24
[INFO] [stdout]     |
[INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<WhileLoop> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<'_, WhileLoop> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1011:30
[INFO] [stdout]      |
[INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<Return> {
[INFO] [stdout]      |                              ^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<'_, Return> {
[INFO] [stdout]      |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1027:23
[INFO] [stdout]      |
[INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<Statement> {
[INFO] [stdout]      |                       ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<'_, Statement> {
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1050:24
[INFO] [stdout]      |
[INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<Statement> {
[INFO] [stdout]      |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<'_, Statement> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1063:18
[INFO] [stdout]      |
[INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<Vec<Statement>> {
[INFO] [stdout]      |                  ^^      ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<'_, Vec<Statement>> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn modules<'a>(self: &'a Self) -> impl Iterator<Item=&Module> {
[INFO] [stdout]    |                               -- the lifetime is named here  ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn modules<'a>(self: &'a Self) -> impl Iterator<Item=&'a Module> {
[INFO] [stdout]    |                                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:26:61
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn using<'a>(self: &'a Self) -> impl Iterator<Item=(&String, &String)> {
[INFO] [stdout]    |                             --                              ^^^^^^^  ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                             |                               |
[INFO] [stdout]    |                             the lifetime is named here      the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn using<'a>(self: &'a Self) -> impl Iterator<Item=(&'a String, &'a String)> {
[INFO] [stdout]    |                                                              ++          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:36:59
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn iter<'a>(self: &'a Self) -> impl Iterator<Item=&Statement> {
[INFO] [stdout]    |                            -- the lifetime is named here  ^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn iter<'a>(self: &'a Self) -> impl Iterator<Item=&'a Statement> {
[INFO] [stdout]    |                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bytecode/writer.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub(crate) fn program(self: &Self) -> RefMut<Program<T>> {
[INFO] [stdout]    |                                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub(crate) fn program(self: &Self) -> RefMut<'_, Program<T>> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bytecode/compiler/util.rs:27:36
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn kind(self: &'p Self) -> &'p CoverageRangeKind {
[INFO] [stdout]    |                    --           -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |            |
[INFO] [stdout]    |                    |            the same lifetime is named here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bytecode/compiler/util.rs:121:27
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn validate(self: &Self) -> CoverageRangeType {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn validate(self: &Self) -> CoverageRangeType<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
[INFO] running `Command { std: "docker" "inspect" "df46b7d4594efd8f98d8547fd8f41f2bb296e32ae8352823a3741048033f97c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df46b7d4594efd8f98d8547fd8f41f2bb296e32ae8352823a3741048033f97c7", kill_on_drop: false }`
[INFO] [stdout] df46b7d4594efd8f98d8547fd8f41f2bb296e32ae8352823a3741048033f97c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 69d05bea0b6691fb5e84d9d82e4f2a7e4f7683cfc6d1069bb3e19051c74f6c08
[INFO] running `Command { std: "docker" "start" "-a" "69d05bea0b6691fb5e84d9d82e4f2a7e4f7683cfc6d1069bb3e19051c74f6c08", 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:39:110
[INFO] [stdout]    |
[INFO] [stdout] 39 | ...a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output<O> where P: FnMut(Input<'a>) -> Output<O> {
[INFO] [stdout]    |           --                                                               --      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |                                                                |
[INFO] [stdout]    |           the lifetime is named here                                       the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: 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<O> {
[INFO] [stdout]    |                                                                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                   |       the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<'_, &str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:62:19
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<Ident> {
[INFO] [stdout]    |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<'_, Ident> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<Path> {
[INFO] [stdout]    |                  ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<'_, Path> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:82:23
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]    |                       ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:181:21
[INFO] [stdout]     |
[INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:195:20
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                    ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:221:27
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                           ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn field(i: Input<'_>) -> Output<'_, (String, Expression)> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:245:24
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn fields(i: Input<'_>) -> Output<UnorderedMap<String, Expression>> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn fields(i: Input<'_>) -> Output<'_, UnorderedMap<String, Expression>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:269:29
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                             ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:320:24
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<Assignment> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<'_, Assignment> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:321:37
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn assignment_operator(i: Input<'_>) -> Output<BinaryOperator> {
[INFO] [stdout]     |                                     ^^      ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn assignment_operator(i: Input<'_>) -> Output<'_, BinaryOperator> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:346:32
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<Vec<Expression>> {
[INFO] [stdout]     |                                ^^      ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<'_, Vec<Expression>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:350:24
[INFO] [stdout]     |
[INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<Call> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<'_, Call> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:365:23
[INFO] [stdout]     |
[INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<Call> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<'_, Call> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:382:19
[INFO] [stdout]     |
[INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:408:22
[INFO] [stdout]     |
[INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<IfBlock> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<'_, IfBlock> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:409:28
[INFO] [stdout]     |
[INFO] [stdout] 409 |     fn else_block(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 409 |     fn else_block(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:443:25
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<MatchBlock> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<'_, MatchBlock> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:444:31
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn match_pattern(i: Input<'_>) -> Output<Pattern> {
[INFO] [stdout]     |                               ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn match_pattern(i: Input<'_>) -> Output<'_, Pattern> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:452:28
[INFO] [stdout]     |
[INFO] [stdout] 452 |     fn match_case(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 452 |     fn match_case(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:465:28
[INFO] [stdout]     |
[INFO] [stdout] 465 |     fn match_list(i: Input<'_>) -> Output<Vec<(Pattern, Block)>> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 465 |     fn match_list(i: Input<'_>) -> Output<'_, Vec<(Pattern, Block)>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:488:24
[INFO] [stdout]     |
[INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:489:24
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn parens(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn parens(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:492:24
[INFO] [stdout]     |
[INFO] [stdout] 492 |     fn prefix(i: Input<'_>) -> Output<UnaryOp> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 492 |     fn prefix(i: Input<'_>) -> Output<'_, UnaryOp> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:504:24
[INFO] [stdout]     |
[INFO] [stdout] 504 |     fn suffix(i: Input<'_>) -> Output<UnaryOp> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 504 |     fn suffix(i: Input<'_>) -> Output<'_, UnaryOp> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:516:25
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn operand(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn operand(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:532:23
[INFO] [stdout]     |
[INFO] [stdout] 532 |     fn unary(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 532 |     fn unary(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:546:23
[INFO] [stdout]     |
[INFO] [stdout] 546 |     fn prec7(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 546 |     fn prec7(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:567:23
[INFO] [stdout]     |
[INFO] [stdout] 567 |     fn prec6(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 567 |     fn prec6(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:587:23
[INFO] [stdout]     |
[INFO] [stdout] 587 |     fn prec5(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 587 |     fn prec5(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:596:23
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn prec4(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn prec4(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:605:23
[INFO] [stdout]     |
[INFO] [stdout] 605 |     fn prec3(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 605 |     fn prec3(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:614:23
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn prec2(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn prec2(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:623:23
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn prec1(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn prec1(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:632:23
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn prec0(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn prec0(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:649:20
[INFO] [stdout]     |
[INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<Module> {
[INFO] [stdout]     |                    ^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<'_, Module> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:665:22
[INFO] [stdout]     |
[INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<Vec<(String, (String, bool))>> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<'_, Vec<(String, (String, bool))>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:686:29
[INFO] [stdout]     |
[INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<Use> {
[INFO] [stdout]     |                             ^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<'_, Use> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:705:21
[INFO] [stdout]     |
[INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<Binding> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<'_, Binding> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:725:25
[INFO] [stdout]     |
[INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<InlineType> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<'_, InlineType> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:734:22
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<EnumDef> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<'_, EnumDef> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:735:25
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn variant(i: Input<'_>) -> Output<VariantDef> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn variant(i: Input<'_>) -> Output<'_, VariantDef> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:793:24
[INFO] [stdout]     |
[INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<StructDef> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<'_, StructDef> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 794 |     fn field(i: Input<'_>) -> Output<'_, (String, InlineType)> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:800:24
[INFO] [stdout]     |
[INFO] [stdout] 800 |     fn fields(i: Input<'_>) -> Output<Vec<(String, InlineType)>> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 800 |     fn fields(i: Input<'_>) -> Output<'_, Vec<(String, InlineType)>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:826:24
[INFO] [stdout]     |
[INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<ImplBlock> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<'_, ImplBlock> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:845:23
[INFO] [stdout]     |
[INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<TraitDef> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<'_, TraitDef> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:865:30
[INFO] [stdout]     |
[INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<ImplBlock> {
[INFO] [stdout]     |                              ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<'_, ImplBlock> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:887:19
[INFO] [stdout]     |
[INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<Array> {
[INFO] [stdout]     |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<'_, Array> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:901:22
[INFO] [stdout]     |
[INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<Function> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<'_, Function> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:902:36
[INFO] [stdout]     |
[INFO] [stdout] 902 |     fn function_signature(i: Input<'_>) -> Output<Signature> {
[INFO] [stdout]     |                                    ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 902 |     fn function_signature(i: Input<'_>) -> Output<'_, Signature> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:903:30
[INFO] [stdout]     |
[INFO] [stdout] 903 |         fn argument(i: Input<'_>) -> Output<Binding> {
[INFO] [stdout]     |                              ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 903 |         fn argument(i: Input<'_>) -> Output<'_, Binding> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:917:35
[INFO] [stdout]     |
[INFO] [stdout] 917 |         fn argument_list(i: Input<'_>) -> Output<Vec<Binding>> {
[INFO] [stdout]     |                                   ^^      ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 917 |         fn argument_list(i: Input<'_>) -> Output<'_, Vec<Binding>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:920:33
[INFO] [stdout]     |
[INFO] [stdout] 920 |         fn return_part(i: Input<'_>) -> Output<InlineType> {
[INFO] [stdout]     |                                 ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 920 |         fn return_part(i: Input<'_>) -> Output<'_, InlineType> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:954:22
[INFO] [stdout]     |
[INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<ForLoop> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<'_, ForLoop> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:955:28
[INFO] [stdout]     |
[INFO] [stdout] 955 |     fn loop_range(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 955 |     fn loop_range(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:993:24
[INFO] [stdout]     |
[INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<WhileLoop> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<'_, WhileLoop> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1011:30
[INFO] [stdout]      |
[INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<Return> {
[INFO] [stdout]      |                              ^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<'_, Return> {
[INFO] [stdout]      |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1027:23
[INFO] [stdout]      |
[INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<Statement> {
[INFO] [stdout]      |                       ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<'_, Statement> {
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1050:24
[INFO] [stdout]      |
[INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<Statement> {
[INFO] [stdout]      |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<'_, Statement> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1063:18
[INFO] [stdout]      |
[INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<Vec<Statement>> {
[INFO] [stdout]      |                  ^^      ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<'_, Vec<Statement>> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn modules<'a>(self: &'a Self) -> impl Iterator<Item=&Module> {
[INFO] [stdout]    |                               -- the lifetime is named here  ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn modules<'a>(self: &'a Self) -> impl Iterator<Item=&'a Module> {
[INFO] [stdout]    |                                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:26:61
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn using<'a>(self: &'a Self) -> impl Iterator<Item=(&String, &String)> {
[INFO] [stdout]    |                             --                              ^^^^^^^  ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                             |                               |
[INFO] [stdout]    |                             the lifetime is named here      the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn using<'a>(self: &'a Self) -> impl Iterator<Item=(&'a String, &'a String)> {
[INFO] [stdout]    |                                                              ++          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:36:59
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn iter<'a>(self: &'a Self) -> impl Iterator<Item=&Statement> {
[INFO] [stdout]    |                            -- the lifetime is named here  ^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn iter<'a>(self: &'a Self) -> impl Iterator<Item=&'a Statement> {
[INFO] [stdout]    |                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling itsy v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bytecode/writer.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub(crate) fn program(self: &Self) -> RefMut<Program<T>> {
[INFO] [stdout]    |                                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub(crate) fn program(self: &Self) -> RefMut<'_, Program<T>> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bytecode/compiler/util.rs:27:36
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn kind(self: &'p Self) -> &'p CoverageRangeKind {
[INFO] [stdout]    |                    --           -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |            |
[INFO] [stdout]    |                    |            the same lifetime is named here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bytecode/compiler/util.rs:121:27
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn validate(self: &Self) -> CoverageRangeType {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 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:...
[INFO] [stdout]   |                                                                          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) 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:...
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:39:110
[INFO] [stdout]    |
[INFO] [stdout] 39 | ...a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output<O> where P: FnMut(Input<'a>) -> Output<O> {
[INFO] [stdout]    |           --                                                               --      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |                                                                |
[INFO] [stdout]    |           the lifetime is named here                                       the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: 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<O> {
[INFO] [stdout]    |                                                                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                   |       the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn label(i: Input<'_>) -> Output<'_, &str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:62:19
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<Ident> {
[INFO] [stdout]    |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn ident(i: Input<'_>) -> Output<'_, Ident> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<Path> {
[INFO] [stdout]    |                  ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn path(i: Input<'_>) -> Output<'_, Path> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/parser.rs:82:23
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]    |                       ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn numerical(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:181:21
[INFO] [stdout]     |
[INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 181 | fn boolean(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:195:20
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                    ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn string(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:221:27
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                           ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn array_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 238 | fn struct_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn field(i: Input<'_>) -> Output<'_, (String, Expression)> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:245:24
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn fields(i: Input<'_>) -> Output<UnorderedMap<String, Expression>> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn fields(i: Input<'_>) -> Output<'_, UnorderedMap<String, Expression>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:269:29
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                             ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn variant_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 287 | fn literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn assignable(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:320:24
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<Assignment> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 320 | fn assignment(i: Input<'_>) -> Output<'_, Assignment> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:321:37
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn assignment_operator(i: Input<'_>) -> Output<BinaryOperator> {
[INFO] [stdout]     |                                     ^^      ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn assignment_operator(i: Input<'_>) -> Output<'_, BinaryOperator> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:346:32
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<Vec<Expression>> {
[INFO] [stdout]     |                                ^^      ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn call_argument_list(i: Input<'_>) -> Output<'_, Vec<Expression>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:350:24
[INFO] [stdout]     |
[INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<Call> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 350 | fn call_ident(i: Input<'_>) -> Output<'_, Call> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:365:23
[INFO] [stdout]     |
[INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<Call> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 365 | fn call_path(i: Input<'_>) -> Output<'_, Call> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:382:19
[INFO] [stdout]     |
[INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 382 | fn block(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:408:22
[INFO] [stdout]     |
[INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<IfBlock> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 408 | fn if_block(i: Input<'_>) -> Output<'_, IfBlock> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:409:28
[INFO] [stdout]     |
[INFO] [stdout] 409 |     fn else_block(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 409 |     fn else_block(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:443:25
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<MatchBlock> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn match_block(i: Input<'_>) -> Output<'_, MatchBlock> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:444:31
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn match_pattern(i: Input<'_>) -> Output<Pattern> {
[INFO] [stdout]     |                               ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn match_pattern(i: Input<'_>) -> Output<'_, Pattern> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:452:28
[INFO] [stdout]     |
[INFO] [stdout] 452 |     fn match_case(i: Input<'_>) -> Output<Block> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 452 |     fn match_case(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:465:28
[INFO] [stdout]     |
[INFO] [stdout] 465 |     fn match_list(i: Input<'_>) -> Output<Vec<(Pattern, Block)>> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 465 |     fn match_list(i: Input<'_>) -> Output<'_, Vec<(Pattern, Block)>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:488:24
[INFO] [stdout]     |
[INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 488 | fn expression(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:489:24
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn parens(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 489 |     fn parens(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:492:24
[INFO] [stdout]     |
[INFO] [stdout] 492 |     fn prefix(i: Input<'_>) -> Output<UnaryOp> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 492 |     fn prefix(i: Input<'_>) -> Output<'_, UnaryOp> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:504:24
[INFO] [stdout]     |
[INFO] [stdout] 504 |     fn suffix(i: Input<'_>) -> Output<UnaryOp> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 504 |     fn suffix(i: Input<'_>) -> Output<'_, UnaryOp> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:516:25
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn operand(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn operand(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:532:23
[INFO] [stdout]     |
[INFO] [stdout] 532 |     fn unary(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 532 |     fn unary(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:546:23
[INFO] [stdout]     |
[INFO] [stdout] 546 |     fn prec7(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 546 |     fn prec7(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:567:23
[INFO] [stdout]     |
[INFO] [stdout] 567 |     fn prec6(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 567 |     fn prec6(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:587:23
[INFO] [stdout]     |
[INFO] [stdout] 587 |     fn prec5(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 587 |     fn prec5(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:596:23
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn prec4(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 596 |     fn prec4(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:605:23
[INFO] [stdout]     |
[INFO] [stdout] 605 |     fn prec3(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 605 |     fn prec3(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:614:23
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn prec2(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn prec2(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:623:23
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn prec1(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn prec1(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:632:23
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn prec0(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn prec0(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:649:20
[INFO] [stdout]     |
[INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<Module> {
[INFO] [stdout]     |                    ^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 649 | fn module(i: Input<'_>) -> Output<'_, Module> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:665:22
[INFO] [stdout]     |
[INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<Vec<(String, (String, bool))>> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 665 | fn use_item(i: Input<'_>) -> Output<'_, Vec<(String, (String, bool))>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:686:29
[INFO] [stdout]     |
[INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<Use> {
[INFO] [stdout]     |                             ^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 686 | fn use_declaration(i: Input<'_>) -> Output<'_, Use> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:705:21
[INFO] [stdout]     |
[INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<Binding> {
[INFO] [stdout]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 705 | fn binding(i: Input<'_>) -> Output<'_, Binding> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:725:25
[INFO] [stdout]     |
[INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<InlineType> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 725 | fn inline_type(i: Input<'_>) -> Output<'_, InlineType> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:734:22
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<EnumDef> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn enum_def(i: Input<'_>) -> Output<'_, EnumDef> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:735:25
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn variant(i: Input<'_>) -> Output<VariantDef> {
[INFO] [stdout]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 735 |     fn variant(i: Input<'_>) -> Output<'_, VariantDef> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:793:24
[INFO] [stdout]     |
[INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<StructDef> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 793 | fn struct_def(i: Input<'_>) -> Output<'_, StructDef> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 794 |     fn field(i: Input<'_>) -> Output<'_, (String, InlineType)> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:800:24
[INFO] [stdout]     |
[INFO] [stdout] 800 |     fn fields(i: Input<'_>) -> Output<Vec<(String, InlineType)>> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 800 |     fn fields(i: Input<'_>) -> Output<'_, Vec<(String, InlineType)>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:826:24
[INFO] [stdout]     |
[INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<ImplBlock> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 826 | fn impl_block(i: Input<'_>) -> Output<'_, ImplBlock> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:845:23
[INFO] [stdout]     |
[INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<TraitDef> {
[INFO] [stdout]     |                       ^^      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 845 | fn trait_def(i: Input<'_>) -> Output<'_, TraitDef> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:865:30
[INFO] [stdout]     |
[INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<ImplBlock> {
[INFO] [stdout]     |                              ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 865 | fn trait_impl_block(i: Input<'_>) -> Output<'_, ImplBlock> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:887:19
[INFO] [stdout]     |
[INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<Array> {
[INFO] [stdout]     |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 887 | fn array(i: Input<'_>) -> Output<'_, Array> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:901:22
[INFO] [stdout]     |
[INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<Function> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 901 | fn function(i: Input<'_>) -> Output<'_, Function> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:902:36
[INFO] [stdout]     |
[INFO] [stdout] 902 |     fn function_signature(i: Input<'_>) -> Output<Signature> {
[INFO] [stdout]     |                                    ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 902 |     fn function_signature(i: Input<'_>) -> Output<'_, Signature> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:903:30
[INFO] [stdout]     |
[INFO] [stdout] 903 |         fn argument(i: Input<'_>) -> Output<Binding> {
[INFO] [stdout]     |                              ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 903 |         fn argument(i: Input<'_>) -> Output<'_, Binding> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:917:35
[INFO] [stdout]     |
[INFO] [stdout] 917 |         fn argument_list(i: Input<'_>) -> Output<Vec<Binding>> {
[INFO] [stdout]     |                                   ^^      ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 917 |         fn argument_list(i: Input<'_>) -> Output<'_, Vec<Binding>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:920:33
[INFO] [stdout]     |
[INFO] [stdout] 920 |         fn return_part(i: Input<'_>) -> Output<InlineType> {
[INFO] [stdout]     |                                 ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 920 |         fn return_part(i: Input<'_>) -> Output<'_, InlineType> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:954:22
[INFO] [stdout]     |
[INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<ForLoop> {
[INFO] [stdout]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 954 | fn for_loop(i: Input<'_>) -> Output<'_, ForLoop> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:955:28
[INFO] [stdout]     |
[INFO] [stdout] 955 |     fn loop_range(i: Input<'_>) -> Output<Expression> {
[INFO] [stdout]     |                            ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 955 |     fn loop_range(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/frontend/parser/parser.rs:993:24
[INFO] [stdout]     |
[INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<WhileLoop> {
[INFO] [stdout]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 993 | fn while_loop(i: Input<'_>) -> Output<'_, WhileLoop> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1011:30
[INFO] [stdout]      |
[INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<Return> {
[INFO] [stdout]      |                              ^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1011 | fn return_statement(i: Input<'_>) -> Output<'_, Return> {
[INFO] [stdout]      |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1027:23
[INFO] [stdout]      |
[INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<Statement> {
[INFO] [stdout]      |                       ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1027 | fn statement(i: Input<'_>) -> Output<'_, Statement> {
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1050:24
[INFO] [stdout]      |
[INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<Statement> {
[INFO] [stdout]      |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1050 | fn root_items(i: Input<'_>) -> Output<'_, Statement> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/frontend/parser/parser.rs:1063:18
[INFO] [stdout]      |
[INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<Vec<Statement>> {
[INFO] [stdout]      |                  ^^      ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]      |
[INFO] [stdout] 1063 | fn root(i: Input<'_>) -> Output<'_, Vec<Statement>> {
[INFO] [stdout]      |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn modules<'a>(self: &'a Self) -> impl Iterator<Item=&Module> {
[INFO] [stdout]    |                               -- the lifetime is named here  ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn modules<'a>(self: &'a Self) -> impl Iterator<Item=&'a Module> {
[INFO] [stdout]    |                                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:26:61
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn using<'a>(self: &'a Self) -> impl Iterator<Item=(&String, &String)> {
[INFO] [stdout]    |                             --                              ^^^^^^^  ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                             |                               |
[INFO] [stdout]    |                             the lifetime is named here      the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn using<'a>(self: &'a Self) -> impl Iterator<Item=(&'a String, &'a String)> {
[INFO] [stdout]    |                                                              ++          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/frontend/parser/types.rs:36:59
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn iter<'a>(self: &'a Self) -> impl Iterator<Item=&Statement> {
[INFO] [stdout]    |                            -- the lifetime is named here  ^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn iter<'a>(self: &'a Self) -> impl Iterator<Item=&'a Statement> {
[INFO] [stdout]    |                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bytecode/writer.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub(crate) fn program(self: &Self) -> RefMut<Program<T>> {
[INFO] [stdout]    |                                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub(crate) fn program(self: &Self) -> RefMut<'_, Program<T>> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/bytecode/compiler/util.rs:27:36
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn kind(self: &'p Self) -> &'p CoverageRangeKind {
[INFO] [stdout]    |                    --           -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |            |
[INFO] [stdout]    |                    |            the same lifetime is named here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: 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: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bytecode/compiler/util.rs:121:27
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn validate(self: &Self) -> CoverageRangeType {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn validate(self: &Self) -> CoverageRangeType<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.91s
[INFO] running `Command { std: "docker" "inspect" "69d05bea0b6691fb5e84d9d82e4f2a7e4f7683cfc6d1069bb3e19051c74f6c08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69d05bea0b6691fb5e84d9d82e4f2a7e4f7683cfc6d1069bb3e19051c74f6c08", kill_on_drop: false }`
[INFO] [stdout] 69d05bea0b6691fb5e84d9d82e4f2a7e4f7683cfc6d1069bb3e19051c74f6c08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5c9b82d99fbf0c20485df43f7dd17e543eec8f12339624779245332d7c381e58
[INFO] running `Command { std: "docker" "start" "-a" "5c9b82d99fbf0c20485df43f7dd17e543eec8f12339624779245332d7c381e58", 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/frontend/parser/parser.rs:39:110
[INFO] [stderr]    |
[INFO] [stderr] 39 | ...a>(s: &'a impl Fn(&mut ParserState), mut parser: P) -> impl FnMut(Input<'a>) -> Output<O> where P: FnMut(Input<'a>) -> Output<O> {
[INFO] [stderr]    |           --                                                               --      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |           |                                                                |
[INFO] [stderr]    |           the lifetime is named here                                       the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: 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<O> {
[INFO] [stderr]    |                                                                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]    |                   |       the same lifetime is hidden here
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 52 | fn label(i: Input<'_>) -> Output<'_, &str> {
[INFO] [stderr]    |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/frontend/parser/parser.rs:62:19
[INFO] [stderr]    |
[INFO] [stderr] 62 | fn ident(i: Input<'_>) -> Output<Ident> {
[INFO] [stderr]    |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]    |
[INFO] [stderr] 62 | fn ident(i: Input<'_>) -> Output<'_, Ident> {
[INFO] [stderr]    |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/frontend/parser/parser.rs:75:18
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn path(i: Input<'_>) -> Output<Path> {
[INFO] [stderr]    |                  ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn path(i: Input<'_>) -> Output<'_, Path> {
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/frontend/parser/parser.rs:82:23
[INFO] [stderr]    |
[INFO] [stderr] 82 | fn numerical(i: Input<'_>) -> Output<Literal> {
[INFO] [stderr]    |                       ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]    |
[INFO] [stderr] 82 | fn numerical(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stderr]    |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:181:21
[INFO] [stderr]     |
[INFO] [stderr] 181 | fn boolean(i: Input<'_>) -> Output<Literal> {
[INFO] [stderr]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 181 | fn boolean(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:195:20
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn string(i: Input<'_>) -> Output<Literal> {
[INFO] [stderr]     |                    ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn string(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:221:27
[INFO] [stderr]     |
[INFO] [stderr] 221 | fn array_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stderr]     |                           ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 221 | fn array_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:238:28
[INFO] [stderr]     |
[INFO] [stderr] 238 | fn struct_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stderr]     |                            ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 238 | fn struct_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 239 |     fn field(i: Input<'_>) -> Output<'_, (String, Expression)> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:245:24
[INFO] [stderr]     |
[INFO] [stderr] 245 |     fn fields(i: Input<'_>) -> Output<UnorderedMap<String, Expression>> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 245 |     fn fields(i: Input<'_>) -> Output<'_, UnorderedMap<String, Expression>> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:269:29
[INFO] [stderr]     |
[INFO] [stderr] 269 | fn variant_literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stderr]     |                             ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 269 | fn variant_literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:287:21
[INFO] [stderr]     |
[INFO] [stderr] 287 | fn literal(i: Input<'_>) -> Output<Literal> {
[INFO] [stderr]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 287 | fn literal(i: Input<'_>) -> Output<'_, Literal> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:293:24
[INFO] [stderr]     |
[INFO] [stderr] 293 | fn assignable(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 293 | fn assignable(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:320:24
[INFO] [stderr]     |
[INFO] [stderr] 320 | fn assignment(i: Input<'_>) -> Output<Assignment> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 320 | fn assignment(i: Input<'_>) -> Output<'_, Assignment> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:321:37
[INFO] [stderr]     |
[INFO] [stderr] 321 |     fn assignment_operator(i: Input<'_>) -> Output<BinaryOperator> {
[INFO] [stderr]     |                                     ^^      ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                     |
[INFO] [stderr]     |                                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 321 |     fn assignment_operator(i: Input<'_>) -> Output<'_, BinaryOperator> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:346:32
[INFO] [stderr]     |
[INFO] [stderr] 346 | fn call_argument_list(i: Input<'_>) -> Output<Vec<Expression>> {
[INFO] [stderr]     |                                ^^      ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 346 | fn call_argument_list(i: Input<'_>) -> Output<'_, Vec<Expression>> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:350:24
[INFO] [stderr]     |
[INFO] [stderr] 350 | fn call_ident(i: Input<'_>) -> Output<Call> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 350 | fn call_ident(i: Input<'_>) -> Output<'_, Call> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:365:23
[INFO] [stderr]     |
[INFO] [stderr] 365 | fn call_path(i: Input<'_>) -> Output<Call> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 365 | fn call_path(i: Input<'_>) -> Output<'_, Call> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:382:19
[INFO] [stderr]     |
[INFO] [stderr] 382 | fn block(i: Input<'_>) -> Output<Block> {
[INFO] [stderr]     |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 382 | fn block(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:408:22
[INFO] [stderr]     |
[INFO] [stderr] 408 | fn if_block(i: Input<'_>) -> Output<IfBlock> {
[INFO] [stderr]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 408 | fn if_block(i: Input<'_>) -> Output<'_, IfBlock> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:409:28
[INFO] [stderr]     |
[INFO] [stderr] 409 |     fn else_block(i: Input<'_>) -> Output<Block> {
[INFO] [stderr]     |                            ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 409 |     fn else_block(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:443:25
[INFO] [stderr]     |
[INFO] [stderr] 443 | fn match_block(i: Input<'_>) -> Output<MatchBlock> {
[INFO] [stderr]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 443 | fn match_block(i: Input<'_>) -> Output<'_, MatchBlock> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:444:31
[INFO] [stderr]     |
[INFO] [stderr] 444 |     fn match_pattern(i: Input<'_>) -> Output<Pattern> {
[INFO] [stderr]     |                               ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 444 |     fn match_pattern(i: Input<'_>) -> Output<'_, Pattern> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:452:28
[INFO] [stderr]     |
[INFO] [stderr] 452 |     fn match_case(i: Input<'_>) -> Output<Block> {
[INFO] [stderr]     |                            ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 452 |     fn match_case(i: Input<'_>) -> Output<'_, Block> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:465:28
[INFO] [stderr]     |
[INFO] [stderr] 465 |     fn match_list(i: Input<'_>) -> Output<Vec<(Pattern, Block)>> {
[INFO] [stderr]     |                            ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 465 |     fn match_list(i: Input<'_>) -> Output<'_, Vec<(Pattern, Block)>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:488:24
[INFO] [stderr]     |
[INFO] [stderr] 488 | fn expression(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 488 | fn expression(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:489:24
[INFO] [stderr]     |
[INFO] [stderr] 489 |     fn parens(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 489 |     fn parens(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:492:24
[INFO] [stderr]     |
[INFO] [stderr] 492 |     fn prefix(i: Input<'_>) -> Output<UnaryOp> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 492 |     fn prefix(i: Input<'_>) -> Output<'_, UnaryOp> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:504:24
[INFO] [stderr]     |
[INFO] [stderr] 504 |     fn suffix(i: Input<'_>) -> Output<UnaryOp> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 504 |     fn suffix(i: Input<'_>) -> Output<'_, UnaryOp> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:516:25
[INFO] [stderr]     |
[INFO] [stderr] 516 |     fn operand(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 516 |     fn operand(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:532:23
[INFO] [stderr]     |
[INFO] [stderr] 532 |     fn unary(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 532 |     fn unary(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:546:23
[INFO] [stderr]     |
[INFO] [stderr] 546 |     fn prec7(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 546 |     fn prec7(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:567:23
[INFO] [stderr]     |
[INFO] [stderr] 567 |     fn prec6(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 567 |     fn prec6(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:587:23
[INFO] [stderr]     |
[INFO] [stderr] 587 |     fn prec5(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 587 |     fn prec5(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:596:23
[INFO] [stderr]     |
[INFO] [stderr] 596 |     fn prec4(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 596 |     fn prec4(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:605:23
[INFO] [stderr]     |
[INFO] [stderr] 605 |     fn prec3(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 605 |     fn prec3(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:614:23
[INFO] [stderr]     |
[INFO] [stderr] 614 |     fn prec2(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 614 |     fn prec2(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:623:23
[INFO] [stderr]     |
[INFO] [stderr] 623 |     fn prec1(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 623 |     fn prec1(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:632:23
[INFO] [stderr]     |
[INFO] [stderr] 632 |     fn prec0(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 632 |     fn prec0(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:649:20
[INFO] [stderr]     |
[INFO] [stderr] 649 | fn module(i: Input<'_>) -> Output<Module> {
[INFO] [stderr]     |                    ^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 649 | fn module(i: Input<'_>) -> Output<'_, Module> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:665:22
[INFO] [stderr]     |
[INFO] [stderr] 665 | fn use_item(i: Input<'_>) -> Output<Vec<(String, (String, bool))>> {
[INFO] [stderr]     |                      ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 665 | fn use_item(i: Input<'_>) -> Output<'_, Vec<(String, (String, bool))>> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:686:29
[INFO] [stderr]     |
[INFO] [stderr] 686 | fn use_declaration(i: Input<'_>) -> Output<Use> {
[INFO] [stderr]     |                             ^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 686 | fn use_declaration(i: Input<'_>) -> Output<'_, Use> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:705:21
[INFO] [stderr]     |
[INFO] [stderr] 705 | fn binding(i: Input<'_>) -> Output<Binding> {
[INFO] [stderr]     |                     ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 705 | fn binding(i: Input<'_>) -> Output<'_, Binding> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:725:25
[INFO] [stderr]     |
[INFO] [stderr] 725 | fn inline_type(i: Input<'_>) -> Output<InlineType> {
[INFO] [stderr]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 725 | fn inline_type(i: Input<'_>) -> Output<'_, InlineType> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:734:22
[INFO] [stderr]     |
[INFO] [stderr] 734 | fn enum_def(i: Input<'_>) -> Output<EnumDef> {
[INFO] [stderr]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 734 | fn enum_def(i: Input<'_>) -> Output<'_, EnumDef> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:735:25
[INFO] [stderr]     |
[INFO] [stderr] 735 |     fn variant(i: Input<'_>) -> Output<VariantDef> {
[INFO] [stderr]     |                         ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 735 |     fn variant(i: Input<'_>) -> Output<'_, VariantDef> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:793:24
[INFO] [stderr]     |
[INFO] [stderr] 793 | fn struct_def(i: Input<'_>) -> Output<StructDef> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 793 | fn struct_def(i: Input<'_>) -> Output<'_, StructDef> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 794 |     fn field(i: Input<'_>) -> Output<'_, (String, InlineType)> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:800:24
[INFO] [stderr]     |
[INFO] [stderr] 800 |     fn fields(i: Input<'_>) -> Output<Vec<(String, InlineType)>> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 800 |     fn fields(i: Input<'_>) -> Output<'_, Vec<(String, InlineType)>> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:826:24
[INFO] [stderr]     |
[INFO] [stderr] 826 | fn impl_block(i: Input<'_>) -> Output<ImplBlock> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 826 | fn impl_block(i: Input<'_>) -> Output<'_, ImplBlock> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:845:23
[INFO] [stderr]     |
[INFO] [stderr] 845 | fn trait_def(i: Input<'_>) -> Output<TraitDef> {
[INFO] [stderr]     |                       ^^      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 845 | fn trait_def(i: Input<'_>) -> Output<'_, TraitDef> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:865:30
[INFO] [stderr]     |
[INFO] [stderr] 865 | fn trait_impl_block(i: Input<'_>) -> Output<ImplBlock> {
[INFO] [stderr]     |                              ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 865 | fn trait_impl_block(i: Input<'_>) -> Output<'_, ImplBlock> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:887:19
[INFO] [stderr]     |
[INFO] [stderr] 887 | fn array(i: Input<'_>) -> Output<Array> {
[INFO] [stderr]     |                   ^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 887 | fn array(i: Input<'_>) -> Output<'_, Array> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:901:22
[INFO] [stderr]     |
[INFO] [stderr] 901 | fn function(i: Input<'_>) -> Output<Function> {
[INFO] [stderr]     |                      ^^      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 901 | fn function(i: Input<'_>) -> Output<'_, Function> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:902:36
[INFO] [stderr]     |
[INFO] [stderr] 902 |     fn function_signature(i: Input<'_>) -> Output<Signature> {
[INFO] [stderr]     |                                    ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 902 |     fn function_signature(i: Input<'_>) -> Output<'_, Signature> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:903:30
[INFO] [stderr]     |
[INFO] [stderr] 903 |         fn argument(i: Input<'_>) -> Output<Binding> {
[INFO] [stderr]     |                              ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 903 |         fn argument(i: Input<'_>) -> Output<'_, Binding> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:917:35
[INFO] [stderr]     |
[INFO] [stderr] 917 |         fn argument_list(i: Input<'_>) -> Output<Vec<Binding>> {
[INFO] [stderr]     |                                   ^^      ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 917 |         fn argument_list(i: Input<'_>) -> Output<'_, Vec<Binding>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:920:33
[INFO] [stderr]     |
[INFO] [stderr] 920 |         fn return_part(i: Input<'_>) -> Output<InlineType> {
[INFO] [stderr]     |                                 ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 920 |         fn return_part(i: Input<'_>) -> Output<'_, InlineType> {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:954:22
[INFO] [stderr]     |
[INFO] [stderr] 954 | fn for_loop(i: Input<'_>) -> Output<ForLoop> {
[INFO] [stderr]     |                      ^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 954 | fn for_loop(i: Input<'_>) -> Output<'_, ForLoop> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:955:28
[INFO] [stderr]     |
[INFO] [stderr] 955 |     fn loop_range(i: Input<'_>) -> Output<Expression> {
[INFO] [stderr]     |                            ^^      ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 955 |     fn loop_range(i: Input<'_>) -> Output<'_, Expression> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/frontend/parser/parser.rs:993:24
[INFO] [stderr]     |
[INFO] [stderr] 993 | fn while_loop(i: Input<'_>) -> Output<WhileLoop> {
[INFO] [stderr]     |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 993 | fn while_loop(i: Input<'_>) -> Output<'_, WhileLoop> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/frontend/parser/parser.rs:1011:30
[INFO] [stderr]      |
[INFO] [stderr] 1011 | fn return_statement(i: Input<'_>) -> Output<Return> {
[INFO] [stderr]      |                              ^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                              |
[INFO] [stderr]      |                              the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]      |
[INFO] [stderr] 1011 | fn return_statement(i: Input<'_>) -> Output<'_, Return> {
[INFO] [stderr]      |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/frontend/parser/parser.rs:1027:23
[INFO] [stderr]      |
[INFO] [stderr] 1027 | fn statement(i: Input<'_>) -> Output<Statement> {
[INFO] [stderr]      |                       ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                       |
[INFO] [stderr]      |                       the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]      |
[INFO] [stderr] 1027 | fn statement(i: Input<'_>) -> Output<'_, Statement> {
[INFO] [stderr]      |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/frontend/parser/parser.rs:1050:24
[INFO] [stderr]      |
[INFO] [stderr] 1050 | fn root_items(i: Input<'_>) -> Output<Statement> {
[INFO] [stderr]      |                        ^^      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                        |
[INFO] [stderr]      |                        the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]      |
[INFO] [stderr] 1050 | fn root_items(i: Input<'_>) -> Output<'_, Statement> {
[INFO] [stderr]      |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/frontend/parser/parser.rs:1063:18
[INFO] [stderr]      |
[INFO] [stderr] 1063 | fn root(i: Input<'_>) -> Output<Vec<Statement>> {
[INFO] [stderr]      |                  ^^      ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                  |
[INFO] [stderr]      |                  the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]      |
[INFO] [stderr] 1063 | fn root(i: Input<'_>) -> Output<'_, Vec<Statement>> {
[INFO] [stderr]      |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/frontend/parser/types.rs:17:62
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub fn modules<'a>(self: &'a Self) -> impl Iterator<Item=&Module> {
[INFO] [stderr]    |                               -- the lifetime is named here  ^^^^^^^ the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub fn modules<'a>(self: &'a Self) -> impl Iterator<Item=&'a Module> {
[INFO] [stderr]    |                                                               ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/frontend/parser/types.rs:26:61
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn using<'a>(self: &'a Self) -> impl Iterator<Item=(&String, &String)> {
[INFO] [stderr]    |                             --                              ^^^^^^^  ^^^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                             |                               |
[INFO] [stderr]    |                             the lifetime is named here      the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn using<'a>(self: &'a Self) -> impl Iterator<Item=(&'a String, &'a String)> {
[INFO] [stderr]    |                                                              ++          ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/frontend/parser/types.rs:36:59
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub fn iter<'a>(self: &'a Self) -> impl Iterator<Item=&Statement> {
[INFO] [stderr]    |                            -- the lifetime is named here  ^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub fn iter<'a>(self: &'a Self) -> impl Iterator<Item=&'a Statement> {
[INFO] [stderr]    |                                                            ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/bytecode/writer.rs:25:33
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub(crate) fn program(self: &Self) -> RefMut<Program<T>> {
[INFO] [stderr]    |                                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub(crate) fn program(self: &Self) -> RefMut<'_, Program<T>> {
[INFO] [stderr]    |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/bytecode/compiler/util.rs:27:36
[INFO] [stderr]    |
[INFO] [stderr] 27 |     fn kind(self: &'p Self) -> &'p CoverageRangeKind {
[INFO] [stderr]    |                    --           -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |            |
[INFO] [stderr]    |                    |            the same lifetime is named here
[INFO] [stderr]    |                    the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'p`
[INFO] [stderr]    |
[INFO] [stderr] 27 |     fn kind(self: &'p Self) -> &'p CoverageRangeKind<'p> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/bytecode/compiler/util.rs:121:27
[INFO] [stderr]     |
[INFO] [stderr] 121 |     pub fn validate(self: &Self) -> CoverageRangeType {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 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: 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:...
[INFO] [stderr]   |                                                                          ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) 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:...
[INFO] [stderr]   |                                            ^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `itsy` (test "parser") generated 1 warning (run `cargo fix --test "parser" -p itsy` to apply 1 suggestion)
[INFO] [stderr] warning: `itsy` (test "vm") generated 1 warning (run `cargo fix --test "vm" -p itsy` to apply 1 suggestion)
[INFO] [stderr] warning: `itsy` (lib test) generated 74 warnings (74 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[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/lib.rs (/opt/rustwide/target/debug/deps/itsy-0587ae09a313e0ad)
[INFO] [stderr]      Running unittests src/bench.rs (/opt/rustwide/target/debug/deps/bench-40754a06b2cd42c9)
[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/debug/deps/run-30f4cde02ec1d1a7)
[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/debug/deps/parser-7879a2121ea0c4eb)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test comments_in_statement ... ok
[INFO] [stdout] test comments_in_expression ... ok
[INFO] [stdout] test binary_as ... ok
[INFO] [stdout] test block_comment ... ok
[INFO] [stdout] test multi_line_block_comment ... ok
[INFO] [stdout] test line_comment ... ok
[INFO] [stdout] test comments_without_whitespace ... ok
[INFO] [stdout] test unterminated_empty_line_comment ... ok
[INFO] [stdout] test unterminated_line_comment ... ok
[INFO] [stdout] test multi_line_block_comment_followed ... ok
[INFO] [stderr]      Running tests/util.rs (/opt/rustwide/target/debug/deps/util-ad3c2a9cedc78f71)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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/debug/deps/vm-3d235bfdcba92185)
[INFO] [stdout] 
[INFO] [stdout] running 95 tests
[INFO] [stdout] test array_mixed_construction ... ok
[INFO] [stdout] test array_literal ... ok
[INFO] [stdout] test array_inference2 ... ok
[INFO] [stdout] test array_nested_var_dynamic_constructor ... ok
[INFO] [stdout] test array_nested_dynamic_constructor ... ok
[INFO] [stdout] test array_inference1 ... ok
[INFO] [stdout] test array_nesting ... ok
[INFO] [stdout] test array_ref_elements ... ok
[INFO] [stdout] test cast_f32_f64 ... ok
[INFO] [stdout] test array_casting ... ok
[INFO] [stdout] test array_simple_dynamic_constructor ... ok
[INFO] [stdout] test cast_f32_i8 ... ok
[INFO] [stdout] test assign_stack_target ... ok
[INFO] [stdout] test assign_heap_var_target ... ok
[INFO] [stdout] test cast_f64_f32 ... ok
[INFO] [stdout] test cast_f32_u16 ... ok
[INFO] [stdout] test array_subindex ... ok
[INFO] [stdout] test array_len ... ok
[INFO] [stdout] test branching_ref_cleanup ... ok
[INFO] [stdout] test array_flattened_dynamic_constructor ... ok
[INFO] [stdout] test branching ... ok
[INFO] [stdout] test cast_i8_u16 ... ok
[INFO] [stdout] test cast_i8_u64 ... ok
[INFO] [stdout] test cast_i16_f64 ... ok
[INFO] [stdout] test cast_i32_f32 ... ok
[INFO] [stdout] test cast_u8_u64 ... ok
[INFO] [stdout] test cast_f64_i16 ... ok
[INFO] [stdout] test cast_u64_u16 ... ok
[INFO] [stdout] test block_result ... ok
[INFO] [stdout] test cast_i64_i16 ... ok
[INFO] [stdout] test cast_i64_u8 ... ok
[INFO] [stdout] test assign_heap_index_target ... ok
[INFO] [stdout] test cast_i8_i16 ... ok
[INFO] [stdout] test cast_i64_i8 ... ok
[INFO] [stdout] test dynamic_constructor ... ok
[INFO] [stdout] test array_push ... ok
[INFO] [stdout] test for_in_array_string ... ok
[INFO] [stdout] test for_in_array ... ok
[INFO] [stdout] test compound_f64 ... ok
[INFO] [stdout] test cast_i64_u16 ... ok
[INFO] [stdout] test for_in_dec ... ok
[INFO] [stdout] test for_in_dec_inclusive ... ok
[INFO] [stdout] test for_in_array_var ... ok
[INFO] [stdout] test cast_u8_u16 ... ok
[INFO] [stdout] test for_in_array_struct ... ok
[INFO] [stdout] test compound_i8 ... ok
[INFO] [stdout] test compound_i64 ... ok
[INFO] [stdout] test cast_u64_u8 ... ok
[INFO] [stdout] test cast_i8_i64 ... ok
[INFO] [stdout] test for_in_none ... ok
[INFO] [stdout] test for_in_equal_inclusive ... ok
[INFO] [stdout] test for_in_inference_let ... ok
[INFO] [stdout] test for_in_negative ... ok
[INFO] [stdout] test dead_code_result ... ok
[INFO] [stdout] test for_in_inference_assign ... ok
[INFO] [stdout] test for_in_inference ... ok
[INFO] [stdout] test for_in_negative_inclusive ... ok
[INFO] [stdout] test heap_compare ... ignored
[INFO] [stdout] test heap_compound_assign ... ok
[INFO] [stdout] test op_order_gt ... ok
[INFO] [stdout] test postfix_suffix ... ok
[INFO] [stdout] test primitive_enum ... ok
[INFO] [stdout] test index_assign_primitive ... ok
[INFO] [stdout] test heap_result ... ok
[INFO] [stdout] test expression_eval_order ... ok
[INFO] [stdout] test numerics ... ok
[INFO] [stdout] test op_order_lt ... ok
[INFO] [stdout] test expression_short_circuit ... ok
[INFO] [stdout] test heap_compound_assign64 ... ok
[INFO] [stdout] test heap_postfix_suffix ... ok
[INFO] [stdout] test heap_return ... ok
[INFO] [stdout] test recursion ... ok
[INFO] [stdout] test primitive_enum_cast ... ok
[INFO] [stdout] test string_compound_concat ... ok
[INFO] [stdout] test explicit_return ... ok
[INFO] [stdout] test member_assign_primitive ... ok
[INFO] [stdout] test stack_value_expressions ... ok
[INFO] [stdout] test string_concat ... ok
[INFO] [stdout] test string_compare ... ok
[INFO] [stdout] test string_literal ... ok
[INFO] [stdout] test tempory_access ... ok
[INFO] [stdout] test string_compound_heap_concat ... ok
[INFO] [stdout] test unary_op ... ok
[INFO] [stdout] test string_loop_concat ... ok
[INFO] [stdout] test precedence ... ok
[INFO] [stdout] test temporary_string ... ok
[INFO] [stdout] test unused_result ... ok
[INFO] [stdout] test string_len_compare ... ok
[INFO] [stdout] test temporary_heap_objects ... ok
[INFO] [stdout] test trait_resolution ... ok
[INFO] [stdout] test array_type_fail - should panic ... ok
[INFO] [stdout] test struct_array ... ok
[INFO] [stdout] test struct_nesting ... ok
[INFO] [stdout] test struct_access ... ok
[INFO] [stdout] test temporary_traitobject ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 94 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests itsy
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/frontend/parser/parser.rs - frontend::parser::parse (line 1098) ... ok
[INFO] [stdout] test src/frontend/resolver/resolver.rs - frontend::resolver::resolve (line 79) ... ok
[INFO] [stdout] test src/bytecode/compiler/compiler.rs - bytecode::compiler::compile (line 52) ... ok
[INFO] [stdout] test src/lib.rs - build_str (line 265) ... ok
[INFO] [stdout] test src/lib.rs - itsy_api (line 57) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5c9b82d99fbf0c20485df43f7dd17e543eec8f12339624779245332d7c381e58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c9b82d99fbf0c20485df43f7dd17e543eec8f12339624779245332d7c381e58", kill_on_drop: false }`
[INFO] [stdout] 5c9b82d99fbf0c20485df43f7dd17e543eec8f12339624779245332d7c381e58
