[INFO] fetching crate nom_learn 0.1.5...
[INFO] building nom_learn-0.1.5 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate nom_learn 0.1.5 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate nom_learn 0.1.5
[INFO] finished tweaking crates.io crate nom_learn 0.1.5
[INFO] tweaked toml for crates.io crate nom_learn 0.1.5 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nom_learn 0.1.5 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 47879a5a978b0610fea88148f5a3375c77ede79fe3700468580665bcded825fb
[INFO] running `Command { std: "docker" "start" "-a" "47879a5a978b0610fea88148f5a3375c77ede79fe3700468580665bcded825fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47879a5a978b0610fea88148f5a3375c77ede79fe3700468580665bcded825fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47879a5a978b0610fea88148f5a3375c77ede79fe3700468580665bcded825fb", kill_on_drop: false }`
[INFO] [stdout] 47879a5a978b0610fea88148f5a3375c77ede79fe3700468580665bcded825fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] abfd18fb16a6c4e2d12bb7c4bd05e5cec6a1df95c166ede8e0efac473eed2691
[INFO] running `Command { std: "docker" "start" "-a" "abfd18fb16a6c4e2d12bb7c4bd05e5cec6a1df95c166ede8e0efac473eed2691", kill_on_drop: false }`
[INFO] [stderr]    Compiling text_io v0.1.13
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nom_learn v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:169:26
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub fn parse_uint(input: &str) -> IResult<&str, Box<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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub fn parse_uint(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:174:27
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub fn parse_ident(input: &str) -> IResult<&str, Box<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] 174 | pub fn parse_ident(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:179:26
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub fn parse_call(input: &str) -> IResult<&str, Box<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] 179 | pub fn parse_call(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:189:33
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_single_expr(input: &str) -> IResult<&str, Box<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] 189 | pub fn parse_single_expr(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub fn parse_pow(input: &str) -> IResult<&str, Box<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] 202 | pub fn parse_pow(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:214:33
[INFO] [stdout]     |
[INFO] [stdout] 214 | pub fn parse_higher_unop(input: &str) -> IResult<&str, Box<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] 214 | pub fn parse_higher_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:215:27
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn higher_unop(input: &str) -> IResult<&str, Box<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] 215 |     fn higher_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn parse_higher_binop(input: &str) -> IResult<&str, Box<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] 222 | pub fn parse_higher_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub fn parse_lower_unop(input: &str) -> IResult<&str, Box<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] 240 | pub fn parse_lower_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn lower_unop(input: &str) -> IResult<&str, Box<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] 241 |     fn lower_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:251:33
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub fn parse_lower_binop(input: &str) -> IResult<&str, Box<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] 251 | pub fn parse_lower_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:265:31
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub fn parse_cmp_binop(input: &str) -> IResult<&str, Box<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] 265 | pub fn parse_cmp_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:290:30
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn parse_not_unop(input: &str) -> IResult<&str, Box<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] 290 | pub fn parse_not_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:291:24
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn not_unop(input: &str) -> IResult<&str, Box<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] 291 |     fn not_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:298:31
[INFO] [stdout]     |
[INFO] [stdout] 298 | pub fn parse_and_binop(input: &str) -> IResult<&str, Box<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] 298 | pub fn parse_and_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:312:30
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub fn parse_or_binop(input: &str) -> IResult<&str, Box<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] 312 | pub fn parse_or_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:326:26
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub fn parse_expr(input: &str) -> IResult<&str, Box<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] 326 | pub fn parse_expr(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:393:30
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub fn parse_expr_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 393 | pub fn parse_expr_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:398:26
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub fn parse_decl(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 398 | pub fn parse_decl(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:403:28
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub fn parse_assign(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 403 | pub fn parse_assign(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:412:32
[INFO] [stdout]     |
[INFO] [stdout] 412 | pub fn parse_single_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 412 | pub fn parse_single_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:416:24
[INFO] [stdout]     |
[INFO] [stdout] 416 | pub fn parse_if(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 416 | pub fn parse_if(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:453:23
[INFO] [stdout]     |
[INFO] [stdout] 453 | fn parse_while(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 453 | fn parse_while(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:465:31
[INFO] [stdout]     |
[INFO] [stdout] 465 | pub fn parse_block_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 465 | pub fn parse_block_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:469:25
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub fn parse_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 469 | pub fn parse_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s
[INFO] running `Command { std: "docker" "inspect" "abfd18fb16a6c4e2d12bb7c4bd05e5cec6a1df95c166ede8e0efac473eed2691", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abfd18fb16a6c4e2d12bb7c4bd05e5cec6a1df95c166ede8e0efac473eed2691", kill_on_drop: false }`
[INFO] [stdout] abfd18fb16a6c4e2d12bb7c4bd05e5cec6a1df95c166ede8e0efac473eed2691
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 752efee3db8b4a969150890eed170226fb4f9da60a5477f26d39dfff706cb6a8
[INFO] running `Command { std: "docker" "start" "-a" "752efee3db8b4a969150890eed170226fb4f9da60a5477f26d39dfff706cb6a8", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:169:26
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub fn parse_uint(input: &str) -> IResult<&str, Box<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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub fn parse_uint(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:174:27
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub fn parse_ident(input: &str) -> IResult<&str, Box<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] 174 | pub fn parse_ident(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:179:26
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub fn parse_call(input: &str) -> IResult<&str, Box<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] 179 | pub fn parse_call(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:189:33
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_single_expr(input: &str) -> IResult<&str, Box<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] 189 | pub fn parse_single_expr(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub fn parse_pow(input: &str) -> IResult<&str, Box<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] 202 | pub fn parse_pow(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:214:33
[INFO] [stdout]     |
[INFO] [stdout] 214 | pub fn parse_higher_unop(input: &str) -> IResult<&str, Box<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] 214 | pub fn parse_higher_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:215:27
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn higher_unop(input: &str) -> IResult<&str, Box<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] 215 |     fn higher_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn parse_higher_binop(input: &str) -> IResult<&str, Box<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] 222 | pub fn parse_higher_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub fn parse_lower_unop(input: &str) -> IResult<&str, Box<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] 240 | pub fn parse_lower_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn lower_unop(input: &str) -> IResult<&str, Box<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] 241 |     fn lower_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:251:33
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub fn parse_lower_binop(input: &str) -> IResult<&str, Box<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] 251 | pub fn parse_lower_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:265:31
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub fn parse_cmp_binop(input: &str) -> IResult<&str, Box<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] 265 | pub fn parse_cmp_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:290:30
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn parse_not_unop(input: &str) -> IResult<&str, Box<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] 290 | pub fn parse_not_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:291:24
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn not_unop(input: &str) -> IResult<&str, Box<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] 291 |     fn not_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:298:31
[INFO] [stdout]     |
[INFO] [stdout] 298 | pub fn parse_and_binop(input: &str) -> IResult<&str, Box<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] 298 | pub fn parse_and_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:312:30
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub fn parse_or_binop(input: &str) -> IResult<&str, Box<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] 312 | pub fn parse_or_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:326:26
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub fn parse_expr(input: &str) -> IResult<&str, Box<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] 326 | pub fn parse_expr(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:393:30
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub fn parse_expr_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 393 | pub fn parse_expr_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:398:26
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub fn parse_decl(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 398 | pub fn parse_decl(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:403:28
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub fn parse_assign(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 403 | pub fn parse_assign(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:412:32
[INFO] [stdout]     |
[INFO] [stdout] 412 | pub fn parse_single_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 412 | pub fn parse_single_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:416:24
[INFO] [stdout]     |
[INFO] [stdout] 416 | pub fn parse_if(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 416 | pub fn parse_if(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:453:23
[INFO] [stdout]     |
[INFO] [stdout] 453 | fn parse_while(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 453 | fn parse_while(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:465:31
[INFO] [stdout]     |
[INFO] [stdout] 465 | pub fn parse_block_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 465 | pub fn parse_block_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:469:25
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub fn parse_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 469 | pub fn parse_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nom_learn v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:169:26
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub fn parse_uint(input: &str) -> IResult<&str, Box<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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub fn parse_uint(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:174:27
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub fn parse_ident(input: &str) -> IResult<&str, Box<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] 174 | pub fn parse_ident(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:179:26
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub fn parse_call(input: &str) -> IResult<&str, Box<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] 179 | pub fn parse_call(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:189:33
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_single_expr(input: &str) -> IResult<&str, Box<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] 189 | pub fn parse_single_expr(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub fn parse_pow(input: &str) -> IResult<&str, Box<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] 202 | pub fn parse_pow(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:214:33
[INFO] [stdout]     |
[INFO] [stdout] 214 | pub fn parse_higher_unop(input: &str) -> IResult<&str, Box<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] 214 | pub fn parse_higher_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:215:27
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn higher_unop(input: &str) -> IResult<&str, Box<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] 215 |     fn higher_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn parse_higher_binop(input: &str) -> IResult<&str, Box<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] 222 | pub fn parse_higher_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub fn parse_lower_unop(input: &str) -> IResult<&str, Box<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] 240 | pub fn parse_lower_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 |     fn lower_unop(input: &str) -> IResult<&str, Box<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] 241 |     fn lower_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:251:33
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub fn parse_lower_binop(input: &str) -> IResult<&str, Box<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] 251 | pub fn parse_lower_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:265:31
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub fn parse_cmp_binop(input: &str) -> IResult<&str, Box<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] 265 | pub fn parse_cmp_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:290:30
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn parse_not_unop(input: &str) -> IResult<&str, Box<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] 290 | pub fn parse_not_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:291:24
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn not_unop(input: &str) -> IResult<&str, Box<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] 291 |     fn not_unop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:298:31
[INFO] [stdout]     |
[INFO] [stdout] 298 | pub fn parse_and_binop(input: &str) -> IResult<&str, Box<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] 298 | pub fn parse_and_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:312:30
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub fn parse_or_binop(input: &str) -> IResult<&str, Box<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] 312 | pub fn parse_or_binop(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:326:26
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub fn parse_expr(input: &str) -> IResult<&str, Box<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] 326 | pub fn parse_expr(input: &str) -> IResult<&str, Box<Expr<'_>>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:393:30
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub fn parse_expr_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 393 | pub fn parse_expr_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:398:26
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub fn parse_decl(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 398 | pub fn parse_decl(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:403:28
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub fn parse_assign(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 403 | pub fn parse_assign(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:412:32
[INFO] [stdout]     |
[INFO] [stdout] 412 | pub fn parse_single_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 412 | pub fn parse_single_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:416:24
[INFO] [stdout]     |
[INFO] [stdout] 416 | pub fn parse_if(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 416 | pub fn parse_if(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:453:23
[INFO] [stdout]     |
[INFO] [stdout] 453 | fn parse_while(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 453 | fn parse_while(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:465:31
[INFO] [stdout]     |
[INFO] [stdout] 465 | pub fn parse_block_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 465 | pub fn parse_block_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:469:25
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub fn parse_cmd(input: &str) -> IResult<&str, Box<Cmd>> {
[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] 469 | pub fn parse_cmd(input: &str) -> IResult<&str, Box<Cmd<'_>>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.11s
[INFO] running `Command { std: "docker" "inspect" "752efee3db8b4a969150890eed170226fb4f9da60a5477f26d39dfff706cb6a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "752efee3db8b4a969150890eed170226fb4f9da60a5477f26d39dfff706cb6a8", kill_on_drop: false }`
[INFO] [stdout] 752efee3db8b4a969150890eed170226fb4f9da60a5477f26d39dfff706cb6a8
