[INFO] fetching crate bappy-script 0.1.0...
[INFO] testing bappy-script-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate bappy-script 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate bappy-script 0.1.0
[INFO] finished tweaking crates.io crate bappy-script 0.1.0
[INFO] tweaked toml for crates.io crate bappy-script 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bappy-script 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bappy-script 0.1.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded similar v2.1.0
[INFO] [stderr]   Downloaded console v0.15.5
[INFO] [stderr]   Downloaded insta v1.29.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6aa7d533eaa29170f365402be554ac106b106334754460153cdd8c8d2054cc2d
[INFO] running `Command { std: "docker" "start" "-a" "6aa7d533eaa29170f365402be554ac106b106334754460153cdd8c8d2054cc2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6aa7d533eaa29170f365402be554ac106b106334754460153cdd8c8d2054cc2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6aa7d533eaa29170f365402be554ac106b106334754460153cdd8c8d2054cc2d", kill_on_drop: false }`
[INFO] [stdout] 6aa7d533eaa29170f365402be554ac106b106334754460153cdd8c8d2054cc2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ddf89e2296b4ef3e836e1ceef924fdee8fde293d6c45dc870f3824f0a581adeb
[INFO] running `Command { std: "docker" "start" "-a" "ddf89e2296b4ef3e836e1ceef924fdee8fde293d6c45dc870f3824f0a581adeb", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling bappy-script v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/checker.rs:235:20
[INFO] [stdout]     |
[INFO] [stdout] 235 |     fn resolve_var(&mut self, var_name: &'p str) -> Option<ResolvedVar> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 235 |     fn resolve_var(&mut self, var_name: &'p str) -> Option<ResolvedVar<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/checker.rs:1814:18
[INFO] [stdout]      |
[INFO] [stdout] 1814 |     pub fn block(&self, idx: BasicBlockIdx) -> &BasicBlock {
[INFO] [stdout]      |                  ^^^^^                         ^^^^^^^^^^^
[INFO] [stdout]      |                  |                             ||
[INFO] [stdout]      |                  |                             |the same lifetime is hidden here
[INFO] [stdout]      |                  |                             the same lifetime is elided here
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1814 |     pub fn block(&self, idx: BasicBlockIdx) -> &BasicBlock<'_> {
[INFO] [stdout]      |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:377:12
[INFO] [stdout]     |
[INFO] [stdout] 377 | fn item(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |            ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 377 | fn item(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:390:20
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn item_comment(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn item_comment(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:397:17
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn item_func(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn item_func(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:417:19
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn item_struct(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn item_struct(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:427:17
[INFO] [stdout]     |
[INFO] [stdout] 427 | fn return_ty(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 427 | fn return_ty(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:434:15
[INFO] [stdout]     |
[INFO] [stdout] 434 | fn item_if(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 434 | fn item_if(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:443:17
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn item_else(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn item_else(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:452:17
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn item_loop(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn item_loop(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:459:16
[INFO] [stdout]     |
[INFO] [stdout] 459 | fn item_end(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 459 | fn item_end(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:464:17
[INFO] [stdout]     |
[INFO] [stdout] 464 | fn item_stmt(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 464 | fn item_stmt(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:479:16
[INFO] [stdout]     |
[INFO] [stdout] 479 | fn stmt_let(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 479 | fn stmt_let(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:498:20
[INFO] [stdout]     |
[INFO] [stdout] 498 | fn stmt_let_mut(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 498 | fn stmt_let_mut(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:517:16
[INFO] [stdout]     |
[INFO] [stdout] 517 | fn stmt_set(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 517 | fn stmt_set(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:529:19
[INFO] [stdout]     |
[INFO] [stdout] 529 | fn stmt_return(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 529 | fn stmt_return(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:537:18
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn stmt_break(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn stmt_break(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:542:21
[INFO] [stdout]     |
[INFO] [stdout] 542 | fn stmt_continue(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 542 | fn stmt_continue(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:547:18
[INFO] [stdout]     |
[INFO] [stdout] 547 | fn stmt_print(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 | fn stmt_print(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:555:12
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr(i: &str) -> IResult<&str, Expression> {
[INFO] [stdout]     |            ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr(i: &str) -> IResult<&str, Expression<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:572:17
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn expr_call(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn expr_call(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:583:21
[INFO] [stdout]     |
[INFO] [stdout] 583 | fn expr_var_path(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 583 | fn expr_var_path(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:587:16
[INFO] [stdout]     |
[INFO] [stdout] 587 | fn var_path(i: &str) -> IResult<&str, VarPath> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 587 | fn var_path(i: &str) -> IResult<&str, VarPath<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:607:16
[INFO] [stdout]     |
[INFO] [stdout] 607 | fn expr_lit(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 607 | fn expr_lit(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:611:18
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn expr_tuple(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn expr_tuple(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:620:18
[INFO] [stdout]     |
[INFO] [stdout] 620 | fn expr_named(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 620 | fn expr_named(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:631:23
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn expr_named_init(i: &str) -> IResult<&str, (&str, Expression)> {
[INFO] [stdout]     |                       ^^^^             ^^^^   ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |      |
[INFO] [stdout]     |                       |                |      the same lifetime is elided here
[INFO] [stdout]     |                       |                the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn expr_named_init(i: &str) -> IResult<&str, (&str, Expression<'_>)> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:641:15
[INFO] [stdout]     |
[INFO] [stdout] 641 | fn lit_int(i: &str) -> IResult<&str, Literal> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 641 | fn lit_int(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:645:15
[INFO] [stdout]     |
[INFO] [stdout] 645 | fn lit_str(i: &str) -> IResult<&str, Literal> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 645 | fn lit_str(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:652:16
[INFO] [stdout]     |
[INFO] [stdout] 652 | fn lit_bool(i: &str) -> IResult<&str, Literal> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 652 | fn lit_bool(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:659:17
[INFO] [stdout]     |
[INFO] [stdout] 659 | fn lit_empty(i: &str) -> IResult<&str, Literal> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 659 | fn lit_empty(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:663:16
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn var_decl(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn var_decl(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:674:21
[INFO] [stdout]     |
[INFO] [stdout] 674 | fn untyped_ident(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 674 | fn untyped_ident(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:689:19
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn typed_ident(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn typed_ident(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:709:14
[INFO] [stdout]     |
[INFO] [stdout] 709 | fn ty_ref(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |              ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 709 | fn ty_ref(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:721:18
[INFO] [stdout]     |
[INFO] [stdout] 721 | fn ty_ref_int(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 721 | fn ty_ref_int(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:724:18
[INFO] [stdout]     |
[INFO] [stdout] 724 | fn ty_ref_str(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 724 | fn ty_ref_str(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:727:19
[INFO] [stdout]     |
[INFO] [stdout] 727 | fn ty_ref_bool(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 727 | fn ty_ref_bool(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:730:20
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn ty_ref_empty(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn ty_ref_empty(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:733:19
[INFO] [stdout]     |
[INFO] [stdout] 733 | fn ty_ref_func(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 733 | fn ty_ref_func(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:750:20
[INFO] [stdout]     |
[INFO] [stdout] 750 | fn ty_ref_tuple(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 750 | fn ty_ref_tuple(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:758:20
[INFO] [stdout]     |
[INFO] [stdout] 758 | fn ty_ref_named(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 758 | fn ty_ref_named(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:762:19
[INFO] [stdout]     |
[INFO] [stdout] 762 | fn struct_item(i: &str) -> IResult<&str, StructItem> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 762 | fn struct_item(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:765:25
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn struct_item_field(i: &str) -> IResult<&str, StructItem> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn struct_item_field(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:774:23
[INFO] [stdout]     |
[INFO] [stdout] 774 | fn struct_item_end(i: &str) -> IResult<&str, StructItem> {
[INFO] [stdout]     |                       ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 774 | fn struct_item_end(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
[INFO] running `Command { std: "docker" "inspect" "ddf89e2296b4ef3e836e1ceef924fdee8fde293d6c45dc870f3824f0a581adeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddf89e2296b4ef3e836e1ceef924fdee8fde293d6c45dc870f3824f0a581adeb", kill_on_drop: false }`
[INFO] [stdout] ddf89e2296b4ef3e836e1ceef924fdee8fde293d6c45dc870f3824f0a581adeb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e06315dcf2246ecc74f835ca1a2a30110ecd4d9b9034ab3d17562addae31837
[INFO] running `Command { std: "docker" "start" "-a" "8e06315dcf2246ecc74f835ca1a2a30110ecd4d9b9034ab3d17562addae31837", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling similar v2.1.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling console v0.15.5
[INFO] [stderr]    Compiling insta v1.29.0
[INFO] [stderr]    Compiling bappy-script v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/checker.rs:235:20
[INFO] [stdout]     |
[INFO] [stdout] 235 |     fn resolve_var(&mut self, var_name: &'p str) -> Option<ResolvedVar> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 235 |     fn resolve_var(&mut self, var_name: &'p str) -> Option<ResolvedVar<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/checker.rs:1814:18
[INFO] [stdout]      |
[INFO] [stdout] 1814 |     pub fn block(&self, idx: BasicBlockIdx) -> &BasicBlock {
[INFO] [stdout]      |                  ^^^^^                         ^^^^^^^^^^^
[INFO] [stdout]      |                  |                             ||
[INFO] [stdout]      |                  |                             |the same lifetime is hidden here
[INFO] [stdout]      |                  |                             the same lifetime is elided here
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1814 |     pub fn block(&self, idx: BasicBlockIdx) -> &BasicBlock<'_> {
[INFO] [stdout]      |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:377:12
[INFO] [stdout]     |
[INFO] [stdout] 377 | fn item(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |            ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 377 | fn item(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:390:20
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn item_comment(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn item_comment(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:397:17
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn item_func(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn item_func(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:417:19
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn item_struct(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn item_struct(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:427:17
[INFO] [stdout]     |
[INFO] [stdout] 427 | fn return_ty(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 427 | fn return_ty(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:434:15
[INFO] [stdout]     |
[INFO] [stdout] 434 | fn item_if(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 434 | fn item_if(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:443:17
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn item_else(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 443 | fn item_else(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:452:17
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn item_loop(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn item_loop(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:459:16
[INFO] [stdout]     |
[INFO] [stdout] 459 | fn item_end(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 459 | fn item_end(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:464:17
[INFO] [stdout]     |
[INFO] [stdout] 464 | fn item_stmt(i: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 464 | fn item_stmt(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:479:16
[INFO] [stdout]     |
[INFO] [stdout] 479 | fn stmt_let(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 479 | fn stmt_let(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:498:20
[INFO] [stdout]     |
[INFO] [stdout] 498 | fn stmt_let_mut(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 498 | fn stmt_let_mut(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:517:16
[INFO] [stdout]     |
[INFO] [stdout] 517 | fn stmt_set(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 517 | fn stmt_set(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:529:19
[INFO] [stdout]     |
[INFO] [stdout] 529 | fn stmt_return(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 529 | fn stmt_return(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:537:18
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn stmt_break(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn stmt_break(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:542:21
[INFO] [stdout]     |
[INFO] [stdout] 542 | fn stmt_continue(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 542 | fn stmt_continue(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:547:18
[INFO] [stdout]     |
[INFO] [stdout] 547 | fn stmt_print(i: &str) -> IResult<&str, Stmt> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 | fn stmt_print(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:555:12
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr(i: &str) -> IResult<&str, Expression> {
[INFO] [stdout]     |            ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr(i: &str) -> IResult<&str, Expression<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:572:17
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn expr_call(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn expr_call(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:583:21
[INFO] [stdout]     |
[INFO] [stdout] 583 | fn expr_var_path(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 583 | fn expr_var_path(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:587:16
[INFO] [stdout]     |
[INFO] [stdout] 587 | fn var_path(i: &str) -> IResult<&str, VarPath> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 587 | fn var_path(i: &str) -> IResult<&str, VarPath<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:607:16
[INFO] [stdout]     |
[INFO] [stdout] 607 | fn expr_lit(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 607 | fn expr_lit(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:611:18
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn expr_tuple(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn expr_tuple(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:620:18
[INFO] [stdout]     |
[INFO] [stdout] 620 | fn expr_named(i: &str) -> IResult<&str, Expr> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 620 | fn expr_named(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:631:23
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn expr_named_init(i: &str) -> IResult<&str, (&str, Expression)> {
[INFO] [stdout]     |                       ^^^^             ^^^^   ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |      |
[INFO] [stdout]     |                       |                |      the same lifetime is elided here
[INFO] [stdout]     |                       |                the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn expr_named_init(i: &str) -> IResult<&str, (&str, Expression<'_>)> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:641:15
[INFO] [stdout]     |
[INFO] [stdout] 641 | fn lit_int(i: &str) -> IResult<&str, Literal> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 641 | fn lit_int(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:645:15
[INFO] [stdout]     |
[INFO] [stdout] 645 | fn lit_str(i: &str) -> IResult<&str, Literal> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 645 | fn lit_str(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:652:16
[INFO] [stdout]     |
[INFO] [stdout] 652 | fn lit_bool(i: &str) -> IResult<&str, Literal> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 652 | fn lit_bool(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:659:17
[INFO] [stdout]     |
[INFO] [stdout] 659 | fn lit_empty(i: &str) -> IResult<&str, Literal> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 659 | fn lit_empty(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:663:16
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn var_decl(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn var_decl(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:674:21
[INFO] [stdout]     |
[INFO] [stdout] 674 | fn untyped_ident(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 674 | fn untyped_ident(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:689:19
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn typed_ident(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn typed_ident(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:709:14
[INFO] [stdout]     |
[INFO] [stdout] 709 | fn ty_ref(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |              ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 709 | fn ty_ref(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:721:18
[INFO] [stdout]     |
[INFO] [stdout] 721 | fn ty_ref_int(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 721 | fn ty_ref_int(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:724:18
[INFO] [stdout]     |
[INFO] [stdout] 724 | fn ty_ref_str(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 724 | fn ty_ref_str(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:727:19
[INFO] [stdout]     |
[INFO] [stdout] 727 | fn ty_ref_bool(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 727 | fn ty_ref_bool(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:730:20
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn ty_ref_empty(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn ty_ref_empty(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:733:19
[INFO] [stdout]     |
[INFO] [stdout] 733 | fn ty_ref_func(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 733 | fn ty_ref_func(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:750:20
[INFO] [stdout]     |
[INFO] [stdout] 750 | fn ty_ref_tuple(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 750 | fn ty_ref_tuple(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:758:20
[INFO] [stdout]     |
[INFO] [stdout] 758 | fn ty_ref_named(i: &str) -> IResult<&str, TyName> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 758 | fn ty_ref_named(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:762:19
[INFO] [stdout]     |
[INFO] [stdout] 762 | fn struct_item(i: &str) -> IResult<&str, StructItem> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 762 | fn struct_item(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:765:25
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn struct_item_field(i: &str) -> IResult<&str, StructItem> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn struct_item_field(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:774:23
[INFO] [stdout]     |
[INFO] [stdout] 774 | fn struct_item_end(i: &str) -> IResult<&str, StructItem> {
[INFO] [stdout]     |                       ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 774 | fn struct_item_end(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.12s
[INFO] running `Command { std: "docker" "inspect" "8e06315dcf2246ecc74f835ca1a2a30110ecd4d9b9034ab3d17562addae31837", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e06315dcf2246ecc74f835ca1a2a30110ecd4d9b9034ab3d17562addae31837", kill_on_drop: false }`
[INFO] [stdout] 8e06315dcf2246ecc74f835ca1a2a30110ecd4d9b9034ab3d17562addae31837
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 47b31aa1cc43c9daaf3fb82311d2f0e64118afb6d6e4fc023c7b7ad7393b92e4
[INFO] running `Command { std: "docker" "start" "-a" "47b31aa1cc43c9daaf3fb82311d2f0e64118afb6d6e4fc023c7b7ad7393b92e4", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/checker.rs:235:20
[INFO] [stderr]     |
[INFO] [stderr] 235 |     fn resolve_var(&mut self, var_name: &'p str) -> Option<ResolvedVar> {
[INFO] [stderr]     |                    ^^^^^^^^^ the lifetime is elided here   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 235 |     fn resolve_var(&mut self, var_name: &'p str) -> Option<ResolvedVar<'_>> {
[INFO] [stderr]     |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/checker.rs:1814:18
[INFO] [stderr]      |
[INFO] [stderr] 1814 |     pub fn block(&self, idx: BasicBlockIdx) -> &BasicBlock {
[INFO] [stderr]      |                  ^^^^^                         ^^^^^^^^^^^
[INFO] [stderr]      |                  |                             ||
[INFO] [stderr]      |                  |                             |the same lifetime is hidden here
[INFO] [stderr]      |                  |                             the same lifetime is elided here
[INFO] [stderr]      |                  the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1814 |     pub fn block(&self, idx: BasicBlockIdx) -> &BasicBlock<'_> {
[INFO] [stderr]      |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:377:12
[INFO] [stderr]     |
[INFO] [stderr] 377 | fn item(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |            ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |            |                |
[INFO] [stderr]     |            |                the same lifetime is elided here
[INFO] [stderr]     |            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 377 | fn item(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:390:20
[INFO] [stderr]     |
[INFO] [stderr] 390 | fn item_comment(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |                    ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 390 | fn item_comment(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:397:17
[INFO] [stderr]     |
[INFO] [stderr] 397 | fn item_func(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 397 | fn item_func(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:417:19
[INFO] [stderr]     |
[INFO] [stderr] 417 | fn item_struct(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 417 | fn item_struct(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:427:17
[INFO] [stderr]     |
[INFO] [stderr] 427 | fn return_ty(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 427 | fn return_ty(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:434:15
[INFO] [stderr]     |
[INFO] [stderr] 434 | fn item_if(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |               ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |                |
[INFO] [stderr]     |               |                the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 434 | fn item_if(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:443:17
[INFO] [stderr]     |
[INFO] [stderr] 443 | fn item_else(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 443 | fn item_else(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:452:17
[INFO] [stderr]     |
[INFO] [stderr] 452 | fn item_loop(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 452 | fn item_loop(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:459:16
[INFO] [stderr]     |
[INFO] [stderr] 459 | fn item_end(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 459 | fn item_end(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:464:17
[INFO] [stderr]     |
[INFO] [stderr] 464 | fn item_stmt(i: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 464 | fn item_stmt(i: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:479:16
[INFO] [stderr]     |
[INFO] [stderr] 479 | fn stmt_let(i: &str) -> IResult<&str, Stmt> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 479 | fn stmt_let(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:498:20
[INFO] [stderr]     |
[INFO] [stderr] 498 | fn stmt_let_mut(i: &str) -> IResult<&str, Stmt> {
[INFO] [stderr]     |                    ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 498 | fn stmt_let_mut(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:517:16
[INFO] [stderr]     |
[INFO] [stderr] 517 | fn stmt_set(i: &str) -> IResult<&str, Stmt> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 517 | fn stmt_set(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:529:19
[INFO] [stderr]     |
[INFO] [stderr] 529 | fn stmt_return(i: &str) -> IResult<&str, Stmt> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 529 | fn stmt_return(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:537:18
[INFO] [stderr]     |
[INFO] [stderr] 537 | fn stmt_break(i: &str) -> IResult<&str, Stmt> {
[INFO] [stderr]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 537 | fn stmt_break(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:542:21
[INFO] [stderr]     |
[INFO] [stderr] 542 | fn stmt_continue(i: &str) -> IResult<&str, Stmt> {
[INFO] [stderr]     |                     ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                |
[INFO] [stderr]     |                     |                the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 542 | fn stmt_continue(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:547:18
[INFO] [stderr]     |
[INFO] [stderr] 547 | fn stmt_print(i: &str) -> IResult<&str, Stmt> {
[INFO] [stderr]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 547 | fn stmt_print(i: &str) -> IResult<&str, Stmt<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:555:12
[INFO] [stderr]     |
[INFO] [stderr] 555 | fn expr(i: &str) -> IResult<&str, Expression> {
[INFO] [stderr]     |            ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |            |                |
[INFO] [stderr]     |            |                the same lifetime is elided here
[INFO] [stderr]     |            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 555 | fn expr(i: &str) -> IResult<&str, Expression<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:572:17
[INFO] [stderr]     |
[INFO] [stderr] 572 | fn expr_call(i: &str) -> IResult<&str, Expr> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 572 | fn expr_call(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:583:21
[INFO] [stderr]     |
[INFO] [stderr] 583 | fn expr_var_path(i: &str) -> IResult<&str, Expr> {
[INFO] [stderr]     |                     ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                |
[INFO] [stderr]     |                     |                the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 583 | fn expr_var_path(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:587:16
[INFO] [stderr]     |
[INFO] [stderr] 587 | fn var_path(i: &str) -> IResult<&str, VarPath> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 587 | fn var_path(i: &str) -> IResult<&str, VarPath<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] running 106 tests
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:607:16
[INFO] [stderr]     |
[INFO] [stderr] 607 | fn expr_lit(i: &str) -> IResult<&str, Expr> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 607 | fn expr_lit(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:611:18
[INFO] [stderr]     |
[INFO] [stderr] 611 | fn expr_tuple(i: &str) -> IResult<&str, Expr> {
[INFO] [stderr]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 611 | fn expr_tuple(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:620:18
[INFO] [stderr]     |
[INFO] [stderr] 620 | fn expr_named(i: &str) -> IResult<&str, Expr> {
[INFO] [stderr]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 620 | fn expr_named(i: &str) -> IResult<&str, Expr<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:631:23
[INFO] [stderr]     |
[INFO] [stderr] 631 | fn expr_named_init(i: &str) -> IResult<&str, (&str, Expression)> {
[INFO] [stderr]     |                       ^^^^             ^^^^   ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                |      |
[INFO] [stderr]     |                       |                |      the same lifetime is elided here
[INFO] [stderr]     |                       |                the same lifetime is elided here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 631 | fn expr_named_init(i: &str) -> IResult<&str, (&str, Expression<'_>)> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:641:15
[INFO] [stderr]     |
[INFO] [stderr] 641 | fn lit_int(i: &str) -> IResult<&str, Literal> {
[INFO] [stderr]     |               ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |                |
[INFO] [stderr]     |               |                the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 641 | fn lit_int(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:645:15
[INFO] [stderr]     |
[INFO] [stderr] 645 | fn lit_str(i: &str) -> IResult<&str, Literal> {
[INFO] [stderr]     |               ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |                |
[INFO] [stderr]     |               |                the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 645 | fn lit_str(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:652:16
[INFO] [stderr]     |
[INFO] [stderr] 652 | fn lit_bool(i: &str) -> IResult<&str, Literal> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 652 | fn lit_bool(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:659:17
[INFO] [stderr]     |
[INFO] [stderr] 659 | fn lit_empty(i: &str) -> IResult<&str, Literal> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 659 | fn lit_empty(i: &str) -> IResult<&str, Literal<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:663:16
[INFO] [stderr]     |
[INFO] [stderr] 663 | fn var_decl(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 663 | fn var_decl(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:674:21
[INFO] [stderr]     |
[INFO] [stderr] 674 | fn untyped_ident(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stderr]     |                     ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                |
[INFO] [stderr]     |                     |                the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 674 | fn untyped_ident(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:689:19
[INFO] [stderr]     |
[INFO] [stderr] 689 | fn typed_ident(i: &str) -> IResult<&str, VarDecl> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 689 | fn typed_ident(i: &str) -> IResult<&str, VarDecl<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:709:14
[INFO] [stderr]     |
[INFO] [stderr] 709 | fn ty_ref(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |              ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |                |
[INFO] [stderr]     |              |                the same lifetime is elided here
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 709 | fn ty_ref(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:721:18
[INFO] [stderr]     |
[INFO] [stderr] 721 | fn ty_ref_int(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 721 | fn ty_ref_int(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:724:18
[INFO] [stderr]     |
[INFO] [stderr] 724 | fn ty_ref_str(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 724 | fn ty_ref_str(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:727:19
[INFO] [stderr]     |
[INFO] [stderr] 727 | fn ty_ref_bool(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 727 | fn ty_ref_bool(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:730:20
[INFO] [stderr]     |
[INFO] [stderr] 730 | fn ty_ref_empty(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 730 | fn ty_ref_empty(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:733:19
[INFO] [stderr]     |
[INFO] [stderr] 733 | fn ty_ref_func(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 733 | fn ty_ref_func(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:750:20
[INFO] [stderr]     |
[INFO] [stderr] 750 | fn ty_ref_tuple(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 750 | fn ty_ref_tuple(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:758:20
[INFO] [stderr]     |
[INFO] [stderr] 758 | fn ty_ref_named(i: &str) -> IResult<&str, TyName> {
[INFO] [stderr]     |                    ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 758 | fn ty_ref_named(i: &str) -> IResult<&str, TyName<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:762:19
[INFO] [stderr]     |
[INFO] [stderr] 762 | fn struct_item(i: &str) -> IResult<&str, StructItem> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 762 | fn struct_item(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:765:25
[INFO] [stderr]     |
[INFO] [stderr] 765 | fn struct_item_field(i: &str) -> IResult<&str, StructItem> {
[INFO] [stderr]     |                         ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                |
[INFO] [stderr]     |                         |                the same lifetime is elided here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 765 | fn struct_item_field(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:774:23
[INFO] [stderr]     |
[INFO] [stderr] 774 | fn struct_item_end(i: &str) -> IResult<&str, StructItem> {
[INFO] [stderr]     |                       ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                |
[INFO] [stderr]     |                       |                the same lifetime is elided here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 774 | fn struct_item_end(i: &str) -> IResult<&str, StructItem<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bappy-script` (bin "bappy-script" test) generated 45 warnings (run `cargo fix --bin "bappy-script" -p bappy-script --tests` to apply 45 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bappy_script-68711b511bee3b06)
[INFO] [stdout] test tests::cfg_snaps::capture_basics ... ok
[INFO] [stdout] test tests::cfg_snaps::loop_basics ... ok
[INFO] [stdout] test tests::cfg_snaps::func_names_are_paths ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_args_must_have_types - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_3 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_2 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_1 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_arg_ty_complex - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_field_4 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_cond_ty - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_simple_1 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_complex - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_capture_ty - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_name - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_count_2 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_dupe_field_1 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_order - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_inferred_types_enforced_1 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_simple_3 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_scoping_1 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_evil_nominal_smuggling_simple_2 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_arg_ty - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_type - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_ret_ty - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_let_ty - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_field_count_1 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_struct_dupe_field_2 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_ret_main_ty - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_builtin_ty - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_scoping_2 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_1 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_4 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_set_ty - should panic ... ok
[INFO] [stdout] test tests::typed_run_pass::test_aggregates_basic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_set_not_mut - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_inferred_types_enforced_2 - should panic ... ok
[INFO] [stdout] test tests::typed_run_pass::test_aggregates_captures ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_length_2 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_2 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_5 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_set_capture - should panic ... ok
[INFO] [stdout] test tests::typed_parse_fail::parse_fail_partial_annotation_1 - should panic ... ok
[INFO] [stdout] test tests::typed_run_pass::test_complex_paths ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_length_1 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_undefined_struct_3 - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_scoping_3 - should panic ... ok
[INFO] [stdout] test tests::typed_run_pass::test_cfg_bringup_example ... ok
[INFO] [stdout] test tests::typed_run_pass::test_a_bit_of_everything ... ok
[INFO] [stdout] test tests::typed_run_pass::test_func_names_are_paths ... ok
[INFO] [stdout] test tests::typed_run_pass::test_basic ... ok
[INFO] [stdout] test tests::typed_run_pass::test_inference_basic ... ok
[INFO] [stdout] test tests::typed_run_pass::test_nested_capture ... ok
[INFO] [stdout] test tests::typed_run_pass::test_nested_closure_capture ... ok
[INFO] [stdout] test tests::untyped_compile_fail::compile_fail_recursive - should panic ... ok
[INFO] [stdout] test tests::untyped_parse_fail::parse_fail_else_func - should panic ... ok
[INFO] [stdout] test tests::untyped_parse_fail::parse_fail_else_else - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_add_count - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_add_types - should panic ... ok
[INFO] [stdout] test tests::untyped_parse_fail::parse_fail_basic - should panic ... ok
[INFO] [stdout] test tests::untyped_compile_fail::compile_fail_set_undefined - should panic ... ok
[INFO] [stdout] test tests::untyped_compile_fail::compile_fail_set_capture - should panic ... ok
[INFO] [stdout] test tests::untyped_parse_fail::parse_fail_else_loop - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_eq_count - should panic ... ok
[INFO] [stdout] test tests::untyped_compile_fail::compile_fail_continue_no_loop - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_if_type - should panic ... ok
[INFO] [stdout] test tests::typed_compile_fail::compile_fail_bad_tuple_ty - should panic ... ok
[INFO] [stdout] test tests::typed_parse_fail::parse_fail_partial_annotation_2 - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_too_few_args - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_too_many_args - should panic ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_aggregates_basic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_no_ret - should panic ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_aggregates_anon_structs ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_not_type - should panic ... ok
[INFO] [stdout] test tests::untyped_compile_fail::compile_fail_break_no_loop - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_not_count - should panic ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_comments ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_builtin_bool ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_call_capture ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_basic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_eq_type - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_dupe_args - should panic ... ok
[INFO] [stdout] test tests::untyped_run_fail::eval_fail_call_type - should panic ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_first_class_basic ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_fake_bools ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_first_class_with_args ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_func_path_capture ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_idents ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_loops_no_looping ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_negative ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_builtin_math ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_func_names_are_paths ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_factorial ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_set_basic ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_first_class_with_captures ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_captures ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_if ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_literals ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_loops_and_set ... ok
[INFO] [stdout] test tests::untyped_run_pass::test_str ... ok
[INFO] [stdout] test tests::typed_run_pass::test_nominal_shadowing ... ok
[INFO] [stdout] test tests::typed_run_pass::test_stack_allocs ... ok
[INFO] [stdout] test tests::typed_run_pass::test_fn_tys ... ok
[INFO] [stdout] test tests::typed_run_pass::test_empty_ty ... ok
[INFO] [stdout] test tests::typed_run_pass::test_field_basic ... ok
[INFO] [stdout] test tests::typed_run_pass::test_func_path_capture ... ok
[INFO] [stdout] test tests::typed_run_pass::test_weird_print_ty ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 106 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "47b31aa1cc43c9daaf3fb82311d2f0e64118afb6d6e4fc023c7b7ad7393b92e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47b31aa1cc43c9daaf3fb82311d2f0e64118afb6d6e4fc023c7b7ad7393b92e4", kill_on_drop: false }`
[INFO] [stdout] 47b31aa1cc43c9daaf3fb82311d2f0e64118afb6d6e4fc023c7b7ad7393b92e4
