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