[INFO] cloning repository https://github.com/Nilstrieb/script_lang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nilstrieb/script_lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fscript_lang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fscript_lang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b063850b53f7f52453d4534278d0a974ac9ec7ef
[INFO] checking Nilstrieb/script_lang against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fscript_lang" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Nilstrieb/script_lang
[INFO] finished tweaking git repo https://github.com/Nilstrieb/script_lang
[INFO] tweaked toml for git repo https://github.com/Nilstrieb/script_lang written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Nilstrieb/script_lang on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Nilstrieb/script_lang 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5158a0d5438bcdddefe134466d6d38adb92556eefe0ea58aa7c6487ce35b7110
[INFO] running `Command { std: "docker" "start" "-a" "5158a0d5438bcdddefe134466d6d38adb92556eefe0ea58aa7c6487ce35b7110", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5158a0d5438bcdddefe134466d6d38adb92556eefe0ea58aa7c6487ce35b7110", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5158a0d5438bcdddefe134466d6d38adb92556eefe0ea58aa7c6487ce35b7110", kill_on_drop: false }`
[INFO] [stdout] 5158a0d5438bcdddefe134466d6d38adb92556eefe0ea58aa7c6487ce35b7110
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 49e1cbe06f90f48e6fa3a8997165aee3c835b8960ec833a6b7260c2ac88c22bb
[INFO] running `Command { std: "docker" "start" "-a" "49e1cbe06f90f48e6fa3a8997165aee3c835b8960ec833a6b7260c2ac88c22bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling libc v0.2.124
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling semver v1.0.7
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking num_threads v0.1.5
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking line-wrap v0.1.1
[INFO] [stderr]     Checking miniz_oxide v0.5.1
[INFO] [stderr]    Compiling rayon-core v1.9.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking smawk v0.3.1
[INFO] [stderr]    Compiling rayon v1.5.2
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking plotters-backend v0.3.2
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.8
[INFO] [stderr]     Checking crossbeam-channel v0.5.4
[INFO] [stderr]     Checking bumpalo v3.9.1
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking plotters-svg v0.3.1
[INFO] [stderr]     Checking regex v1.5.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking similar v2.1.0
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking time v0.3.9
[INFO] [stderr]     Checking flate2 v1.0.23
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling onig_sys v69.7.1
[INFO] [stderr]     Checking plotters v0.3.1
[INFO] [stderr]     Checking prettyplease v0.1.9
[INFO] [stderr]     Checking criterion-plot v0.4.4
[INFO] [stderr]    Compiling dbg-pls-derive v0.3.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.2
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking onig v6.3.1
[INFO] [stderr]     Checking plist v1.3.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking serde_yaml v0.8.23
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking syntect v4.6.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking insta v1.14.0
[INFO] [stderr]     Checking criterion v0.3.5
[INFO] [stderr]     Checking dbg-pls v0.3.0
[INFO] [stderr]     Checking dilaria v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `test_literal_bin_op` and `test_number_literal`
[INFO] [stdout]   --> src/syntax/parse/test.rs:12:40
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub(super) use super::{parser, rt, test_literal_bin_op, test_number_literal, token};
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/syntax/parse/test.rs:34:38
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn parser(tokens: Vec<Token>, alloc: &Bump) -> Parser<std::vec::IntoIter<Token>>
[INFO] [stdout]    |                                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn parser(tokens: Vec<Token>, alloc: &Bump) -> Parser<'_, std::vec::IntoIter<Token>>
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/syntax/parse/test.rs:74:52
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn parse_assignment(tokens: Vec<Token>, alloc: &Bump) -> Stmt {
[INFO] [stdout]    |                                                    ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn parse_assignment(tokens: Vec<Token>, alloc: &Bump) -> Stmt<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:116:44
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn parse_fn(tokens: Vec<Token>, alloc: &Bump) -> Stmt {
[INFO] [stdout]     |                                            ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn parse_fn(tokens: Vec<Token>, alloc: &Bump) -> Stmt<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:170:44
[INFO] [stdout]     |
[INFO] [stdout] 170 |     fn parse_if(tokens: Vec<Token>, alloc: &Bump) -> IfStmt {
[INFO] [stdout]     |                                            ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 170 |     fn parse_if(tokens: Vec<Token>, alloc: &Bump) -> IfStmt<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:219:47
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn parse_print(tokens: Vec<Token>, alloc: &Bump) -> Stmt {
[INFO] [stdout]     |                                               ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn parse_print(tokens: Vec<Token>, alloc: &Bump) -> Stmt<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:236:47
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn parse_while(tokens: Vec<Token>, alloc: &Bump) -> Stmt {
[INFO] [stdout]     |                                               ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn parse_while(tokens: Vec<Token>, alloc: &Bump) -> Stmt<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:263:46
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn parse_loop(tokens: Vec<Token>, alloc: &Bump) -> Stmt {
[INFO] [stdout]     |                                              ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn parse_loop(tokens: Vec<Token>, alloc: &Bump) -> Stmt<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:299:47
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn parse_block(tokens: Vec<Token>, alloc: &Bump) -> Block {
[INFO] [stdout]     |                                               ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn parse_block(tokens: Vec<Token>, alloc: &Bump) -> Block<'_> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:334:46
[INFO] [stdout]     |
[INFO] [stdout] 334 |     fn parse_expr(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                              ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 334 |     fn parse_expr(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:398:52
[INFO] [stdout]     |
[INFO] [stdout] 398 |     fn parse_logical_or(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                                    ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 398 |     fn parse_logical_or(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:417:53
[INFO] [stdout]     |
[INFO] [stdout] 417 |     fn parse_logical_and(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                                     ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                     |
[INFO] [stdout]     |                                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 |     fn parse_logical_and(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:436:50
[INFO] [stdout]     |
[INFO] [stdout] 436 |     fn parse_equality(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                                  ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                  |
[INFO] [stdout]     |                                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 436 |     fn parse_equality(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:460:52
[INFO] [stdout]     |
[INFO] [stdout] 460 |     fn parse_comparison(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                                    ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 460 |     fn parse_comparison(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:494:46
[INFO] [stdout]     |
[INFO] [stdout] 494 |     fn parse_term(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                              ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 494 |     fn parse_term(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:518:48
[INFO] [stdout]     |
[INFO] [stdout] 518 |     fn parse_factor(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                                ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 518 |     fn parse_factor(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:547:47
[INFO] [stdout]     |
[INFO] [stdout] 547 |     fn parse_unary(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                               ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 |     fn parse_unary(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:577:46
[INFO] [stdout]     |
[INFO] [stdout] 577 |     fn parse_call(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                              ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 577 |     fn parse_call(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/syntax/parse/test.rs:675:49
[INFO] [stdout]     |
[INFO] [stdout] 675 |     fn parse_primary(tokens: Vec<Token>, alloc: &Bump) -> Expr {
[INFO] [stdout]     |                                                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 675 |     fn parse_primary(tokens: Vec<Token>, alloc: &Bump) -> Expr<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.90s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "49e1cbe06f90f48e6fa3a8997165aee3c835b8960ec833a6b7260c2ac88c22bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49e1cbe06f90f48e6fa3a8997165aee3c835b8960ec833a6b7260c2ac88c22bb", kill_on_drop: false }`
[INFO] [stdout] 49e1cbe06f90f48e6fa3a8997165aee3c835b8960ec833a6b7260c2ac88c22bb
