[INFO] fetching crate biscuit-parser 0.2.0...
[INFO] testing biscuit-parser-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate biscuit-parser 0.2.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate biscuit-parser 0.2.0
[INFO] finished tweaking crates.io crate biscuit-parser 0.2.0
[INFO] tweaked toml for crates.io crate biscuit-parser 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate biscuit-parser 0.2.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate biscuit-parser 0.2.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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 06a4157f2b4982cdb637880ada7246c494b51119262b98a91cec9a96020e1db9
[INFO] running `Command { std: "docker" "start" "-a" "06a4157f2b4982cdb637880ada7246c494b51119262b98a91cec9a96020e1db9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06a4157f2b4982cdb637880ada7246c494b51119262b98a91cec9a96020e1db9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06a4157f2b4982cdb637880ada7246c494b51119262b98a91cec9a96020e1db9", kill_on_drop: false }`
[INFO] [stdout] 06a4157f2b4982cdb637880ada7246c494b51119262b98a91cec9a96020e1db9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d195e85352af99adb8a65e5485ec314ac01d3f6fc306e3bb7b5e066123b13b85
[INFO] running `Command { std: "docker" "start" "-a" "d195e85352af99adb8a65e5485ec314ac01d3f6fc306e3bb7b5e066123b13b85", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling biscuit-parser v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn fact(i: &str) -> IResult<&str, builder::Fact, Error> {
[INFO] [stdout]    |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                |
[INFO] [stdout]    |                |                the same lifetime is elided here
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn fact(i: &str) -> IResult<&str, builder::Fact, Error<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:38:22
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn fact_inner(i: &str) -> IResult<&str, builder::Fact, Error> {
[INFO] [stdout]    |                      ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn fact_inner(i: &str) -> IResult<&str, builder::Fact, Error<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn check(i: &str) -> IResult<&str, builder::Check, Error> {
[INFO] [stdout]    |                 ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                |
[INFO] [stdout]    |                 |                the same lifetime is elided here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn check(i: &str) -> IResult<&str, builder::Check, Error<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn check_inner(i: &str) -> IResult<&str, builder::Check, Error> {
[INFO] [stdout]    |                   ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                |
[INFO] [stdout]    |                   |                the same lifetime is elided here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn check_inner(i: &str) -> IResult<&str, builder::Check, Error<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn policy(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]    |                  ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |
[INFO] [stdout]    |                  |                the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn policy(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:106:20
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn policy_inner(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn policy_inner(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub fn allow(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub fn allow(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:127:16
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub fn deny(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub fn deny(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:143:22
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn check_body(i: &str) -> IResult<&str, Vec<builder::Rule>, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn check_body(i: &str) -> IResult<&str, Vec<builder::Rule>, Error<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn rule(i: &str) -> IResult<&str, builder::Rule, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn rule(i: &str) -> IResult<&str, builder::Rule, Error<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:185:22
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn rule_inner(i: &str) -> IResult<&str, builder::Rule, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn rule_inner(i: &str) -> IResult<&str, builder::Rule, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn predicate(i: &str) -> IResult<&str, builder::Predicate, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn predicate(i: &str) -> IResult<&str, builder::Predicate, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 | fn rule_head(i: &str) -> IResult<&str, builder::Predicate, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 230 | fn rule_head(i: &str) -> IResult<&str, builder::Predicate, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:252:8
[INFO] [stdout]     |
[INFO] [stdout] 252 |     i: &str,
[INFO] [stdout]     |        ^^^^ the lifetime is elided here
[INFO] [stdout] 253 | ) -> IResult<
[INFO] [stdout] 254 |     &str,
[INFO] [stdout]     |     ^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 260 |     Error,
[INFO] [stdout]     |     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     Error<'_>,
[INFO] [stdout]     |          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:291:31
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn predicate_or_expression(i: &str) -> IResult<&str, PredOrExpr, Error> {
[INFO] [stdout]     |                               ^^^^             ^^^^              ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn predicate_or_expression(i: &str) -> IResult<&str, PredOrExpr, Error<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn scopes(i: &str) -> IResult<&str, Vec<builder::Scope>, Error> {
[INFO] [stdout]     |              ^^^^             ^^^^                       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn scopes(i: &str) -> IResult<&str, Vec<builder::Scope>, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:306:13
[INFO] [stdout]     |
[INFO] [stdout] 306 | fn scope(i: &str) -> IResult<&str, builder::Scope, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 306 | fn scope(i: &str) -> IResult<&str, builder::Scope, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:317:22
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub fn public_key(i: &str) -> IResult<&str, builder::PublicKey, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub fn public_key(i: &str) -> IResult<&str, builder::PublicKey, Error<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:366:20
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn unary_negate(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn unary_negate(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:378:20
[INFO] [stdout]     |
[INFO] [stdout] 378 | fn unary_parens(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 378 | fn unary_parens(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:392:19
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn binary_op_0(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn binary_op_0(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:397:19
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn binary_op_1(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn binary_op_1(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:402:19
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn binary_op_2(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn binary_op_2(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:416:19
[INFO] [stdout]     |
[INFO] [stdout] 416 | fn binary_op_3(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 416 | fn binary_op_3(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:19
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn binary_op_4(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn binary_op_4(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:426:19
[INFO] [stdout]     |
[INFO] [stdout] 426 | fn binary_op_5(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 | fn binary_op_5(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:431:19
[INFO] [stdout]     |
[INFO] [stdout] 431 | fn binary_op_6(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 431 | fn binary_op_6(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:436:19
[INFO] [stdout]     |
[INFO] [stdout] 436 | fn binary_op_7(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 436 | fn binary_op_7(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:441:17
[INFO] [stdout]     |
[INFO] [stdout] 441 | fn extern_un(i: &str) -> IResult<&str, builder::Unary, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 441 | fn extern_un(i: &str) -> IResult<&str, builder::Unary, Error<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:446:18
[INFO] [stdout]     |
[INFO] [stdout] 446 | fn extern_bin(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 446 | fn extern_bin(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:451:19
[INFO] [stdout]     |
[INFO] [stdout] 451 | fn binary_op_8(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 451 | fn binary_op_8(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:471:17
[INFO] [stdout]     |
[INFO] [stdout] 471 | fn expr_term(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 | fn expr_term(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:502:16
[INFO] [stdout]     |
[INFO] [stdout] 502 | pub fn expr(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 502 | pub fn expr(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:513:13
[INFO] [stdout]     |
[INFO] [stdout] 513 | fn expr1(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 513 | fn expr1(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:524:13
[INFO] [stdout]     |
[INFO] [stdout] 524 | fn expr2(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 524 | fn expr2(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | fn expr3(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 544 | fn expr3(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:555:13
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr4(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr4(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:566:13
[INFO] [stdout]     |
[INFO] [stdout] 566 | fn expr5(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 | fn expr5(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:577:13
[INFO] [stdout]     |
[INFO] [stdout] 577 | fn expr6(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 577 | fn expr6(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:588:13
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn expr7(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn expr7(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:597:13
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn expr8(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn expr8(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:604:13
[INFO] [stdout]     |
[INFO] [stdout] 604 | fn expr9(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 604 | fn expr9(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:651:21
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn binary_method(i: &str) -> IResult<&str, (builder::Binary, Option<Vec<String>>, Expr), Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^ the same lifetime is elided here               ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn binary_method(i: &str) -> IResult<&str, (builder::Binary, Option<Vec<String>>, Expr), Error<'_>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:678:20
[INFO] [stdout]     |
[INFO] [stdout] 678 | fn unary_method(i: &str) -> IResult<&str, builder::Unary, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 678 | fn unary_method(i: &str) -> IResult<&str, builder::Unary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:693:12
[INFO] [stdout]     |
[INFO] [stdout] 693 | fn name(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |     |
[INFO] [stdout]     |            |                |     the same lifetime is elided here
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 693 | fn name(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:699:22
[INFO] [stdout]     |
[INFO] [stdout] 699 | fn parameter_name(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |     |
[INFO] [stdout]     |                      |                |     the same lifetime is elided here
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 699 | fn parameter_name(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:714:17
[INFO] [stdout]     |
[INFO] [stdout] 714 | fn printable(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |     |
[INFO] [stdout]     |                 |                |     the same lifetime is elided here
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 714 | fn printable(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:718:29
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn parse_string_internal(i: &str) -> IResult<&str, String, Error> {
[INFO] [stdout]     |                             ^^^^             ^^^^          ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn parse_string_internal(i: &str) -> IResult<&str, String, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:730:20
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn parse_string(i: &str) -> IResult<&str, String, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^          ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn parse_string(i: &str) -> IResult<&str, String, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:737:14
[INFO] [stdout]     |
[INFO] [stdout] 737 | fn string(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |              ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 737 | fn string(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:741:21
[INFO] [stdout]     |
[INFO] [stdout] 741 | fn parse_integer(i: &str) -> IResult<&str, i64, Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 741 | fn parse_integer(i: &str) -> IResult<&str, i64, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:745:15
[INFO] [stdout]     |
[INFO] [stdout] 745 | fn integer(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 745 | fn integer(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:749:18
[INFO] [stdout]     |
[INFO] [stdout] 749 | fn parse_date(i: &str) -> IResult<&str, u64, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 749 | fn parse_date(i: &str) -> IResult<&str, u64, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:761:12
[INFO] [stdout]     |
[INFO] [stdout] 761 | fn date(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 761 | fn date(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:765:19
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn parse_bytes(i: &str) -> IResult<&str, Vec<u8>, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn parse_bytes(i: &str) -> IResult<&str, Vec<u8>, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:769:17
[INFO] [stdout]     |
[INFO] [stdout] 769 | fn parse_hex(i: &str) -> IResult<&str, Vec<u8>, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 769 | fn parse_hex(i: &str) -> IResult<&str, Vec<u8>, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:779:13
[INFO] [stdout]     |
[INFO] [stdout] 779 | fn bytes(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 779 | fn bytes(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:783:16
[INFO] [stdout]     |
[INFO] [stdout] 783 | fn variable(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 783 | fn variable(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:787:17
[INFO] [stdout]     |
[INFO] [stdout] 787 | fn parameter(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 787 | fn parameter(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:794:18
[INFO] [stdout]     |
[INFO] [stdout] 794 | fn parse_bool(i: &str) -> IResult<&str, bool, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 794 | fn parse_bool(i: &str) -> IResult<&str, bool, Error<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:798:15
[INFO] [stdout]     |
[INFO] [stdout] 798 | fn boolean(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 798 | fn boolean(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:802:12
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn null(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn null(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:806:11
[INFO] [stdout]     |
[INFO] [stdout] 806 | fn set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |           ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |           |                |
[INFO] [stdout]     |           |                the same lifetime is elided here
[INFO] [stdout]     |           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 806 | fn set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:810:17
[INFO] [stdout]     |
[INFO] [stdout] 810 | fn empty_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 810 | fn empty_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:814:21
[INFO] [stdout]     |
[INFO] [stdout] 814 | fn non_empty_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 814 | fn non_empty_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:868:13
[INFO] [stdout]     |
[INFO] [stdout] 868 | fn array(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 868 | fn array(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:876:17
[INFO] [stdout]     |
[INFO] [stdout] 876 | fn parse_map(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 | fn parse_map(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:894:15
[INFO] [stdout]     |
[INFO] [stdout] 894 | fn map_key(i: &str) -> IResult<&str, builder::MapKey, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 894 | fn map_key(i: &str) -> IResult<&str, builder::MapKey, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:907:12
[INFO] [stdout]     |
[INFO] [stdout] 907 | fn term(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 907 | fn term(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:916:20
[INFO] [stdout]     |
[INFO] [stdout] 916 | fn term_in_fact(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 916 | fn term_in_fact(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:933:19
[INFO] [stdout]     |
[INFO] [stdout] 933 | fn term_in_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 933 | fn term_in_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:950:20
[INFO] [stdout]     |
[INFO] [stdout] 950 | fn line_comment(i: &str) -> IResult<&str, (), Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 950 | fn line_comment(i: &str) -> IResult<&str, (), Error<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:959:25
[INFO] [stdout]     |
[INFO] [stdout] 959 | fn multiline_comment(i: &str) -> IResult<&str, (), Error> {
[INFO] [stdout]     |                         ^^^^             ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 959 | fn multiline_comment(i: &str) -> IResult<&str, (), Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:985:15
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub fn sep(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |     |
[INFO] [stdout]     |               |                |     the same lifetime is elided here
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub fn sep(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:990:28
[INFO] [stdout]     |
[INFO] [stdout] 990 | pub fn parse_source(mut i: &str) -> Result<SourceResult, Vec<Error>> {
[INFO] [stdout]     |                            ^^^^            ^^^^^^^^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |               |
[INFO] [stdout]     |                            |               the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 990 | pub fn parse_source(mut i: &str) -> Result<SourceResult<'_>, Vec<Error<'_>>> {
[INFO] [stdout]     |                                                        ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1067:34
[INFO] [stdout]      |
[INFO] [stdout] 1067 | pub fn parse_block_source(mut i: &str) -> Result<SourceResult, Vec<Error>> {
[INFO] [stdout]      |                                  ^^^^            ^^^^^^^^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                  |               |
[INFO] [stdout]      |                                  |               the same lifetime is hidden here
[INFO] [stdout]      |                                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1067 | pub fn parse_block_source(mut i: &str) -> Result<SourceResult<'_>, Vec<Error<'_>>> {
[INFO] [stdout]      |                                                              ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
[INFO] running `Command { std: "docker" "inspect" "d195e85352af99adb8a65e5485ec314ac01d3f6fc306e3bb7b5e066123b13b85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d195e85352af99adb8a65e5485ec314ac01d3f6fc306e3bb7b5e066123b13b85", kill_on_drop: false }`
[INFO] [stdout] d195e85352af99adb8a65e5485ec314ac01d3f6fc306e3bb7b5e066123b13b85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 211f0654bcde1511546767e5fbede54b1d930d768e9fb2e59a30d8387fd17df0
[INFO] running `Command { std: "docker" "start" "-a" "211f0654bcde1511546767e5fbede54b1d930d768e9fb2e59a30d8387fd17df0", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn fact(i: &str) -> IResult<&str, builder::Fact, Error> {
[INFO] [stdout]    |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                |
[INFO] [stdout]    |                |                the same lifetime is elided here
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn fact(i: &str) -> IResult<&str, builder::Fact, Error<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:38:22
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn fact_inner(i: &str) -> IResult<&str, builder::Fact, Error> {
[INFO] [stdout]    |                      ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn fact_inner(i: &str) -> IResult<&str, builder::Fact, Error<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn check(i: &str) -> IResult<&str, builder::Check, Error> {
[INFO] [stdout]    |                 ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                |
[INFO] [stdout]    |                 |                the same lifetime is elided here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn check(i: &str) -> IResult<&str, builder::Check, Error<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn check_inner(i: &str) -> IResult<&str, builder::Check, Error> {
[INFO] [stdout]    |                   ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                |
[INFO] [stdout]    |                   |                the same lifetime is elided here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn check_inner(i: &str) -> IResult<&str, builder::Check, Error<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn policy(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]    |                  ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |
[INFO] [stdout]    |                  |                the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn policy(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:106:20
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn policy_inner(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn policy_inner(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub fn allow(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub fn allow(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:127:16
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub fn deny(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub fn deny(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:143:22
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn check_body(i: &str) -> IResult<&str, Vec<builder::Rule>, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn check_body(i: &str) -> IResult<&str, Vec<builder::Rule>, Error<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn rule(i: &str) -> IResult<&str, builder::Rule, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn rule(i: &str) -> IResult<&str, builder::Rule, Error<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:185:22
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn rule_inner(i: &str) -> IResult<&str, builder::Rule, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn rule_inner(i: &str) -> IResult<&str, builder::Rule, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn predicate(i: &str) -> IResult<&str, builder::Predicate, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn predicate(i: &str) -> IResult<&str, builder::Predicate, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 | fn rule_head(i: &str) -> IResult<&str, builder::Predicate, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 230 | fn rule_head(i: &str) -> IResult<&str, builder::Predicate, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:252:8
[INFO] [stdout]     |
[INFO] [stdout] 252 |     i: &str,
[INFO] [stdout]     |        ^^^^ the lifetime is elided here
[INFO] [stdout] 253 | ) -> IResult<
[INFO] [stdout] 254 |     &str,
[INFO] [stdout]     |     ^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 260 |     Error,
[INFO] [stdout]     |     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     Error<'_>,
[INFO] [stdout]     |          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:291:31
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn predicate_or_expression(i: &str) -> IResult<&str, PredOrExpr, Error> {
[INFO] [stdout]     |                               ^^^^             ^^^^              ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn predicate_or_expression(i: &str) -> IResult<&str, PredOrExpr, Error<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn scopes(i: &str) -> IResult<&str, Vec<builder::Scope>, Error> {
[INFO] [stdout]     |              ^^^^             ^^^^                       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn scopes(i: &str) -> IResult<&str, Vec<builder::Scope>, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:306:13
[INFO] [stdout]     |
[INFO] [stdout] 306 | fn scope(i: &str) -> IResult<&str, builder::Scope, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 306 | fn scope(i: &str) -> IResult<&str, builder::Scope, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:317:22
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub fn public_key(i: &str) -> IResult<&str, builder::PublicKey, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub fn public_key(i: &str) -> IResult<&str, builder::PublicKey, Error<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:366:20
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn unary_negate(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn unary_negate(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:378:20
[INFO] [stdout]     |
[INFO] [stdout] 378 | fn unary_parens(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 378 | fn unary_parens(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:392:19
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn binary_op_0(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn binary_op_0(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:397:19
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn binary_op_1(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn binary_op_1(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:402:19
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn binary_op_2(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn binary_op_2(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:416:19
[INFO] [stdout]     |
[INFO] [stdout] 416 | fn binary_op_3(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 416 | fn binary_op_3(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:19
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn binary_op_4(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn binary_op_4(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:426:19
[INFO] [stdout]     |
[INFO] [stdout] 426 | fn binary_op_5(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 | fn binary_op_5(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:431:19
[INFO] [stdout]     |
[INFO] [stdout] 431 | fn binary_op_6(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 431 | fn binary_op_6(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:436:19
[INFO] [stdout]     |
[INFO] [stdout] 436 | fn binary_op_7(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 436 | fn binary_op_7(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:441:17
[INFO] [stdout]     |
[INFO] [stdout] 441 | fn extern_un(i: &str) -> IResult<&str, builder::Unary, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 441 | fn extern_un(i: &str) -> IResult<&str, builder::Unary, Error<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:446:18
[INFO] [stdout]     |
[INFO] [stdout] 446 | fn extern_bin(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 446 | fn extern_bin(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:451:19
[INFO] [stdout]     |
[INFO] [stdout] 451 | fn binary_op_8(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 451 | fn binary_op_8(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:471:17
[INFO] [stdout]     |
[INFO] [stdout] 471 | fn expr_term(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 | fn expr_term(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:502:16
[INFO] [stdout]     |
[INFO] [stdout] 502 | pub fn expr(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 502 | pub fn expr(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:513:13
[INFO] [stdout]     |
[INFO] [stdout] 513 | fn expr1(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 513 | fn expr1(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:524:13
[INFO] [stdout]     |
[INFO] [stdout] 524 | fn expr2(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 524 | fn expr2(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | fn expr3(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 544 | fn expr3(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:555:13
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr4(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr4(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:566:13
[INFO] [stdout]     |
[INFO] [stdout] 566 | fn expr5(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 | fn expr5(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:577:13
[INFO] [stdout]     |
[INFO] [stdout] 577 | fn expr6(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 577 | fn expr6(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:588:13
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn expr7(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn expr7(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:597:13
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn expr8(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn expr8(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:604:13
[INFO] [stdout]     |
[INFO] [stdout] 604 | fn expr9(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 604 | fn expr9(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:651:21
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn binary_method(i: &str) -> IResult<&str, (builder::Binary, Option<Vec<String>>, Expr), Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^ the same lifetime is elided here               ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn binary_method(i: &str) -> IResult<&str, (builder::Binary, Option<Vec<String>>, Expr), Error<'_>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:678:20
[INFO] [stdout]     |
[INFO] [stdout] 678 | fn unary_method(i: &str) -> IResult<&str, builder::Unary, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 678 | fn unary_method(i: &str) -> IResult<&str, builder::Unary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:693:12
[INFO] [stdout]     |
[INFO] [stdout] 693 | fn name(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |     |
[INFO] [stdout]     |            |                |     the same lifetime is elided here
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 693 | fn name(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:699:22
[INFO] [stdout]     |
[INFO] [stdout] 699 | fn parameter_name(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |     |
[INFO] [stdout]     |                      |                |     the same lifetime is elided here
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 699 | fn parameter_name(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:714:17
[INFO] [stdout]     |
[INFO] [stdout] 714 | fn printable(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |     |
[INFO] [stdout]     |                 |                |     the same lifetime is elided here
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 714 | fn printable(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:718:29
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn parse_string_internal(i: &str) -> IResult<&str, String, Error> {
[INFO] [stdout]     |                             ^^^^             ^^^^          ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn parse_string_internal(i: &str) -> IResult<&str, String, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:730:20
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn parse_string(i: &str) -> IResult<&str, String, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^          ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn parse_string(i: &str) -> IResult<&str, String, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:737:14
[INFO] [stdout]     |
[INFO] [stdout] 737 | fn string(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |              ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 737 | fn string(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:741:21
[INFO] [stdout]     |
[INFO] [stdout] 741 | fn parse_integer(i: &str) -> IResult<&str, i64, Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 741 | fn parse_integer(i: &str) -> IResult<&str, i64, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:745:15
[INFO] [stdout]     |
[INFO] [stdout] 745 | fn integer(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 745 | fn integer(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:749:18
[INFO] [stdout]     |
[INFO] [stdout] 749 | fn parse_date(i: &str) -> IResult<&str, u64, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 749 | fn parse_date(i: &str) -> IResult<&str, u64, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:761:12
[INFO] [stdout]     |
[INFO] [stdout] 761 | fn date(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 761 | fn date(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:765:19
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn parse_bytes(i: &str) -> IResult<&str, Vec<u8>, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn parse_bytes(i: &str) -> IResult<&str, Vec<u8>, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:769:17
[INFO] [stdout]     |
[INFO] [stdout] 769 | fn parse_hex(i: &str) -> IResult<&str, Vec<u8>, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 769 | fn parse_hex(i: &str) -> IResult<&str, Vec<u8>, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:779:13
[INFO] [stdout]     |
[INFO] [stdout] 779 | fn bytes(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 779 | fn bytes(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:783:16
[INFO] [stdout]     |
[INFO] [stdout] 783 | fn variable(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 783 | fn variable(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:787:17
[INFO] [stdout]     |
[INFO] [stdout] 787 | fn parameter(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 787 | fn parameter(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:794:18
[INFO] [stdout]     |
[INFO] [stdout] 794 | fn parse_bool(i: &str) -> IResult<&str, bool, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 794 | fn parse_bool(i: &str) -> IResult<&str, bool, Error<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:798:15
[INFO] [stdout]     |
[INFO] [stdout] 798 | fn boolean(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 798 | fn boolean(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:802:12
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn null(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn null(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:806:11
[INFO] [stdout]     |
[INFO] [stdout] 806 | fn set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |           ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |           |                |
[INFO] [stdout]     |           |                the same lifetime is elided here
[INFO] [stdout]     |           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 806 | fn set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:810:17
[INFO] [stdout]     |
[INFO] [stdout] 810 | fn empty_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 810 | fn empty_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:814:21
[INFO] [stdout]     |
[INFO] [stdout] 814 | fn non_empty_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 814 | fn non_empty_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:868:13
[INFO] [stdout]     |
[INFO] [stdout] 868 | fn array(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 868 | fn array(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:876:17
[INFO] [stdout]     |
[INFO] [stdout] 876 | fn parse_map(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 | fn parse_map(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:894:15
[INFO] [stdout]     |
[INFO] [stdout] 894 | fn map_key(i: &str) -> IResult<&str, builder::MapKey, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 894 | fn map_key(i: &str) -> IResult<&str, builder::MapKey, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:907:12
[INFO] [stdout]     |
[INFO] [stdout] 907 | fn term(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 907 | fn term(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:916:20
[INFO] [stdout]     |
[INFO] [stdout] 916 | fn term_in_fact(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 916 | fn term_in_fact(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:933:19
[INFO] [stdout]     |
[INFO] [stdout] 933 | fn term_in_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 933 | fn term_in_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:950:20
[INFO] [stdout]     |
[INFO] [stdout] 950 | fn line_comment(i: &str) -> IResult<&str, (), Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 950 | fn line_comment(i: &str) -> IResult<&str, (), Error<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:959:25
[INFO] [stdout]     |
[INFO] [stdout] 959 | fn multiline_comment(i: &str) -> IResult<&str, (), Error> {
[INFO] [stdout]     |                         ^^^^             ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 959 | fn multiline_comment(i: &str) -> IResult<&str, (), Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:985:15
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub fn sep(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |     |
[INFO] [stdout]     |               |                |     the same lifetime is elided here
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub fn sep(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling biscuit-parser v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:990:28
[INFO] [stdout]     |
[INFO] [stdout] 990 | pub fn parse_source(mut i: &str) -> Result<SourceResult, Vec<Error>> {
[INFO] [stdout]     |                            ^^^^            ^^^^^^^^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |               |
[INFO] [stdout]     |                            |               the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 990 | pub fn parse_source(mut i: &str) -> Result<SourceResult<'_>, Vec<Error<'_>>> {
[INFO] [stdout]     |                                                        ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1067:34
[INFO] [stdout]      |
[INFO] [stdout] 1067 | pub fn parse_block_source(mut i: &str) -> Result<SourceResult, Vec<Error>> {
[INFO] [stdout]      |                                  ^^^^            ^^^^^^^^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                  |               |
[INFO] [stdout]      |                                  |               the same lifetime is hidden here
[INFO] [stdout]      |                                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1067 | pub fn parse_block_source(mut i: &str) -> Result<SourceResult<'_>, Vec<Error<'_>>> {
[INFO] [stdout]      |                                                              ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn fact(i: &str) -> IResult<&str, builder::Fact, Error> {
[INFO] [stdout]    |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                |
[INFO] [stdout]    |                |                the same lifetime is elided here
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn fact(i: &str) -> IResult<&str, builder::Fact, Error<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:38:22
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn fact_inner(i: &str) -> IResult<&str, builder::Fact, Error> {
[INFO] [stdout]    |                      ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn fact_inner(i: &str) -> IResult<&str, builder::Fact, Error<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn check(i: &str) -> IResult<&str, builder::Check, Error> {
[INFO] [stdout]    |                 ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                |
[INFO] [stdout]    |                 |                the same lifetime is elided here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn check(i: &str) -> IResult<&str, builder::Check, Error<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn check_inner(i: &str) -> IResult<&str, builder::Check, Error> {
[INFO] [stdout]    |                   ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                |
[INFO] [stdout]    |                   |                the same lifetime is elided here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn check_inner(i: &str) -> IResult<&str, builder::Check, Error<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn policy(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]    |                  ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |
[INFO] [stdout]    |                  |                the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn policy(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:106:20
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn policy_inner(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn policy_inner(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub fn allow(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub fn allow(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:127:16
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub fn deny(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub fn deny(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:143:22
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn check_body(i: &str) -> IResult<&str, Vec<builder::Rule>, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn check_body(i: &str) -> IResult<&str, Vec<builder::Rule>, Error<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn rule(i: &str) -> IResult<&str, builder::Rule, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn rule(i: &str) -> IResult<&str, builder::Rule, Error<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:185:22
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn rule_inner(i: &str) -> IResult<&str, builder::Rule, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub fn rule_inner(i: &str) -> IResult<&str, builder::Rule, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:210:17
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn predicate(i: &str) -> IResult<&str, builder::Predicate, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn predicate(i: &str) -> IResult<&str, builder::Predicate, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 | fn rule_head(i: &str) -> IResult<&str, builder::Predicate, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 230 | fn rule_head(i: &str) -> IResult<&str, builder::Predicate, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:252:8
[INFO] [stdout]     |
[INFO] [stdout] 252 |     i: &str,
[INFO] [stdout]     |        ^^^^ the lifetime is elided here
[INFO] [stdout] 253 | ) -> IResult<
[INFO] [stdout] 254 |     &str,
[INFO] [stdout]     |     ^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 260 |     Error,
[INFO] [stdout]     |     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     Error<'_>,
[INFO] [stdout]     |          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:291:31
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn predicate_or_expression(i: &str) -> IResult<&str, PredOrExpr, Error> {
[INFO] [stdout]     |                               ^^^^             ^^^^              ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn predicate_or_expression(i: &str) -> IResult<&str, PredOrExpr, Error<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn scopes(i: &str) -> IResult<&str, Vec<builder::Scope>, Error> {
[INFO] [stdout]     |              ^^^^             ^^^^                       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn scopes(i: &str) -> IResult<&str, Vec<builder::Scope>, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:306:13
[INFO] [stdout]     |
[INFO] [stdout] 306 | fn scope(i: &str) -> IResult<&str, builder::Scope, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 306 | fn scope(i: &str) -> IResult<&str, builder::Scope, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:317:22
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub fn public_key(i: &str) -> IResult<&str, builder::PublicKey, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub fn public_key(i: &str) -> IResult<&str, builder::PublicKey, Error<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:366:20
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn unary_negate(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn unary_negate(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:378:20
[INFO] [stdout]     |
[INFO] [stdout] 378 | fn unary_parens(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 378 | fn unary_parens(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:392:19
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn binary_op_0(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn binary_op_0(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:397:19
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn binary_op_1(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 397 | fn binary_op_1(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:402:19
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn binary_op_2(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn binary_op_2(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:416:19
[INFO] [stdout]     |
[INFO] [stdout] 416 | fn binary_op_3(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 416 | fn binary_op_3(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:19
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn binary_op_4(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn binary_op_4(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:426:19
[INFO] [stdout]     |
[INFO] [stdout] 426 | fn binary_op_5(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 | fn binary_op_5(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:431:19
[INFO] [stdout]     |
[INFO] [stdout] 431 | fn binary_op_6(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 431 | fn binary_op_6(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:436:19
[INFO] [stdout]     |
[INFO] [stdout] 436 | fn binary_op_7(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 436 | fn binary_op_7(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:441:17
[INFO] [stdout]     |
[INFO] [stdout] 441 | fn extern_un(i: &str) -> IResult<&str, builder::Unary, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 441 | fn extern_un(i: &str) -> IResult<&str, builder::Unary, Error<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:446:18
[INFO] [stdout]     |
[INFO] [stdout] 446 | fn extern_bin(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 446 | fn extern_bin(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:451:19
[INFO] [stdout]     |
[INFO] [stdout] 451 | fn binary_op_8(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 451 | fn binary_op_8(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:471:17
[INFO] [stdout]     |
[INFO] [stdout] 471 | fn expr_term(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 | fn expr_term(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:502:16
[INFO] [stdout]     |
[INFO] [stdout] 502 | pub fn expr(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 502 | pub fn expr(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:513:13
[INFO] [stdout]     |
[INFO] [stdout] 513 | fn expr1(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 513 | fn expr1(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:524:13
[INFO] [stdout]     |
[INFO] [stdout] 524 | fn expr2(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 524 | fn expr2(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | fn expr3(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 544 | fn expr3(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:555:13
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr4(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn expr4(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:566:13
[INFO] [stdout]     |
[INFO] [stdout] 566 | fn expr5(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 | fn expr5(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:577:13
[INFO] [stdout]     |
[INFO] [stdout] 577 | fn expr6(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 577 | fn expr6(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:588:13
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn expr7(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn expr7(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:597:13
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn expr8(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn expr8(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:604:13
[INFO] [stdout]     |
[INFO] [stdout] 604 | fn expr9(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 604 | fn expr9(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:651:21
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn binary_method(i: &str) -> IResult<&str, (builder::Binary, Option<Vec<String>>, Expr), Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^ the same lifetime is elided here               ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn binary_method(i: &str) -> IResult<&str, (builder::Binary, Option<Vec<String>>, Expr), Error<'_>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:678:20
[INFO] [stdout]     |
[INFO] [stdout] 678 | fn unary_method(i: &str) -> IResult<&str, builder::Unary, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 678 | fn unary_method(i: &str) -> IResult<&str, builder::Unary, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:693:12
[INFO] [stdout]     |
[INFO] [stdout] 693 | fn name(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |     |
[INFO] [stdout]     |            |                |     the same lifetime is elided here
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 693 | fn name(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:699:22
[INFO] [stdout]     |
[INFO] [stdout] 699 | fn parameter_name(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |     |
[INFO] [stdout]     |                      |                |     the same lifetime is elided here
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 699 | fn parameter_name(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:714:17
[INFO] [stdout]     |
[INFO] [stdout] 714 | fn printable(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |     |
[INFO] [stdout]     |                 |                |     the same lifetime is elided here
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 714 | fn printable(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:718:29
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn parse_string_internal(i: &str) -> IResult<&str, String, Error> {
[INFO] [stdout]     |                             ^^^^             ^^^^          ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn parse_string_internal(i: &str) -> IResult<&str, String, Error<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:730:20
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn parse_string(i: &str) -> IResult<&str, String, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^          ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 730 | fn parse_string(i: &str) -> IResult<&str, String, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:737:14
[INFO] [stdout]     |
[INFO] [stdout] 737 | fn string(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |              ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 737 | fn string(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:741:21
[INFO] [stdout]     |
[INFO] [stdout] 741 | fn parse_integer(i: &str) -> IResult<&str, i64, Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 741 | fn parse_integer(i: &str) -> IResult<&str, i64, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:745:15
[INFO] [stdout]     |
[INFO] [stdout] 745 | fn integer(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 745 | fn integer(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:749:18
[INFO] [stdout]     |
[INFO] [stdout] 749 | fn parse_date(i: &str) -> IResult<&str, u64, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 749 | fn parse_date(i: &str) -> IResult<&str, u64, Error<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:761:12
[INFO] [stdout]     |
[INFO] [stdout] 761 | fn date(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 761 | fn date(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:765:19
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn parse_bytes(i: &str) -> IResult<&str, Vec<u8>, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 765 | fn parse_bytes(i: &str) -> IResult<&str, Vec<u8>, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:769:17
[INFO] [stdout]     |
[INFO] [stdout] 769 | fn parse_hex(i: &str) -> IResult<&str, Vec<u8>, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 769 | fn parse_hex(i: &str) -> IResult<&str, Vec<u8>, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:779:13
[INFO] [stdout]     |
[INFO] [stdout] 779 | fn bytes(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 779 | fn bytes(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:783:16
[INFO] [stdout]     |
[INFO] [stdout] 783 | fn variable(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 783 | fn variable(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:787:17
[INFO] [stdout]     |
[INFO] [stdout] 787 | fn parameter(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 787 | fn parameter(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:794:18
[INFO] [stdout]     |
[INFO] [stdout] 794 | fn parse_bool(i: &str) -> IResult<&str, bool, Error> {
[INFO] [stdout]     |                  ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is elided here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 794 | fn parse_bool(i: &str) -> IResult<&str, bool, Error<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:798:15
[INFO] [stdout]     |
[INFO] [stdout] 798 | fn boolean(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 798 | fn boolean(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:802:12
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn null(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 802 | fn null(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:806:11
[INFO] [stdout]     |
[INFO] [stdout] 806 | fn set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |           ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |           |                |
[INFO] [stdout]     |           |                the same lifetime is elided here
[INFO] [stdout]     |           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 806 | fn set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:810:17
[INFO] [stdout]     |
[INFO] [stdout] 810 | fn empty_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 810 | fn empty_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:814:21
[INFO] [stdout]     |
[INFO] [stdout] 814 | fn non_empty_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                     ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 814 | fn non_empty_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:868:13
[INFO] [stdout]     |
[INFO] [stdout] 868 | fn array(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |             ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |                |
[INFO] [stdout]     |             |                the same lifetime is elided here
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 868 | fn array(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:876:17
[INFO] [stdout]     |
[INFO] [stdout] 876 | fn parse_map(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 | fn parse_map(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:894:15
[INFO] [stdout]     |
[INFO] [stdout] 894 | fn map_key(i: &str) -> IResult<&str, builder::MapKey, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 894 | fn map_key(i: &str) -> IResult<&str, builder::MapKey, Error<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:907:12
[INFO] [stdout]     |
[INFO] [stdout] 907 | fn term(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |                |
[INFO] [stdout]     |            |                the same lifetime is elided here
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 907 | fn term(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:916:20
[INFO] [stdout]     |
[INFO] [stdout] 916 | fn term_in_fact(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 916 | fn term_in_fact(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:933:19
[INFO] [stdout]     |
[INFO] [stdout] 933 | fn term_in_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stdout]     |                   ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 933 | fn term_in_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:950:20
[INFO] [stdout]     |
[INFO] [stdout] 950 | fn line_comment(i: &str) -> IResult<&str, (), Error> {
[INFO] [stdout]     |                    ^^^^             ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 950 | fn line_comment(i: &str) -> IResult<&str, (), Error<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:959:25
[INFO] [stdout]     |
[INFO] [stdout] 959 | fn multiline_comment(i: &str) -> IResult<&str, (), Error> {
[INFO] [stdout]     |                         ^^^^             ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 959 | fn multiline_comment(i: &str) -> IResult<&str, (), Error<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:985:15
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub fn sep(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stdout]     |               ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |                |     |
[INFO] [stdout]     |               |                |     the same lifetime is elided here
[INFO] [stdout]     |               |                the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 985 | pub fn sep(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:990:28
[INFO] [stdout]     |
[INFO] [stdout] 990 | pub fn parse_source(mut i: &str) -> Result<SourceResult, Vec<Error>> {
[INFO] [stdout]     |                            ^^^^            ^^^^^^^^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |               |
[INFO] [stdout]     |                            |               the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 990 | pub fn parse_source(mut i: &str) -> Result<SourceResult<'_>, Vec<Error<'_>>> {
[INFO] [stdout]     |                                                        ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1067:34
[INFO] [stdout]      |
[INFO] [stdout] 1067 | pub fn parse_block_source(mut i: &str) -> Result<SourceResult, Vec<Error>> {
[INFO] [stdout]      |                                  ^^^^            ^^^^^^^^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                  |               |
[INFO] [stdout]      |                                  |               the same lifetime is hidden here
[INFO] [stdout]      |                                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1067 | pub fn parse_block_source(mut i: &str) -> Result<SourceResult<'_>, Vec<Error<'_>>> {
[INFO] [stdout]      |                                                              ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.73s
[INFO] running `Command { std: "docker" "inspect" "211f0654bcde1511546767e5fbede54b1d930d768e9fb2e59a30d8387fd17df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "211f0654bcde1511546767e5fbede54b1d930d768e9fb2e59a30d8387fd17df0", kill_on_drop: false }`
[INFO] [stdout] 211f0654bcde1511546767e5fbede54b1d930d768e9fb2e59a30d8387fd17df0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dcb55fecf9336c1868c8fb724ef4dd375498e5c60633f9edf4c5be01d7b869f8
[INFO] running `Command { std: "docker" "start" "-a" "dcb55fecf9336c1868c8fb724ef4dd375498e5c60633f9edf4c5be01d7b869f8", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:26:16
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn fact(i: &str) -> IResult<&str, builder::Fact, Error> {
[INFO] [stderr]    |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |                |
[INFO] [stderr]    |                |                the same lifetime is elided here
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn fact(i: &str) -> IResult<&str, builder::Fact, Error<'_>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:38:22
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub fn fact_inner(i: &str) -> IResult<&str, builder::Fact, Error> {
[INFO] [stderr]    |                      ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |                |
[INFO] [stderr]    |                      |                the same lifetime is elided here
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub fn fact_inner(i: &str) -> IResult<&str, builder::Fact, Error<'_>> {
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:56:17
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub fn check(i: &str) -> IResult<&str, builder::Check, Error> {
[INFO] [stderr]    |                 ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |                |
[INFO] [stderr]    |                 |                the same lifetime is elided here
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub fn check(i: &str) -> IResult<&str, builder::Check, Error<'_>> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:74:19
[INFO] [stderr]    |
[INFO] [stderr] 74 | fn check_inner(i: &str) -> IResult<&str, builder::Check, Error> {
[INFO] [stderr]    |                   ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |                |
[INFO] [stderr]    |                   |                the same lifetime is elided here
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 74 | fn check_inner(i: &str) -> IResult<&str, builder::Check, Error<'_>> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:88:18
[INFO] [stderr]    |
[INFO] [stderr] 88 | pub fn policy(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stderr]    |                  ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |                |
[INFO] [stderr]    |                  |                the same lifetime is elided here
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 88 | pub fn policy(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:106:20
[INFO] [stderr]     |
[INFO] [stderr] 106 | fn policy_inner(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stderr]     |                    ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 106 | fn policy_inner(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:111:17
[INFO] [stderr]     |
[INFO] [stderr] 111 | pub fn allow(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 111 | pub fn allow(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:127:16
[INFO] [stderr]     |
[INFO] [stderr] 127 | pub fn deny(i: &str) -> IResult<&str, builder::Policy, Error> {
[INFO] [stderr]     |                ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 127 | pub fn deny(i: &str) -> IResult<&str, builder::Policy, Error<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:143:22
[INFO] [stderr]     |
[INFO] [stderr] 143 | pub fn check_body(i: &str) -> IResult<&str, Vec<builder::Rule>, Error> {
[INFO] [stderr]     |                      ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                |
[INFO] [stderr]     |                      |                the same lifetime is elided here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 143 | pub fn check_body(i: &str) -> IResult<&str, Vec<builder::Rule>, Error<'_>> {
[INFO] [stderr]     |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:167:16
[INFO] [stderr]     |
[INFO] [stderr] 167 | pub fn rule(i: &str) -> IResult<&str, builder::Rule, Error> {
[INFO] [stderr]     |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 167 | pub fn rule(i: &str) -> IResult<&str, builder::Rule, Error<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:185:22
[INFO] [stderr]     |
[INFO] [stderr] 185 | pub fn rule_inner(i: &str) -> IResult<&str, builder::Rule, Error> {
[INFO] [stderr]     |                      ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                |
[INFO] [stderr]     |                      |                the same lifetime is elided here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 185 | pub fn rule_inner(i: &str) -> IResult<&str, builder::Rule, Error<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:210:17
[INFO] [stderr]     |
[INFO] [stderr] 210 | fn predicate(i: &str) -> IResult<&str, builder::Predicate, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 210 | fn predicate(i: &str) -> IResult<&str, builder::Predicate, Error<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:230:17
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn rule_head(i: &str) -> IResult<&str, builder::Predicate, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn rule_head(i: &str) -> IResult<&str, builder::Predicate, Error<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:252:8
[INFO] [stderr]     |
[INFO] [stderr] 252 |     i: &str,
[INFO] [stderr]     |        ^^^^ the lifetime is elided here
[INFO] [stderr] 253 | ) -> IResult<
[INFO] [stderr] 254 |     &str,
[INFO] [stderr]     |     ^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 260 |     Error,
[INFO] [stderr]     |     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 260 |     Error<'_>,
[INFO] [stderr]     |          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:291:31
[INFO] [stderr]     |
[INFO] [stderr] 291 | fn predicate_or_expression(i: &str) -> IResult<&str, PredOrExpr, Error> {
[INFO] [stderr]     |                               ^^^^             ^^^^              ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |                |
[INFO] [stderr]     |                               |                the same lifetime is elided here
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 291 | fn predicate_or_expression(i: &str) -> IResult<&str, PredOrExpr, Error<'_>> {
[INFO] [stderr]     |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:298:14
[INFO] [stderr]     |
[INFO] [stderr] 298 | fn scopes(i: &str) -> IResult<&str, Vec<builder::Scope>, Error> {
[INFO] [stderr]     |              ^^^^             ^^^^                       ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |                |
[INFO] [stderr]     |              |                the same lifetime is elided here
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 298 | fn scopes(i: &str) -> IResult<&str, Vec<builder::Scope>, Error<'_>> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:306:13
[INFO] [stderr]     |
[INFO] [stderr] 306 | fn scope(i: &str) -> IResult<&str, builder::Scope, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 306 | fn scope(i: &str) -> IResult<&str, builder::Scope, Error<'_>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:317:22
[INFO] [stderr]     |
[INFO] [stderr] 317 | pub fn public_key(i: &str) -> IResult<&str, builder::PublicKey, Error> {
[INFO] [stderr]     |                      ^^^^             ^^^^                      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                |
[INFO] [stderr]     |                      |                the same lifetime is elided here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 317 | pub fn public_key(i: &str) -> IResult<&str, builder::PublicKey, Error<'_>> {
[INFO] [stderr]     |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:366:20
[INFO] [stderr]     |
[INFO] [stderr] 366 | fn unary_negate(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |                    ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 | fn unary_negate(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:378:20
[INFO] [stderr]     |
[INFO] [stderr] 378 | fn unary_parens(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |                    ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 378 | fn unary_parens(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:392:19
[INFO] [stderr]     |
[INFO] [stderr] 392 | fn binary_op_0(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 392 | fn binary_op_0(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:397:19
[INFO] [stderr]     |
[INFO] [stderr] 397 | fn binary_op_1(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 397 | fn binary_op_1(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:402:19
[INFO] [stderr]     |
[INFO] [stderr] 402 | fn binary_op_2(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 402 | fn binary_op_2(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:416:19
[INFO] [stderr]     |
[INFO] [stderr] 416 | fn binary_op_3(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 416 | fn binary_op_3(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:421:19
[INFO] [stderr]     |
[INFO] [stderr] 421 | fn binary_op_4(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 421 | fn binary_op_4(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:426:19
[INFO] [stderr]     |
[INFO] [stderr] 426 | fn binary_op_5(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 426 | fn binary_op_5(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:431:19
[INFO] [stderr]     |
[INFO] [stderr] 431 | fn binary_op_6(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 431 | fn binary_op_6(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:436:19
[INFO] [stderr]     |
[INFO] [stderr] 436 | fn binary_op_7(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 436 | fn binary_op_7(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:441:17
[INFO] [stderr]     |
[INFO] [stderr] 441 | fn extern_un(i: &str) -> IResult<&str, builder::Unary, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 441 | fn extern_un(i: &str) -> IResult<&str, builder::Unary, Error<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:446:18
[INFO] [stderr]     |
[INFO] [stderr] 446 | fn extern_bin(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                  ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 446 | fn extern_bin(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:451:19
[INFO] [stderr]     |
[INFO] [stderr] 451 | fn binary_op_8(i: &str) -> IResult<&str, builder::Binary, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 451 | fn binary_op_8(i: &str) -> IResult<&str, builder::Binary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:471:17
[INFO] [stderr]     |
[INFO] [stderr] 471 | fn expr_term(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 471 | fn expr_term(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:502:16
[INFO] [stderr]     |
[INFO] [stderr] 502 | pub fn expr(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |                ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 502 | pub fn expr(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:513:13
[INFO] [stderr]     |
[INFO] [stderr] 513 | fn expr1(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 513 | fn expr1(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:524:13
[INFO] [stderr]     |
[INFO] [stderr] 524 | fn expr2(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 524 | fn expr2(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:544:13
[INFO] [stderr]     |
[INFO] [stderr] 544 | fn expr3(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 544 | fn expr3(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:555:13
[INFO] [stderr]     |
[INFO] [stderr] 555 | fn expr4(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 555 | fn expr4(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:566:13
[INFO] [stderr]     |
[INFO] [stderr] 566 | fn expr5(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 566 | fn expr5(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:577:13
[INFO] [stderr]     |
[INFO] [stderr] 577 | fn expr6(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 577 | fn expr6(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:588:13
[INFO] [stderr]     |
[INFO] [stderr] 588 | fn expr7(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 588 | fn expr7(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:597:13
[INFO] [stderr]     |
[INFO] [stderr] 597 | fn expr8(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 597 | fn expr8(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:604:13
[INFO] [stderr]     |
[INFO] [stderr] 604 | fn expr9(i: &str) -> IResult<&str, Expr, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 604 | fn expr9(i: &str) -> IResult<&str, Expr, Error<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:651:21
[INFO] [stderr]     |
[INFO] [stderr] 651 | fn binary_method(i: &str) -> IResult<&str, (builder::Binary, Option<Vec<String>>, Expr), Error> {
[INFO] [stderr]     |                     ^^^^             ^^^^ the same lifetime is elided here               ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 651 | fn binary_method(i: &str) -> IResult<&str, (builder::Binary, Option<Vec<String>>, Expr), Error<'_>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:678:20
[INFO] [stderr]     |
[INFO] [stderr] 678 | fn unary_method(i: &str) -> IResult<&str, builder::Unary, Error> {
[INFO] [stderr]     |                    ^^^^             ^^^^                  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 678 | fn unary_method(i: &str) -> IResult<&str, builder::Unary, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:693:12
[INFO] [stderr]     |
[INFO] [stderr] 693 | fn name(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stderr]     |            ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |            |                |     |
[INFO] [stderr]     |            |                |     the same lifetime is elided here
[INFO] [stderr]     |            |                the same lifetime is elided here
[INFO] [stderr]     |            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 693 | fn name(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:699:22
[INFO] [stderr]     |
[INFO] [stderr] 699 | fn parameter_name(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stderr]     |                      ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                |     |
[INFO] [stderr]     |                      |                |     the same lifetime is elided here
[INFO] [stderr]     |                      |                the same lifetime is elided here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 699 | fn parameter_name(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:714:17
[INFO] [stderr]     |
[INFO] [stderr] 714 | fn printable(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |     |
[INFO] [stderr]     |                 |                |     the same lifetime is elided here
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 714 | fn printable(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:718:29
[INFO] [stderr]     |
[INFO] [stderr] 718 | fn parse_string_internal(i: &str) -> IResult<&str, String, Error> {
[INFO] [stderr]     |                             ^^^^             ^^^^          ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |                |
[INFO] [stderr]     |                             |                the same lifetime is elided here
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 718 | fn parse_string_internal(i: &str) -> IResult<&str, String, Error<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:730:20
[INFO] [stderr]     |
[INFO] [stderr] 730 | fn parse_string(i: &str) -> IResult<&str, String, Error> {
[INFO] [stderr]     |                    ^^^^             ^^^^          ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 730 | fn parse_string(i: &str) -> IResult<&str, String, Error<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:737:14
[INFO] [stderr]     |
[INFO] [stderr] 737 | fn string(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |              ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |                |
[INFO] [stderr]     |              |                the same lifetime is elided here
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 737 | fn string(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:741:21
[INFO] [stderr]     |
[INFO] [stderr] 741 | fn parse_integer(i: &str) -> IResult<&str, i64, Error> {
[INFO] [stderr]     |                     ^^^^             ^^^^       ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                |
[INFO] [stderr]     |                     |                the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 741 | fn parse_integer(i: &str) -> IResult<&str, i64, Error<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:745:15
[INFO] [stderr]     |
[INFO] [stderr] 745 | fn integer(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |               ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |                |
[INFO] [stderr]     |               |                the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 745 | fn integer(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:749:18
[INFO] [stderr]     |
[INFO] [stderr] 749 | fn parse_date(i: &str) -> IResult<&str, u64, Error> {
[INFO] [stderr]     |                  ^^^^             ^^^^       ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 749 | fn parse_date(i: &str) -> IResult<&str, u64, Error<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:761:12
[INFO] [stderr]     |
[INFO] [stderr] 761 | fn date(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |            |                |
[INFO] [stderr]     |            |                the same lifetime is elided here
[INFO] [stderr]     |            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 761 | fn date(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:765:19
[INFO] [stderr]     |
[INFO] [stderr] 765 | fn parse_bytes(i: &str) -> IResult<&str, Vec<u8>, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^           ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 765 | fn parse_bytes(i: &str) -> IResult<&str, Vec<u8>, Error<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:769:17
[INFO] [stderr]     |
[INFO] [stderr] 769 | fn parse_hex(i: &str) -> IResult<&str, Vec<u8>, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^           ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 769 | fn parse_hex(i: &str) -> IResult<&str, Vec<u8>, Error<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:779:13
[INFO] [stderr]     |
[INFO] [stderr] 779 | fn bytes(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 779 | fn bytes(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:783:16
[INFO] [stderr]     |
[INFO] [stderr] 783 | fn variable(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |                ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 783 | fn variable(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:787:17
[INFO] [stderr]     |
[INFO] [stderr] 787 | fn parameter(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 787 | fn parameter(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:794:18
[INFO] [stderr]     |
[INFO] [stderr] 794 | fn parse_bool(i: &str) -> IResult<&str, bool, Error> {
[INFO] [stderr]     |                  ^^^^             ^^^^        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is elided here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 794 | fn parse_bool(i: &str) -> IResult<&str, bool, Error<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:798:15
[INFO] [stderr]     |
[INFO] [stderr] 798 | fn boolean(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |               ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |                |
[INFO] [stderr]     |               |                the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 798 | fn boolean(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:802:12
[INFO] [stderr]     |
[INFO] [stderr] 802 | fn null(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |            |                |
[INFO] [stderr]     |            |                the same lifetime is elided here
[INFO] [stderr]     |            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 802 | fn null(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:806:11
[INFO] [stderr]     |
[INFO] [stderr] 806 | fn set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |           ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |           |                |
[INFO] [stderr]     |           |                the same lifetime is elided here
[INFO] [stderr]     |           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 806 | fn set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:810:17
[INFO] [stderr]     |
[INFO] [stderr] 810 | fn empty_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 810 | fn empty_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:814:21
[INFO] [stderr]     |
[INFO] [stderr] 814 | fn non_empty_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |                     ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                |
[INFO] [stderr]     |                     |                the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 814 | fn non_empty_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:868:13
[INFO] [stderr]     |
[INFO] [stderr] 868 | fn array(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |             ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |                |
[INFO] [stderr]     |             |                the same lifetime is elided here
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 868 | fn array(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:876:17
[INFO] [stderr]     |
[INFO] [stderr] 876 | fn parse_map(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |                 ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 876 | fn parse_map(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:894:15
[INFO] [stderr]     |
[INFO] [stderr] 894 | fn map_key(i: &str) -> IResult<&str, builder::MapKey, Error> {
[INFO] [stderr]     |               ^^^^             ^^^^                   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |                |
[INFO] [stderr]     |               |                the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 894 | fn map_key(i: &str) -> IResult<&str, builder::MapKey, Error<'_>> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:907:12
[INFO] [stderr]     |
[INFO] [stderr] 907 | fn term(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |            ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |            |                |
[INFO] [stderr]     |            |                the same lifetime is elided here
[INFO] [stderr]     |            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 907 | fn term(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:916:20
[INFO] [stderr]     |
[INFO] [stderr] 916 | fn term_in_fact(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |                    ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 916 | fn term_in_fact(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:933:19
[INFO] [stderr]     |
[INFO] [stderr] 933 | fn term_in_set(i: &str) -> IResult<&str, builder::Term, Error> {
[INFO] [stderr]     |                   ^^^^             ^^^^                 ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 933 | fn term_in_set(i: &str) -> IResult<&str, builder::Term, Error<'_>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:950:20
[INFO] [stderr]     |
[INFO] [stderr] 950 | fn line_comment(i: &str) -> IResult<&str, (), Error> {
[INFO] [stderr]     |                    ^^^^             ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 950 | fn line_comment(i: &str) -> IResult<&str, (), Error<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:959:25
[INFO] [stderr]     |
[INFO] [stderr] 959 | fn multiline_comment(i: &str) -> IResult<&str, (), Error> {
[INFO] [stderr]     |                         ^^^^             ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                |
[INFO] [stderr]     |                         |                the same lifetime is elided here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 959 | fn multiline_comment(i: &str) -> IResult<&str, (), Error<'_>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:985:15
[INFO] [stderr]     |
[INFO] [stderr] 985 | pub fn sep(i: &str) -> IResult<&str, &str, Error> {
[INFO] [stderr]     |               ^^^^             ^^^^  ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |                |     |
[INFO] [stderr]     |               |                |     the same lifetime is elided here
[INFO] [stderr]     |               |                the same lifetime is elided here
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 985 | pub fn sep(i: &str) -> IResult<&str, &str, Error<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:990:28
[INFO] [stderr]     |
[INFO] [stderr] 990 | pub fn parse_source(mut i: &str) -> Result<SourceResult, Vec<Error>> {
[INFO] [stderr]     |                            ^^^^            ^^^^^^^^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |               |
[INFO] [stderr]     |                            |               the same lifetime is hidden here
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 990 | pub fn parse_source(mut i: &str) -> Result<SourceResult<'_>, Vec<Error<'_>>> {
[INFO] [stderr]     |                                                        ++++           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/parser.rs:1067:34
[INFO] [stderr]      |
[INFO] [stderr] 1067 | pub fn parse_block_source(mut i: &str) -> Result<SourceResult, Vec<Error>> {
[INFO] [stderr]      |                                  ^^^^            ^^^^^^^^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                                  |               |
[INFO] [stderr]      |                                  |               the same lifetime is hidden here
[INFO] [stderr]      |                                  the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1067 | pub fn parse_block_source(mut i: &str) -> Result<SourceResult<'_>, Vec<Error<'_>>> {
[INFO] [stderr]      |                                                              ++++           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `biscuit-parser` (lib) generated 76 warnings (run `cargo fix --lib -p biscuit-parser` to apply 76 suggestions)
[INFO] [stderr] warning: `biscuit-parser` (lib test) generated 76 warnings (76 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/biscuit_parser-572fe29e2ade7604)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test parser::tests::arrays ... ok
[INFO] [stdout] test parser::tests::check ... ok
[INFO] [stdout] test parser::tests::date ... ok
[INFO] [stdout] test parser::tests::empty_string ... ok
[INFO] [stdout] test parser::tests::constrained_rule ... ok
[INFO] [stdout] test parser::tests::chained_calls ... ok
[INFO] [stdout] test parser::tests::fact ... ok
[INFO] [stdout] test parser::tests::extern_funcs ... ok
[INFO] [stdout] test parser::tests::fact_with_date ... ok
[INFO] [stdout] test parser::tests::expression ... ok
[INFO] [stdout] test parser::tests::fact_with_variable ... ok
[INFO] [stdout] test parser::tests::integer ... ok
[INFO] [stdout] test parser::tests::invalid_check ... ok
[INFO] [stdout] test parser::tests::name ... ok
[INFO] [stdout] test parser::tests::parens ... ok
[INFO] [stdout] test parser::tests::rule ... ok
[INFO] [stdout] test parser::tests::rule_with_unused_head_variables ... ok
[INFO] [stdout] test parser::tests::string ... ok
[INFO] [stdout] test parser::tests::try_expr ... ok
[INFO] [stdout] test parser::tests::variable ... ok
[INFO] [stdout] test parser::tests::source_file ... ok
[INFO] [stdout] test parser::tests::constrained_rule_ordering ... ok
[INFO] [stdout] test parser::tests::block_source_file ... ok
[INFO] [stdout] test parser::tests::parameter ... ok
[INFO] [stdout] test parser::tests::empty_set_map ... ok
[INFO] [stdout] test parser::tests::constraint ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests biscuit_parser
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dcb55fecf9336c1868c8fb724ef4dd375498e5c60633f9edf4c5be01d7b869f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcb55fecf9336c1868c8fb724ef4dd375498e5c60633f9edf4c5be01d7b869f8", kill_on_drop: false }`
[INFO] [stdout] dcb55fecf9336c1868c8fb724ef4dd375498e5c60633f9edf4c5be01d7b869f8
