[INFO] fetching crate yjc 0.0.1...
[INFO] testing yjc-0.0.1 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate yjc 0.0.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate yjc 0.0.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate yjc 0.0.1
[INFO] tweaked toml for crates.io crate yjc 0.0.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yjc 0.0.1 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yjc 0.0.1 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 093496f78c9ad9e2c2b4f6be6e915b0cae790e9742c131fd9c85a2e9b14f7cf7
[INFO] running `Command { std: "docker" "start" "-a" "093496f78c9ad9e2c2b4f6be6e915b0cae790e9742c131fd9c85a2e9b14f7cf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "093496f78c9ad9e2c2b4f6be6e915b0cae790e9742c131fd9c85a2e9b14f7cf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "093496f78c9ad9e2c2b4f6be6e915b0cae790e9742c131fd9c85a2e9b14f7cf7", kill_on_drop: false }`
[INFO] [stdout] 093496f78c9ad9e2c2b4f6be6e915b0cae790e9742c131fd9c85a2e9b14f7cf7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9516a7cbfacf42f0d2aade73d80276c647a7439e0a21741dcaa0a4b771a50ea
[INFO] running `Command { std: "docker" "start" "-a" "d9516a7cbfacf42f0d2aade73d80276c647a7439e0a21741dcaa0a4b771a50ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling yjc v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around pattern
[INFO] [stdout]   --> src/printer.rs:93:26
[INFO] [stdout]    |
[INFO] [stdout] 93 |             Node::Import((spec)) => self.print_import(spec),
[INFO] [stdout]    |                          ^    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 93 -             Node::Import((spec)) => self.print_import(spec),
[INFO] [stdout] 93 +             Node::Import(spec ) => self.print_import(spec),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `imports` is never read
[INFO] [stdout]   --> src/bundler.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut imports = Imports::new();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `exports` is never read
[INFO] [stdout]   --> src/bundler.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut exports = Exports::new();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `st` is never used
[INFO] [stdout]     --> src/parser.rs:1140:4
[INFO] [stdout]      |
[INFO] [stdout] 1140 | fn st<'a, T>(item: impl Fn(&'a str) -> ParseResult<T>) -> impl Fn(&'a str) -> ParseResult<T> {
[INFO] [stdout]      |    ^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn block(i: &str) -> ParseResult<Node> {
[INFO] [stdout]    |                 ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |        |           |
[INFO] [stdout]    |                 |        |           the same lifetime is hidden here
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn block(i: &str) -> ParseResult<'_, Node<'_>> {
[INFO] [stdout]    |                                      +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:72:28
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn case<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                 |          |                |
[INFO] [stdout]    |                 |          |                the same lifetime is named here
[INFO] [stdout]    |                 |          the same lifetime is hidden here
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn case<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:31
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn default<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                    |          |                |
[INFO] [stdout]    |                    |          |                the same lifetime is named here
[INFO] [stdout]    |                    |          the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn default<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn labeled<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                    |          |                |
[INFO] [stdout]    |                    |          |                the same lifetime is named here
[INFO] [stdout]    |                    |          the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn labeled<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:90:37
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn statement<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                          --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                          |          |                |
[INFO] [stdout]    |                          |          |                the same lifetime is named here
[INFO] [stdout]    |                          |          the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn statement<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn gotos<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                  |          |                |
[INFO] [stdout]    |                  |          |                the same lifetime is named here
[INFO] [stdout]    |                  |          the same lifetime is hidden here
[INFO] [stdout]    |                  the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn gotos<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:116:31
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn imports<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn imports<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:122:31
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn exports<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn exports<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 | fn try_catch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 129 | fn try_catch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 | fn catch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 135 | fn catch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:141:30
[INFO] [stdout]     |
[INFO] [stdout] 141 | fn switch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 141 | fn switch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:147:28
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn cont<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn cont<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:152:27
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn brk<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                |          |                |
[INFO] [stdout]     |                |          |                the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn brk<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn ret<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                |          |                |
[INFO] [stdout]     |                |          |                the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn ret<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:28
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn thrw<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn thrw<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn declaration<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn declaration<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:173:33
[INFO] [stdout]     |
[INFO] [stdout] 173 | fn condition<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 173 | fn condition<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:179:34
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn while_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn while_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:184:31
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn do_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn do_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 | fn for_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 189 | fn for_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:195:32
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn for_trio<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn for_trio<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:202:30
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn for_of<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn for_of<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:207:30
[INFO] [stdout]     |
[INFO] [stdout] 207 | fn for_in<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 207 | fn for_in<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:212:28
[INFO] [stdout]     |
[INFO] [stdout] 212 | fn with<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 212 | fn with<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:217:32
[INFO] [stdout]     |
[INFO] [stdout] 217 | fn variable<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 217 | fn variable<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:222:38
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn expression<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn expression<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:226:30
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn yield1<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn yield1<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:231:30
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn yield2<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn yield2<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:235:32
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn mutation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn mutation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:242:31
[INFO] [stdout]     |
[INFO] [stdout] 242 | fn ternary<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 242 | fn ternary<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:247:32
[INFO] [stdout]     |
[INFO] [stdout] 247 | fn equality<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 247 | fn equality<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:252:34
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn comparison<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn comparison<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:257:31
[INFO] [stdout]     |
[INFO] [stdout] 257 | fn bitwise<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 257 | fn bitwise<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:262:32
[INFO] [stdout]     |
[INFO] [stdout] 262 | fn logic_or<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 262 | fn logic_or<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:266:33
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn logic_and<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn logic_and<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:270:32
[INFO] [stdout]     |
[INFO] [stdout] 270 | fn coalesce<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 270 | fn coalesce<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:274:34
[INFO] [stdout]     |
[INFO] [stdout] 274 | fn bitwise_or<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 274 | fn bitwise_or<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:278:35
[INFO] [stdout]     |
[INFO] [stdout] 278 | fn bitwise_xor<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 278 | fn bitwise_xor<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:282:35
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn bitwise_and<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn bitwise_and<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:286:32
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn addition<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn addition<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:290:38
[INFO] [stdout]     |
[INFO] [stdout] 290 | fn multiplication<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 290 | fn multiplication<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:294:29
[INFO] [stdout]     |
[INFO] [stdout] 294 | fn power<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 294 | fn power<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:298:32
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn negation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn negation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:303:32
[INFO] [stdout]     |
[INFO] [stdout] 303 | fn prefixes<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 303 | fn prefixes<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:308:31
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn postfix<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn postfix<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:313:32
[INFO] [stdout]     |
[INFO] [stdout] 313 | fn creation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 313 | fn creation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:317:30
[INFO] [stdout]     |
[INFO] [stdout] 317 | fn action<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 317 | fn action<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:332:33
[INFO] [stdout]     |
[INFO] [stdout] 332 | fn primitive<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 332 | fn primitive<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:354:37
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn jsx_attribute<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                          --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                          |          |                |
[INFO] [stdout]     |                          |          |                the same lifetime is named here
[INFO] [stdout]     |                          |          the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn jsx_attribute<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:379:71
[INFO] [stdout]     |
[INFO] [stdout] 379 | fn jsx_closing_tag<'a>(expected_tag: Node<'a>) -> impl Fn(&'a str) -> ParseResult<()> {
[INFO] [stdout]     |                                           --               --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                           |                |
[INFO] [stdout]     |                                           |                the same lifetime is named here
[INFO] [stdout]     |                                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 379 | fn jsx_closing_tag<'a>(expected_tag: Node<'a>) -> impl Fn(&'a str) -> ParseResult<'a, ()> {
[INFO] [stdout]     |                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:390:33
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn jsx_child<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn jsx_child<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:402:39
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn jsx_opening_tag<'a>(i: &'a str) -> ParseResult<(Node<'a>, Vec<Node<'a>>, bool)> {
[INFO] [stdout]     |                            --         ^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^--^^^^^^^^^^
[INFO] [stdout]     |                            |          |                 |             |
[INFO] [stdout]     |                            |          |                 |             the same lifetime is named here
[INFO] [stdout]     |                            |          |                 the same lifetime is named here
[INFO] [stdout]     |                            |          the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn jsx_opening_tag<'a>(i: &'a str) -> ParseResult<'a, (Node<'a>, Vec<Node<'a>>, bool)> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:35
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn jsx_element<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn jsx_element<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:432:29
[INFO] [stdout]     |
[INFO] [stdout] 432 | fn octal<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 432 | fn octal<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:437:28
[INFO] [stdout]     |
[INFO] [stdout] 437 | fn hexa<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 437 | fn hexa<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:442:30
[INFO] [stdout]     |
[INFO] [stdout] 442 | fn binary<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 442 | fn binary<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:447:29
[INFO] [stdout]     |
[INFO] [stdout] 447 | fn regex<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 447 | fn regex<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:452:35
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn interpolate<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn interpolate<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:456:29
[INFO] [stdout]     |
[INFO] [stdout] 456 | fn quote<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 456 | fn quote<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:462:29
[INFO] [stdout]     |
[INFO] [stdout] 462 | fn ident<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 462 | fn ident<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:467:34
[INFO] [stdout]     |
[INFO] [stdout] 467 | fn type_ident<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 467 | fn type_ident<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:472:34
[INFO] [stdout]     |
[INFO] [stdout] 472 | fn identifier<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                       |          |            |
[INFO] [stdout]     |                       |          |            the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 472 | fn identifier<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:476:29
[INFO] [stdout]     |
[INFO] [stdout] 476 | fn typer<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                  |          |            |
[INFO] [stdout]     |                  |          |            the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 476 | fn typer<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:486:30
[INFO] [stdout]     |
[INFO] [stdout] 486 | fn idents<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 486 | fn idents<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:491:30
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn object<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn object<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:497:29
[INFO] [stdout]     |
[INFO] [stdout] 497 | fn field<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 497 | fn field<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:502:31
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn methods<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn methods<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:506:30
[INFO] [stdout]     |
[INFO] [stdout] 506 | fn statik<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 506 | fn statik<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:511:30
[INFO] [stdout]     |
[INFO] [stdout] 511 | fn getter<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 511 | fn getter<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:515:30
[INFO] [stdout]     |
[INFO] [stdout] 515 | fn setter<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 515 | fn setter<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:519:33
[INFO] [stdout]     |
[INFO] [stdout] 519 | fn shorthand<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 519 | fn shorthand<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:526:29
[INFO] [stdout]     |
[INFO] [stdout] 526 | fn paren<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 526 | fn paren<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:531:28
[INFO] [stdout]     |
[INFO] [stdout] 531 | fn list<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 531 | fn list<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:537:31
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn closure<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn closure<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:543:32
[INFO] [stdout]     |
[INFO] [stdout] 543 | fn function<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 543 | fn function<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:549:33
[INFO] [stdout]     |
[INFO] [stdout] 549 | fn generator<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 549 | fn generator<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:555:29
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn class<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn class<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:563:30
[INFO] [stdout]     |
[INFO] [stdout] 563 | fn braces<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 563 | fn braces<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:567:30
[INFO] [stdout]     |
[INFO] [stdout] 567 | fn params<'a>(i: &'a str) -> ParseResult<Vec<Node<'a>>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^^^^^--^^^
[INFO] [stdout]     |                   |          |                    |
[INFO] [stdout]     |                   |          |                    the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 567 | fn params<'a>(i: &'a str) -> ParseResult<'a, Vec<Node<'a>>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:572:28
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn args<'a>(i: &'a str) -> ParseResult<Vec<Node<'a>>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^^^^^--^^^
[INFO] [stdout]     |                 |          |                    |
[INFO] [stdout]     |                 |          |                    the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn args<'a>(i: &'a str) -> ParseResult<'a, Vec<Node<'a>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:576:29
[INFO] [stdout]     |
[INFO] [stdout] 576 | fn splat<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 576 | fn splat<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:581:31
[INFO] [stdout]     |
[INFO] [stdout] 581 | fn pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 581 | fn pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:588:36
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn list_pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                         --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                         |          |                |
[INFO] [stdout]     |                         |          |                the same lifetime is named here
[INFO] [stdout]     |                         |          the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn list_pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:594:38
[INFO] [stdout]     |
[INFO] [stdout] 594 | fn object_pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 594 | fn object_pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:600:32
[INFO] [stdout]     |
[INFO] [stdout] 600 | fn comments<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                     |          |            |
[INFO] [stdout]     |                     |          |            the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 600 | fn comments<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:606:38
[INFO] [stdout]     |
[INFO] [stdout] 606 | fn single_comment<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                           |          |            |
[INFO] [stdout]     |                           |          |            the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 606 | fn single_comment<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:611:37
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn multi_comment<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                          --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                          |          |            |
[INFO] [stdout]     |                          |          |            the same lifetime is named here
[INFO] [stdout]     |                          |          the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn multi_comment<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:619:33
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn key_value<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn key_value<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:631:27
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn end<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                |          |            |
[INFO] [stdout]     |                |          |            the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn end<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:932:60
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub fn one_of<'a>(opts: &'a [&str]) -> impl Fn(&'a str) -> ParseResult<&str> {
[INFO] [stdout]     |                          --                     --         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                      |          |           |
[INFO] [stdout]     |                          |                      |          |           the same lifetime is elided here
[INFO] [stdout]     |                          |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                          |                      the same lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub fn one_of<'a>(opts: &'a [&str]) -> impl Fn(&'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                                        +++  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:979:75
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub fn reserved<'a, P>(p: P, words: &'a [&'a str]) -> impl Fn(&'a str) -> ParseResult<&'a str>
[INFO] [stdout]     |                                      --   --                   --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                                      |    |                    |          |            |
[INFO] [stdout]     |                                      |    |                    |          |            the same lifetime is named here
[INFO] [stdout]     |                                      |    |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                                      |    |                    the same lifetime is named here
[INFO] [stdout]     |                                      |    the lifetime is named here
[INFO] [stdout]     |                                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub fn reserved<'a, P>(p: P, words: &'a [&'a str]) -> impl Fn(&'a str) -> ParseResult<'a, &'a str>
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1087:18
[INFO] [stdout]      |
[INFO] [stdout] 1087 | pub fn double(i: &str) -> ParseResult<f64> {
[INFO] [stdout]      |                  ^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1087 | pub fn double(i: &str) -> ParseResult<'_, f64> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1096:21
[INFO] [stdout]      |
[INFO] [stdout] 1096 | pub const fn eoi(i: &str) -> ParseResult<&str> {
[INFO] [stdout]      |                     ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |        |           |
[INFO] [stdout]      |                     |        |           the same lifetime is elided here
[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] 1096 | pub const fn eoi(i: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1104:22
[INFO] [stdout]      |
[INFO] [stdout] 1104 | pub fn whitespace(i: &str) -> ParseResult<&str> {
[INFO] [stdout]      |                      ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |        |           |
[INFO] [stdout]      |                      |        |           the same lifetime is elided here
[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] 1104 | pub fn whitespace(i: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]      |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Node`, `block`, `printer::Printer`, `statement`, and `walk`
[INFO] [stdout]  --> src/main.rs:2:84
[INFO] [stdout]   |
[INFO] [stdout] 2 |     bundler::{build_asset_graph, emit_bundles, generate_bundles, Config}, parser::{block, statement, walk, Node}, printer::Printer
[INFO] [stdout]   |                                                                                    ^^^^^  ^^^^^^^^^  ^^^^  ^^^^   ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
[INFO] running `Command { std: "docker" "inspect" "d9516a7cbfacf42f0d2aade73d80276c647a7439e0a21741dcaa0a4b771a50ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9516a7cbfacf42f0d2aade73d80276c647a7439e0a21741dcaa0a4b771a50ea", kill_on_drop: false }`
[INFO] [stdout] d9516a7cbfacf42f0d2aade73d80276c647a7439e0a21741dcaa0a4b771a50ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bebd69948b83300e6f33344f59e777cef6ba9b7485bd0ab17dc9eb7716945af6
[INFO] running `Command { std: "docker" "start" "-a" "bebd69948b83300e6f33344f59e777cef6ba9b7485bd0ab17dc9eb7716945af6", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around pattern
[INFO] [stdout]   --> src/printer.rs:93:26
[INFO] [stdout]    |
[INFO] [stdout] 93 |             Node::Import((spec)) => self.print_import(spec),
[INFO] [stdout]    |                          ^    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 93 -             Node::Import((spec)) => self.print_import(spec),
[INFO] [stdout] 93 +             Node::Import(spec ) => self.print_import(spec),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `imports` is never read
[INFO] [stdout]   --> src/bundler.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut imports = Imports::new();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `exports` is never read
[INFO] [stdout]   --> src/bundler.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut exports = Exports::new();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `st` is never used
[INFO] [stdout]     --> src/parser.rs:1140:4
[INFO] [stdout]      |
[INFO] [stdout] 1140 | fn st<'a, T>(item: impl Fn(&'a str) -> ParseResult<T>) -> impl Fn(&'a str) -> ParseResult<T> {
[INFO] [stdout]      |    ^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn block(i: &str) -> ParseResult<Node> {
[INFO] [stdout]    |                 ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |        |           |
[INFO] [stdout]    |                 |        |           the same lifetime is hidden here
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn block(i: &str) -> ParseResult<'_, Node<'_>> {
[INFO] [stdout]    |                                      +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:72:28
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn case<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                 |          |                |
[INFO] [stdout]    |                 |          |                the same lifetime is named here
[INFO] [stdout]    |                 |          the same lifetime is hidden here
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn case<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:31
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn default<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                    |          |                |
[INFO] [stdout]    |                    |          |                the same lifetime is named here
[INFO] [stdout]    |                    |          the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn default<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn labeled<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                    |          |                |
[INFO] [stdout]    |                    |          |                the same lifetime is named here
[INFO] [stdout]    |                    |          the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn labeled<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:90:37
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn statement<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                          --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                          |          |                |
[INFO] [stdout]    |                          |          |                the same lifetime is named here
[INFO] [stdout]    |                          |          the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn statement<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn gotos<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                  |          |                |
[INFO] [stdout]    |                  |          |                the same lifetime is named here
[INFO] [stdout]    |                  |          the same lifetime is hidden here
[INFO] [stdout]    |                  the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn gotos<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:116:31
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn imports<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn imports<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:122:31
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn exports<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn exports<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 | fn try_catch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 129 | fn try_catch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 | fn catch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 135 | fn catch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:141:30
[INFO] [stdout]     |
[INFO] [stdout] 141 | fn switch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 141 | fn switch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:147:28
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn cont<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn cont<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:152:27
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn brk<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                |          |                |
[INFO] [stdout]     |                |          |                the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn brk<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn ret<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                |          |                |
[INFO] [stdout]     |                |          |                the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn ret<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:28
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn thrw<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn thrw<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn declaration<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn declaration<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:173:33
[INFO] [stdout]     |
[INFO] [stdout] 173 | fn condition<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 173 | fn condition<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:179:34
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn while_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn while_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:184:31
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn do_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn do_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 | fn for_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 189 | fn for_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:195:32
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn for_trio<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn for_trio<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:202:30
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn for_of<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn for_of<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:207:30
[INFO] [stdout]     |
[INFO] [stdout] 207 | fn for_in<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 207 | fn for_in<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:212:28
[INFO] [stdout]     |
[INFO] [stdout] 212 | fn with<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 212 | fn with<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:217:32
[INFO] [stdout]     |
[INFO] [stdout] 217 | fn variable<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 217 | fn variable<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:222:38
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn expression<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn expression<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:226:30
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn yield1<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn yield1<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:231:30
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn yield2<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn yield2<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:235:32
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn mutation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn mutation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:242:31
[INFO] [stdout]     |
[INFO] [stdout] 242 | fn ternary<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 242 | fn ternary<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:247:32
[INFO] [stdout]     |
[INFO] [stdout] 247 | fn equality<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 247 | fn equality<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:252:34
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn comparison<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn comparison<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:257:31
[INFO] [stdout]     |
[INFO] [stdout] 257 | fn bitwise<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 257 | fn bitwise<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:262:32
[INFO] [stdout]     |
[INFO] [stdout] 262 | fn logic_or<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 262 | fn logic_or<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:266:33
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn logic_and<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn logic_and<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:270:32
[INFO] [stdout]     |
[INFO] [stdout] 270 | fn coalesce<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 270 | fn coalesce<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:274:34
[INFO] [stdout]     |
[INFO] [stdout] 274 | fn bitwise_or<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 274 | fn bitwise_or<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:278:35
[INFO] [stdout]     |
[INFO] [stdout] 278 | fn bitwise_xor<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 278 | fn bitwise_xor<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:282:35
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn bitwise_and<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn bitwise_and<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:286:32
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn addition<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn addition<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:290:38
[INFO] [stdout]     |
[INFO] [stdout] 290 | fn multiplication<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 290 | fn multiplication<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:294:29
[INFO] [stdout]     |
[INFO] [stdout] 294 | fn power<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 294 | fn power<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:298:32
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn negation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn negation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:303:32
[INFO] [stdout]     |
[INFO] [stdout] 303 | fn prefixes<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 303 | fn prefixes<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:308:31
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn postfix<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn postfix<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:313:32
[INFO] [stdout]     |
[INFO] [stdout] 313 | fn creation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 313 | fn creation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:317:30
[INFO] [stdout]     |
[INFO] [stdout] 317 | fn action<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 317 | fn action<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:332:33
[INFO] [stdout]     |
[INFO] [stdout] 332 | fn primitive<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 332 | fn primitive<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:354:37
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn jsx_attribute<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                          --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                          |          |                |
[INFO] [stdout]     |                          |          |                the same lifetime is named here
[INFO] [stdout]     |                          |          the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn jsx_attribute<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:379:71
[INFO] [stdout]     |
[INFO] [stdout] 379 | fn jsx_closing_tag<'a>(expected_tag: Node<'a>) -> impl Fn(&'a str) -> ParseResult<()> {
[INFO] [stdout]     |                                           --               --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                           |                |
[INFO] [stdout]     |                                           |                the same lifetime is named here
[INFO] [stdout]     |                                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 379 | fn jsx_closing_tag<'a>(expected_tag: Node<'a>) -> impl Fn(&'a str) -> ParseResult<'a, ()> {
[INFO] [stdout]     |                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:390:33
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn jsx_child<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn jsx_child<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:402:39
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn jsx_opening_tag<'a>(i: &'a str) -> ParseResult<(Node<'a>, Vec<Node<'a>>, bool)> {
[INFO] [stdout]     |                            --         ^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^--^^^^^^^^^^
[INFO] [stdout]     |                            |          |                 |             |
[INFO] [stdout]     |                            |          |                 |             the same lifetime is named here
[INFO] [stdout]     |                            |          |                 the same lifetime is named here
[INFO] [stdout]     |                            |          the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn jsx_opening_tag<'a>(i: &'a str) -> ParseResult<'a, (Node<'a>, Vec<Node<'a>>, bool)> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:35
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn jsx_element<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn jsx_element<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:432:29
[INFO] [stdout]     |
[INFO] [stdout] 432 | fn octal<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 432 | fn octal<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:437:28
[INFO] [stdout]     |
[INFO] [stdout] 437 | fn hexa<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 437 | fn hexa<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:442:30
[INFO] [stdout]     |
[INFO] [stdout] 442 | fn binary<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 442 | fn binary<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:447:29
[INFO] [stdout]     |
[INFO] [stdout] 447 | fn regex<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 447 | fn regex<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:452:35
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn interpolate<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn interpolate<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:456:29
[INFO] [stdout]     |
[INFO] [stdout] 456 | fn quote<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 456 | fn quote<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:462:29
[INFO] [stdout]     |
[INFO] [stdout] 462 | fn ident<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 462 | fn ident<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:467:34
[INFO] [stdout]     |
[INFO] [stdout] 467 | fn type_ident<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 467 | fn type_ident<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:472:34
[INFO] [stdout]     |
[INFO] [stdout] 472 | fn identifier<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                       |          |            |
[INFO] [stdout]     |                       |          |            the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 472 | fn identifier<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:476:29
[INFO] [stdout]     |
[INFO] [stdout] 476 | fn typer<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                  |          |            |
[INFO] [stdout]     |                  |          |            the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 476 | fn typer<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:486:30
[INFO] [stdout]     |
[INFO] [stdout] 486 | fn idents<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 486 | fn idents<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:491:30
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn object<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn object<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:497:29
[INFO] [stdout]     |
[INFO] [stdout] 497 | fn field<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 497 | fn field<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:502:31
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn methods<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn methods<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:506:30
[INFO] [stdout]     |
[INFO] [stdout] 506 | fn statik<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 506 | fn statik<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:511:30
[INFO] [stdout]     |
[INFO] [stdout] 511 | fn getter<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 511 | fn getter<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:515:30
[INFO] [stdout]     |
[INFO] [stdout] 515 | fn setter<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 515 | fn setter<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:519:33
[INFO] [stdout]     |
[INFO] [stdout] 519 | fn shorthand<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 519 | fn shorthand<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:526:29
[INFO] [stdout]     |
[INFO] [stdout] 526 | fn paren<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 526 | fn paren<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:531:28
[INFO] [stdout]     |
[INFO] [stdout] 531 | fn list<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 531 | fn list<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:537:31
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn closure<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn closure<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:543:32
[INFO] [stdout]     |
[INFO] [stdout] 543 | fn function<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 543 | fn function<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:549:33
[INFO] [stdout]     |
[INFO] [stdout] 549 | fn generator<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 549 | fn generator<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:555:29
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn class<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn class<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:563:30
[INFO] [stdout]     |
[INFO] [stdout] 563 | fn braces<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 563 | fn braces<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:567:30
[INFO] [stdout]     |
[INFO] [stdout] 567 | fn params<'a>(i: &'a str) -> ParseResult<Vec<Node<'a>>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^^^^^--^^^
[INFO] [stdout]     |                   |          |                    |
[INFO] [stdout]     |                   |          |                    the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 567 | fn params<'a>(i: &'a str) -> ParseResult<'a, Vec<Node<'a>>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:572:28
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn args<'a>(i: &'a str) -> ParseResult<Vec<Node<'a>>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^^^^^--^^^
[INFO] [stdout]     |                 |          |                    |
[INFO] [stdout]     |                 |          |                    the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn args<'a>(i: &'a str) -> ParseResult<'a, Vec<Node<'a>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:576:29
[INFO] [stdout]     |
[INFO] [stdout] 576 | fn splat<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 576 | fn splat<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:581:31
[INFO] [stdout]     |
[INFO] [stdout] 581 | fn pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 581 | fn pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:588:36
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn list_pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                         --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                         |          |                |
[INFO] [stdout]     |                         |          |                the same lifetime is named here
[INFO] [stdout]     |                         |          the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn list_pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:594:38
[INFO] [stdout]     |
[INFO] [stdout] 594 | fn object_pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 594 | fn object_pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling yjc v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:600:32
[INFO] [stdout]     |
[INFO] [stdout] 600 | fn comments<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                     |          |            |
[INFO] [stdout]     |                     |          |            the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 600 | fn comments<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:606:38
[INFO] [stdout]     |
[INFO] [stdout] 606 | fn single_comment<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                           |          |            |
[INFO] [stdout]     |                           |          |            the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 606 | fn single_comment<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:611:37
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn multi_comment<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                          --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                          |          |            |
[INFO] [stdout]     |                          |          |            the same lifetime is named here
[INFO] [stdout]     |                          |          the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn multi_comment<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:619:33
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn key_value<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn key_value<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:631:27
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn end<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                |          |            |
[INFO] [stdout]     |                |          |            the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn end<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:932:60
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub fn one_of<'a>(opts: &'a [&str]) -> impl Fn(&'a str) -> ParseResult<&str> {
[INFO] [stdout]     |                          --                     --         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                      |          |           |
[INFO] [stdout]     |                          |                      |          |           the same lifetime is elided here
[INFO] [stdout]     |                          |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                          |                      the same lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub fn one_of<'a>(opts: &'a [&str]) -> impl Fn(&'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                                        +++  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:979:75
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub fn reserved<'a, P>(p: P, words: &'a [&'a str]) -> impl Fn(&'a str) -> ParseResult<&'a str>
[INFO] [stdout]     |                                      --   --                   --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                                      |    |                    |          |            |
[INFO] [stdout]     |                                      |    |                    |          |            the same lifetime is named here
[INFO] [stdout]     |                                      |    |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                                      |    |                    the same lifetime is named here
[INFO] [stdout]     |                                      |    the lifetime is named here
[INFO] [stdout]     |                                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub fn reserved<'a, P>(p: P, words: &'a [&'a str]) -> impl Fn(&'a str) -> ParseResult<'a, &'a str>
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1087:18
[INFO] [stdout]      |
[INFO] [stdout] 1087 | pub fn double(i: &str) -> ParseResult<f64> {
[INFO] [stdout]      |                  ^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1087 | pub fn double(i: &str) -> ParseResult<'_, f64> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1096:21
[INFO] [stdout]      |
[INFO] [stdout] 1096 | pub const fn eoi(i: &str) -> ParseResult<&str> {
[INFO] [stdout]      |                     ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |        |           |
[INFO] [stdout]      |                     |        |           the same lifetime is elided here
[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] 1096 | pub const fn eoi(i: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1104:22
[INFO] [stdout]      |
[INFO] [stdout] 1104 | pub fn whitespace(i: &str) -> ParseResult<&str> {
[INFO] [stdout]      |                      ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |        |           |
[INFO] [stdout]      |                      |        |           the same lifetime is elided here
[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] 1104 | pub fn whitespace(i: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]      |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Node`, `block`, `printer::Printer`, `statement`, and `walk`
[INFO] [stdout]  --> src/main.rs:2:84
[INFO] [stdout]   |
[INFO] [stdout] 2 |     bundler::{build_asset_graph, emit_bundles, generate_bundles, Config}, parser::{block, statement, walk, Node}, printer::Printer
[INFO] [stdout]   |                                                                                    ^^^^^  ^^^^^^^^^  ^^^^  ^^^^   ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around pattern
[INFO] [stdout]   --> src/printer.rs:93:26
[INFO] [stdout]    |
[INFO] [stdout] 93 |             Node::Import((spec)) => self.print_import(spec),
[INFO] [stdout]    |                          ^    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 93 -             Node::Import((spec)) => self.print_import(spec),
[INFO] [stdout] 93 +             Node::Import(spec ) => self.print_import(spec),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `transform`
[INFO] [stdout]  --> tests/parser_tests.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use yjc::transformer::{transform};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Node`, `block`, `printer::Printer`, `statement`, and `walk`
[INFO] [stdout]  --> src/main.rs:2:84
[INFO] [stdout]   |
[INFO] [stdout] 2 |     bundler::{build_asset_graph, emit_bundles, generate_bundles, Config}, parser::{block, statement, walk, Node}, printer::Printer
[INFO] [stdout]   |                                                                                    ^^^^^  ^^^^^^^^^  ^^^^  ^^^^   ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `imports` is never read
[INFO] [stdout]   --> src/bundler.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut imports = Imports::new();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `exports` is never read
[INFO] [stdout]   --> src/bundler.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut exports = Exports::new();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `st` is never used
[INFO] [stdout]     --> src/parser.rs:1140:4
[INFO] [stdout]      |
[INFO] [stdout] 1140 | fn st<'a, T>(item: impl Fn(&'a str) -> ParseResult<T>) -> impl Fn(&'a str) -> ParseResult<T> {
[INFO] [stdout]      |    ^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn block(i: &str) -> ParseResult<Node> {
[INFO] [stdout]    |                 ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |        |           |
[INFO] [stdout]    |                 |        |           the same lifetime is hidden here
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn block(i: &str) -> ParseResult<'_, Node<'_>> {
[INFO] [stdout]    |                                      +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:72:28
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn case<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                 |          |                |
[INFO] [stdout]    |                 |          |                the same lifetime is named here
[INFO] [stdout]    |                 |          the same lifetime is hidden here
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn case<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:31
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn default<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                    |          |                |
[INFO] [stdout]    |                    |          |                the same lifetime is named here
[INFO] [stdout]    |                    |          the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn default<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn labeled<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                    |          |                |
[INFO] [stdout]    |                    |          |                the same lifetime is named here
[INFO] [stdout]    |                    |          the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn labeled<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:90:37
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn statement<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                          --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                          |          |                |
[INFO] [stdout]    |                          |          |                the same lifetime is named here
[INFO] [stdout]    |                          |          the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn statement<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn gotos<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]    |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |                  |          |                |
[INFO] [stdout]    |                  |          |                the same lifetime is named here
[INFO] [stdout]    |                  |          the same lifetime is hidden here
[INFO] [stdout]    |                  the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn gotos<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:116:31
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn imports<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 116 | fn imports<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:122:31
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn exports<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 122 | fn exports<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 | fn try_catch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 129 | fn try_catch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 | fn catch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 135 | fn catch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:141:30
[INFO] [stdout]     |
[INFO] [stdout] 141 | fn switch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 141 | fn switch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:147:28
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn cont<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn cont<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:152:27
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn brk<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                |          |                |
[INFO] [stdout]     |                |          |                the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn brk<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn ret<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                |          |                |
[INFO] [stdout]     |                |          |                the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn ret<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:28
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn thrw<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn thrw<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn declaration<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn declaration<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:173:33
[INFO] [stdout]     |
[INFO] [stdout] 173 | fn condition<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 173 | fn condition<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:179:34
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn while_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn while_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:184:31
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn do_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn do_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 | fn for_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 189 | fn for_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:195:32
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn for_trio<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn for_trio<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:202:30
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn for_of<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn for_of<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:207:30
[INFO] [stdout]     |
[INFO] [stdout] 207 | fn for_in<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 207 | fn for_in<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:212:28
[INFO] [stdout]     |
[INFO] [stdout] 212 | fn with<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 212 | fn with<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:217:32
[INFO] [stdout]     |
[INFO] [stdout] 217 | fn variable<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 217 | fn variable<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:222:38
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn expression<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn expression<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:226:30
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn yield1<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn yield1<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:231:30
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn yield2<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn yield2<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:235:32
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn mutation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn mutation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:242:31
[INFO] [stdout]     |
[INFO] [stdout] 242 | fn ternary<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 242 | fn ternary<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:247:32
[INFO] [stdout]     |
[INFO] [stdout] 247 | fn equality<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 247 | fn equality<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:252:34
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn comparison<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn comparison<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:257:31
[INFO] [stdout]     |
[INFO] [stdout] 257 | fn bitwise<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 257 | fn bitwise<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:262:32
[INFO] [stdout]     |
[INFO] [stdout] 262 | fn logic_or<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 262 | fn logic_or<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:266:33
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn logic_and<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn logic_and<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:270:32
[INFO] [stdout]     |
[INFO] [stdout] 270 | fn coalesce<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 270 | fn coalesce<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:274:34
[INFO] [stdout]     |
[INFO] [stdout] 274 | fn bitwise_or<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 274 | fn bitwise_or<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:278:35
[INFO] [stdout]     |
[INFO] [stdout] 278 | fn bitwise_xor<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 278 | fn bitwise_xor<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:282:35
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn bitwise_and<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn bitwise_and<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:286:32
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn addition<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 286 | fn addition<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:290:38
[INFO] [stdout]     |
[INFO] [stdout] 290 | fn multiplication<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 290 | fn multiplication<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:294:29
[INFO] [stdout]     |
[INFO] [stdout] 294 | fn power<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 294 | fn power<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:298:32
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn negation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn negation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:303:32
[INFO] [stdout]     |
[INFO] [stdout] 303 | fn prefixes<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 303 | fn prefixes<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:308:31
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn postfix<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn postfix<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:313:32
[INFO] [stdout]     |
[INFO] [stdout] 313 | fn creation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 313 | fn creation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:317:30
[INFO] [stdout]     |
[INFO] [stdout] 317 | fn action<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 317 | fn action<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:332:33
[INFO] [stdout]     |
[INFO] [stdout] 332 | fn primitive<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 332 | fn primitive<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:354:37
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn jsx_attribute<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                          --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                          |          |                |
[INFO] [stdout]     |                          |          |                the same lifetime is named here
[INFO] [stdout]     |                          |          the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn jsx_attribute<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:379:71
[INFO] [stdout]     |
[INFO] [stdout] 379 | fn jsx_closing_tag<'a>(expected_tag: Node<'a>) -> impl Fn(&'a str) -> ParseResult<()> {
[INFO] [stdout]     |                                           --               --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                           |                |
[INFO] [stdout]     |                                           |                the same lifetime is named here
[INFO] [stdout]     |                                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 379 | fn jsx_closing_tag<'a>(expected_tag: Node<'a>) -> impl Fn(&'a str) -> ParseResult<'a, ()> {
[INFO] [stdout]     |                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:390:33
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn jsx_child<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 390 | fn jsx_child<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:402:39
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn jsx_opening_tag<'a>(i: &'a str) -> ParseResult<(Node<'a>, Vec<Node<'a>>, bool)> {
[INFO] [stdout]     |                            --         ^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^--^^^^^^^^^^
[INFO] [stdout]     |                            |          |                 |             |
[INFO] [stdout]     |                            |          |                 |             the same lifetime is named here
[INFO] [stdout]     |                            |          |                 the same lifetime is named here
[INFO] [stdout]     |                            |          the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn jsx_opening_tag<'a>(i: &'a str) -> ParseResult<'a, (Node<'a>, Vec<Node<'a>>, bool)> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:35
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn jsx_element<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 421 | fn jsx_element<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:432:29
[INFO] [stdout]     |
[INFO] [stdout] 432 | fn octal<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 432 | fn octal<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:437:28
[INFO] [stdout]     |
[INFO] [stdout] 437 | fn hexa<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 437 | fn hexa<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:442:30
[INFO] [stdout]     |
[INFO] [stdout] 442 | fn binary<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 442 | fn binary<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:447:29
[INFO] [stdout]     |
[INFO] [stdout] 447 | fn regex<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 447 | fn regex<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:452:35
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn interpolate<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                        |          |                |
[INFO] [stdout]     |                        |          |                the same lifetime is named here
[INFO] [stdout]     |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn interpolate<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:456:29
[INFO] [stdout]     |
[INFO] [stdout] 456 | fn quote<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 456 | fn quote<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:462:29
[INFO] [stdout]     |
[INFO] [stdout] 462 | fn ident<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 462 | fn ident<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:467:34
[INFO] [stdout]     |
[INFO] [stdout] 467 | fn type_ident<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                       |          |                |
[INFO] [stdout]     |                       |          |                the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 467 | fn type_ident<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:472:34
[INFO] [stdout]     |
[INFO] [stdout] 472 | fn identifier<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                       --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                       |          |            |
[INFO] [stdout]     |                       |          |            the same lifetime is named here
[INFO] [stdout]     |                       |          the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 472 | fn identifier<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:476:29
[INFO] [stdout]     |
[INFO] [stdout] 476 | fn typer<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                  |          |            |
[INFO] [stdout]     |                  |          |            the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 476 | fn typer<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:486:30
[INFO] [stdout]     |
[INFO] [stdout] 486 | fn idents<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 486 | fn idents<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:491:30
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn object<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn object<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:497:29
[INFO] [stdout]     |
[INFO] [stdout] 497 | fn field<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 497 | fn field<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:502:31
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn methods<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn methods<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:506:30
[INFO] [stdout]     |
[INFO] [stdout] 506 | fn statik<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 506 | fn statik<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:511:30
[INFO] [stdout]     |
[INFO] [stdout] 511 | fn getter<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 511 | fn getter<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:515:30
[INFO] [stdout]     |
[INFO] [stdout] 515 | fn setter<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 515 | fn setter<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:519:33
[INFO] [stdout]     |
[INFO] [stdout] 519 | fn shorthand<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 519 | fn shorthand<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:526:29
[INFO] [stdout]     |
[INFO] [stdout] 526 | fn paren<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 526 | fn paren<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:531:28
[INFO] [stdout]     |
[INFO] [stdout] 531 | fn list<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                 |          |                |
[INFO] [stdout]     |                 |          |                the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 531 | fn list<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:537:31
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn closure<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn closure<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:543:32
[INFO] [stdout]     |
[INFO] [stdout] 543 | fn function<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                     |          |                |
[INFO] [stdout]     |                     |          |                the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 543 | fn function<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:549:33
[INFO] [stdout]     |
[INFO] [stdout] 549 | fn generator<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 549 | fn generator<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:555:29
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn class<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 555 | fn class<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:563:30
[INFO] [stdout]     |
[INFO] [stdout] 563 | fn braces<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                   |          |                |
[INFO] [stdout]     |                   |          |                the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 563 | fn braces<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:567:30
[INFO] [stdout]     |
[INFO] [stdout] 567 | fn params<'a>(i: &'a str) -> ParseResult<Vec<Node<'a>>> {
[INFO] [stdout]     |                   --         ^^^^^^^^^^^^^^^^^^^^^--^^^
[INFO] [stdout]     |                   |          |                    |
[INFO] [stdout]     |                   |          |                    the same lifetime is named here
[INFO] [stdout]     |                   |          the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 567 | fn params<'a>(i: &'a str) -> ParseResult<'a, Vec<Node<'a>>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:572:28
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn args<'a>(i: &'a str) -> ParseResult<Vec<Node<'a>>> {
[INFO] [stdout]     |                 --         ^^^^^^^^^^^^^^^^^^^^^--^^^
[INFO] [stdout]     |                 |          |                    |
[INFO] [stdout]     |                 |          |                    the same lifetime is named here
[INFO] [stdout]     |                 |          the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 572 | fn args<'a>(i: &'a str) -> ParseResult<'a, Vec<Node<'a>>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:576:29
[INFO] [stdout]     |
[INFO] [stdout] 576 | fn splat<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                  |          |                |
[INFO] [stdout]     |                  |          |                the same lifetime is named here
[INFO] [stdout]     |                  |          the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 576 | fn splat<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:581:31
[INFO] [stdout]     |
[INFO] [stdout] 581 | fn pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                    |          |                |
[INFO] [stdout]     |                    |          |                the same lifetime is named here
[INFO] [stdout]     |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 581 | fn pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:588:36
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn list_pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                         --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                         |          |                |
[INFO] [stdout]     |                         |          |                the same lifetime is named here
[INFO] [stdout]     |                         |          the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 588 | fn list_pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:594:38
[INFO] [stdout]     |
[INFO] [stdout] 594 | fn object_pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                           |          |                |
[INFO] [stdout]     |                           |          |                the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 594 | fn object_pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:600:32
[INFO] [stdout]     |
[INFO] [stdout] 600 | fn comments<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                     --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                     |          |            |
[INFO] [stdout]     |                     |          |            the same lifetime is named here
[INFO] [stdout]     |                     |          the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 600 | fn comments<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:606:38
[INFO] [stdout]     |
[INFO] [stdout] 606 | fn single_comment<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                           --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                           |          |            |
[INFO] [stdout]     |                           |          |            the same lifetime is named here
[INFO] [stdout]     |                           |          the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 606 | fn single_comment<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:611:37
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn multi_comment<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                          --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                          |          |            |
[INFO] [stdout]     |                          |          |            the same lifetime is named here
[INFO] [stdout]     |                          |          the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 611 | fn multi_comment<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:619:33
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn key_value<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stdout]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]     |                      |          |                |
[INFO] [stdout]     |                      |          |                the same lifetime is named here
[INFO] [stdout]     |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn key_value<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:631:27
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn end<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stdout]     |                --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                |          |            |
[INFO] [stdout]     |                |          |            the same lifetime is named here
[INFO] [stdout]     |                |          the same lifetime is hidden here
[INFO] [stdout]     |                the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 631 | fn end<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:932:60
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub fn one_of<'a>(opts: &'a [&str]) -> impl Fn(&'a str) -> ParseResult<&str> {
[INFO] [stdout]     |                          --                     --         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                      |          |           |
[INFO] [stdout]     |                          |                      |          |           the same lifetime is elided here
[INFO] [stdout]     |                          |                      |          the same lifetime is hidden here
[INFO] [stdout]     |                          |                      the same lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub fn one_of<'a>(opts: &'a [&str]) -> impl Fn(&'a str) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |                                                                        +++  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:979:75
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub fn reserved<'a, P>(p: P, words: &'a [&'a str]) -> impl Fn(&'a str) -> ParseResult<&'a str>
[INFO] [stdout]     |                                      --   --                   --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stdout]     |                                      |    |                    |          |            |
[INFO] [stdout]     |                                      |    |                    |          |            the same lifetime is named here
[INFO] [stdout]     |                                      |    |                    |          the same lifetime is hidden here
[INFO] [stdout]     |                                      |    |                    the same lifetime is named here
[INFO] [stdout]     |                                      |    the lifetime is named here
[INFO] [stdout]     |                                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 979 | pub fn reserved<'a, P>(p: P, words: &'a [&'a str]) -> impl Fn(&'a str) -> ParseResult<'a, &'a str>
[INFO] [stdout]     |                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1087:18
[INFO] [stdout]      |
[INFO] [stdout] 1087 | pub fn double(i: &str) -> ParseResult<f64> {
[INFO] [stdout]      |                  ^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1087 | pub fn double(i: &str) -> ParseResult<'_, f64> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1096:21
[INFO] [stdout]      |
[INFO] [stdout] 1096 | pub const fn eoi(i: &str) -> ParseResult<&str> {
[INFO] [stdout]      |                     ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |        |           |
[INFO] [stdout]      |                     |        |           the same lifetime is elided here
[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] 1096 | pub const fn eoi(i: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1104:22
[INFO] [stdout]      |
[INFO] [stdout] 1104 | pub fn whitespace(i: &str) -> ParseResult<&str> {
[INFO] [stdout]      |                      ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |        |           |
[INFO] [stdout]      |                      |        |           the same lifetime is elided here
[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] 1104 | pub fn whitespace(i: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]      |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s
[INFO] running `Command { std: "docker" "inspect" "bebd69948b83300e6f33344f59e777cef6ba9b7485bd0ab17dc9eb7716945af6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bebd69948b83300e6f33344f59e777cef6ba9b7485bd0ab17dc9eb7716945af6", kill_on_drop: false }`
[INFO] [stdout] bebd69948b83300e6f33344f59e777cef6ba9b7485bd0ab17dc9eb7716945af6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 976b1ce93ae9fed410f95ccf4ddf9f7da5717a5b84148aefce316a432d0c0736
[INFO] running `Command { std: "docker" "start" "-a" "976b1ce93ae9fed410f95ccf4ddf9f7da5717a5b84148aefce316a432d0c0736", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around pattern
[INFO] [stderr]   --> src/printer.rs:93:26
[INFO] [stderr]    |
[INFO] [stderr] 93 |             Node::Import((spec)) => self.print_import(spec),
[INFO] [stderr]    |                          ^    ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 93 -             Node::Import((spec)) => self.print_import(spec),
[INFO] [stderr] 93 +             Node::Import(spec ) => self.print_import(spec),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `imports` is never read
[INFO] [stderr]   --> src/bundler.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let mut imports = Imports::new();
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `exports` is never read
[INFO] [stderr]   --> src/bundler.rs:60:23
[INFO] [stderr]    |
[INFO] [stderr] 60 |     let mut exports = Exports::new();
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: function `st` is never used
[INFO] [stderr]     --> src/parser.rs:1140:4
[INFO] [stderr]      |
[INFO] [stderr] 1140 | fn st<'a, T>(item: impl Fn(&'a str) -> ParseResult<T>) -> impl Fn(&'a str) -> ParseResult<T> {
[INFO] [stderr]      |    ^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:68:17
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub fn block(i: &str) -> ParseResult<Node> {
[INFO] [stderr]    |                 ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                 |        |           |
[INFO] [stderr]    |                 |        |           the same lifetime is hidden here
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub fn block(i: &str) -> ParseResult<'_, Node<'_>> {
[INFO] [stderr]    |                                      +++     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:72:28
[INFO] [stderr]    |
[INFO] [stderr] 72 | fn case<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]    |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]    |                 |          |                |
[INFO] [stderr]    |                 |          |                the same lifetime is named here
[INFO] [stderr]    |                 |          the same lifetime is hidden here
[INFO] [stderr]    |                 the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 72 | fn case<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]    |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:78:31
[INFO] [stderr]    |
[INFO] [stderr] 78 | fn default<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]    |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]    |                    |          |                |
[INFO] [stderr]    |                    |          |                the same lifetime is named here
[INFO] [stderr]    |                    |          the same lifetime is hidden here
[INFO] [stderr]    |                    the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 78 | fn default<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:84:31
[INFO] [stderr]    |
[INFO] [stderr] 84 | fn labeled<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]    |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]    |                    |          |                |
[INFO] [stderr]    |                    |          |                the same lifetime is named here
[INFO] [stderr]    |                    |          the same lifetime is hidden here
[INFO] [stderr]    |                    the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 84 | fn labeled<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:90:37
[INFO] [stderr]    |
[INFO] [stderr] 90 | pub fn statement<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]    |                          --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]    |                          |          |                |
[INFO] [stderr]    |                          |          |                the same lifetime is named here
[INFO] [stderr]    |                          |          the same lifetime is hidden here
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 90 | pub fn statement<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:96:29
[INFO] [stderr]    |
[INFO] [stderr] 96 | fn gotos<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]    |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]    |                  |          |                |
[INFO] [stderr]    |                  |          |                the same lifetime is named here
[INFO] [stderr]    |                  |          the same lifetime is hidden here
[INFO] [stderr]    |                  the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 96 | fn gotos<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:116:31
[INFO] [stderr]     |
[INFO] [stderr] 116 | fn imports<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 116 | fn imports<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:122:31
[INFO] [stderr]     |
[INFO] [stderr] 122 | fn exports<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 122 | fn exports<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:129:33
[INFO] [stderr]     |
[INFO] [stderr] 129 | fn try_catch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                      |          |                |
[INFO] [stderr]     |                      |          |                the same lifetime is named here
[INFO] [stderr]     |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 129 | fn try_catch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:135:29
[INFO] [stderr]     |
[INFO] [stderr] 135 | fn catch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 135 | fn catch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:141:30
[INFO] [stderr]     |
[INFO] [stderr] 141 | fn switch<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 141 | fn switch<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:147:28
[INFO] [stderr]     |
[INFO] [stderr] 147 | fn cont<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                 |          |                |
[INFO] [stderr]     |                 |          |                the same lifetime is named here
[INFO] [stderr]     |                 |          the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 147 | fn cont<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:152:27
[INFO] [stderr]     |
[INFO] [stderr] 152 | fn brk<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                |          |                |
[INFO] [stderr]     |                |          |                the same lifetime is named here
[INFO] [stderr]     |                |          the same lifetime is hidden here
[INFO] [stderr]     |                the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 152 | fn brk<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:157:27
[INFO] [stderr]     |
[INFO] [stderr] 157 | fn ret<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                |          |                |
[INFO] [stderr]     |                |          |                the same lifetime is named here
[INFO] [stderr]     |                |          the same lifetime is hidden here
[INFO] [stderr]     |                the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 157 | fn ret<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:162:28
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn thrw<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                 |          |                |
[INFO] [stderr]     |                 |          |                the same lifetime is named here
[INFO] [stderr]     |                 |          the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn thrw<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:167:35
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn declaration<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                        |          |                |
[INFO] [stderr]     |                        |          |                the same lifetime is named here
[INFO] [stderr]     |                        |          the same lifetime is hidden here
[INFO] [stderr]     |                        the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn declaration<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:173:33
[INFO] [stderr]     |
[INFO] [stderr] 173 | fn condition<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                      |          |                |
[INFO] [stderr]     |                      |          |                the same lifetime is named here
[INFO] [stderr]     |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 173 | fn condition<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:179:34
[INFO] [stderr]     |
[INFO] [stderr] 179 | fn while_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                       |          |                |
[INFO] [stderr]     |                       |          |                the same lifetime is named here
[INFO] [stderr]     |                       |          the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 179 | fn while_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:184:31
[INFO] [stderr]     |
[INFO] [stderr] 184 | fn do_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 184 | fn do_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:189:32
[INFO] [stderr]     |
[INFO] [stderr] 189 | fn for_loop<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 189 | fn for_loop<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:195:32
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn for_trio<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn for_trio<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:202:30
[INFO] [stderr]     |
[INFO] [stderr] 202 | fn for_of<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 202 | fn for_of<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:207:30
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn for_in<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn for_in<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:212:28
[INFO] [stderr]     |
[INFO] [stderr] 212 | fn with<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                 |          |                |
[INFO] [stderr]     |                 |          |                the same lifetime is named here
[INFO] [stderr]     |                 |          the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 212 | fn with<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:217:32
[INFO] [stderr]     |
[INFO] [stderr] 217 | fn variable<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 217 | fn variable<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:222:38
[INFO] [stderr]     |
[INFO] [stderr] 222 | pub fn expression<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                           |          |                |
[INFO] [stderr]     |                           |          |                the same lifetime is named here
[INFO] [stderr]     |                           |          the same lifetime is hidden here
[INFO] [stderr]     |                           the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 222 | pub fn expression<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:226:30
[INFO] [stderr]     |
[INFO] [stderr] 226 | fn yield1<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 226 | fn yield1<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:231:30
[INFO] [stderr]     |
[INFO] [stderr] 231 | fn yield2<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 231 | fn yield2<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:235:32
[INFO] [stderr]     |
[INFO] [stderr] 235 | fn mutation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 235 | fn mutation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:242:31
[INFO] [stderr]     |
[INFO] [stderr] 242 | fn ternary<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 242 | fn ternary<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:247:32
[INFO] [stderr]     |
[INFO] [stderr] 247 | fn equality<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 247 | fn equality<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:252:34
[INFO] [stderr]     |
[INFO] [stderr] 252 | fn comparison<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                       |          |                |
[INFO] [stderr]     |                       |          |                the same lifetime is named here
[INFO] [stderr]     |                       |          the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 252 | fn comparison<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:257:31
[INFO] [stderr]     |
[INFO] [stderr] 257 | fn bitwise<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 257 | fn bitwise<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:262:32
[INFO] [stderr]     |
[INFO] [stderr] 262 | fn logic_or<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 262 | fn logic_or<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:266:33
[INFO] [stderr]     |
[INFO] [stderr] 266 | fn logic_and<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                      |          |                |
[INFO] [stderr]     |                      |          |                the same lifetime is named here
[INFO] [stderr]     |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 266 | fn logic_and<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:270:32
[INFO] [stderr]     |
[INFO] [stderr] 270 | fn coalesce<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 270 | fn coalesce<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:274:34
[INFO] [stderr]     |
[INFO] [stderr] 274 | fn bitwise_or<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                       |          |                |
[INFO] [stderr]     |                       |          |                the same lifetime is named here
[INFO] [stderr]     |                       |          the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 274 | fn bitwise_or<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:278:35
[INFO] [stderr]     |
[INFO] [stderr] 278 | fn bitwise_xor<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                        |          |                |
[INFO] [stderr]     |                        |          |                the same lifetime is named here
[INFO] [stderr]     |                        |          the same lifetime is hidden here
[INFO] [stderr]     |                        the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 278 | fn bitwise_xor<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:282:35
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn bitwise_and<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                        |          |                |
[INFO] [stderr]     |                        |          |                the same lifetime is named here
[INFO] [stderr]     |                        |          the same lifetime is hidden here
[INFO] [stderr]     |                        the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn bitwise_and<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:286:32
[INFO] [stderr]     |
[INFO] [stderr] 286 | fn addition<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 286 | fn addition<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:290:38
[INFO] [stderr]     |
[INFO] [stderr] 290 | fn multiplication<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                           |          |                |
[INFO] [stderr]     |                           |          |                the same lifetime is named here
[INFO] [stderr]     |                           |          the same lifetime is hidden here
[INFO] [stderr]     |                           the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 290 | fn multiplication<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:294:29
[INFO] [stderr]     |
[INFO] [stderr] 294 | fn power<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 294 | fn power<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:298:32
[INFO] [stderr]     |
[INFO] [stderr] 298 | fn negation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 298 | fn negation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:303:32
[INFO] [stderr]     |
[INFO] [stderr] 303 | fn prefixes<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 303 | fn prefixes<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:308:31
[INFO] [stderr]     |
[INFO] [stderr] 308 | fn postfix<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 308 | fn postfix<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:313:32
[INFO] [stderr]     |
[INFO] [stderr] 313 | fn creation<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 313 | fn creation<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:317:30
[INFO] [stderr]     |
[INFO] [stderr] 317 | fn action<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 317 | fn action<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:332:33
[INFO] [stderr]     |
[INFO] [stderr] 332 | fn primitive<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                      |          |                |
[INFO] [stderr]     |                      |          |                the same lifetime is named here
[INFO] [stderr]     |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 332 | fn primitive<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:354:37
[INFO] [stderr]     |
[INFO] [stderr] 354 | fn jsx_attribute<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                          --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                          |          |                |
[INFO] [stderr]     |                          |          |                the same lifetime is named here
[INFO] [stderr]     |                          |          the same lifetime is hidden here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 354 | fn jsx_attribute<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:379:71
[INFO] [stderr]     |
[INFO] [stderr] 379 | fn jsx_closing_tag<'a>(expected_tag: Node<'a>) -> impl Fn(&'a str) -> ParseResult<()> {
[INFO] [stderr]     |                                           --               --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                           |                |
[INFO] [stderr]     |                                           |                the same lifetime is named here
[INFO] [stderr]     |                                           the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 379 | fn jsx_closing_tag<'a>(expected_tag: Node<'a>) -> impl Fn(&'a str) -> ParseResult<'a, ()> {
[INFO] [stderr]     |                                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:390:33
[INFO] [stderr]     |
[INFO] [stderr] 390 | fn jsx_child<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                      |          |                |
[INFO] [stderr]     |                      |          |                the same lifetime is named here
[INFO] [stderr]     |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 390 | fn jsx_child<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:402:39
[INFO] [stderr]     |
[INFO] [stderr] 402 | fn jsx_opening_tag<'a>(i: &'a str) -> ParseResult<(Node<'a>, Vec<Node<'a>>, bool)> {
[INFO] [stderr]     |                            --         ^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^--^^^^^^^^^^
[INFO] [stderr]     |                            |          |                 |             |
[INFO] [stderr]     |                            |          |                 |             the same lifetime is named here
[INFO] [stderr]     |                            |          |                 the same lifetime is named here
[INFO] [stderr]     |                            |          the same lifetime is hidden here
[INFO] [stderr]     |                            the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 402 | fn jsx_opening_tag<'a>(i: &'a str) -> ParseResult<'a, (Node<'a>, Vec<Node<'a>>, bool)> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:421:35
[INFO] [stderr]     |
[INFO] [stderr] 421 | fn jsx_element<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                        |          |                |
[INFO] [stderr]     |                        |          |                the same lifetime is named here
[INFO] [stderr]     |                        |          the same lifetime is hidden here
[INFO] [stderr]     |                        the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 421 | fn jsx_element<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:432:29
[INFO] [stderr]     |
[INFO] [stderr] 432 | fn octal<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 432 | fn octal<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:437:28
[INFO] [stderr]     |
[INFO] [stderr] 437 | fn hexa<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                 |          |                |
[INFO] [stderr]     |                 |          |                the same lifetime is named here
[INFO] [stderr]     |                 |          the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 437 | fn hexa<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:442:30
[INFO] [stderr]     |
[INFO] [stderr] 442 | fn binary<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 442 | fn binary<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:447:29
[INFO] [stderr]     |
[INFO] [stderr] 447 | fn regex<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 447 | fn regex<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:452:35
[INFO] [stderr]     |
[INFO] [stderr] 452 | fn interpolate<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                        --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                        |          |                |
[INFO] [stderr]     |                        |          |                the same lifetime is named here
[INFO] [stderr]     |                        |          the same lifetime is hidden here
[INFO] [stderr]     |                        the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 452 | fn interpolate<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:456:29
[INFO] [stderr]     |
[INFO] [stderr] 456 | fn quote<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 456 | fn quote<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:462:29
[INFO] [stderr]     |
[INFO] [stderr] 462 | fn ident<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 462 | fn ident<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:467:34
[INFO] [stderr]     |
[INFO] [stderr] 467 | fn type_ident<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                       --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                       |          |                |
[INFO] [stderr]     |                       |          |                the same lifetime is named here
[INFO] [stderr]     |                       |          the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 467 | fn type_ident<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:472:34
[INFO] [stderr]     |
[INFO] [stderr] 472 | fn identifier<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stderr]     |                       --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stderr]     |                       |          |            |
[INFO] [stderr]     |                       |          |            the same lifetime is named here
[INFO] [stderr]     |                       |          the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 472 | fn identifier<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:476:29
[INFO] [stderr]     |
[INFO] [stderr] 476 | fn typer<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stderr]     |                  |          |            |
[INFO] [stderr]     |                  |          |            the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 476 | fn typer<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:486:30
[INFO] [stderr]     |
[INFO] [stderr] 486 | fn idents<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 486 | fn idents<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:491:30
[INFO] [stderr]     |
[INFO] [stderr] 491 | fn object<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 491 | fn object<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:497:29
[INFO] [stderr]     |
[INFO] [stderr] 497 | fn field<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 497 | fn field<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:502:31
[INFO] [stderr]     |
[INFO] [stderr] 502 | fn methods<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 502 | fn methods<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:506:30
[INFO] [stderr]     |
[INFO] [stderr] 506 | fn statik<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 506 | fn statik<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:511:30
[INFO] [stderr]     |
[INFO] [stderr] 511 | fn getter<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 511 | fn getter<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:515:30
[INFO] [stderr]     |
[INFO] [stderr] 515 | fn setter<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 515 | fn setter<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:519:33
[INFO] [stderr]     |
[INFO] [stderr] 519 | fn shorthand<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                      |          |                |
[INFO] [stderr]     |                      |          |                the same lifetime is named here
[INFO] [stderr]     |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 519 | fn shorthand<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:526:29
[INFO] [stderr]     |
[INFO] [stderr] 526 | fn paren<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 526 | fn paren<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:531:28
[INFO] [stderr]     |
[INFO] [stderr] 531 | fn list<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                 --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                 |          |                |
[INFO] [stderr]     |                 |          |                the same lifetime is named here
[INFO] [stderr]     |                 |          the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 531 | fn list<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:537:31
[INFO] [stderr]     |
[INFO] [stderr] 537 | fn closure<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 537 | fn closure<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:543:32
[INFO] [stderr]     |
[INFO] [stderr] 543 | fn function<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                     |          |                |
[INFO] [stderr]     |                     |          |                the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 543 | fn function<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:549:33
[INFO] [stderr]     |
[INFO] [stderr] 549 | fn generator<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                      |          |                |
[INFO] [stderr]     |                      |          |                the same lifetime is named here
[INFO] [stderr]     |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 549 | fn generator<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:555:29
[INFO] [stderr]     |
[INFO] [stderr] 555 | fn class<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 555 | fn class<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:563:30
[INFO] [stderr]     |
[INFO] [stderr] 563 | fn braces<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                   |          |                |
[INFO] [stderr]     |                   |          |                the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 563 | fn braces<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:567:30
[INFO] [stderr]     |
[INFO] [stderr] 567 | fn params<'a>(i: &'a str) -> ParseResult<Vec<Node<'a>>> {
[INFO] [stderr]     |                   --         ^^^^^^^^^^^^^^^^^^^^^--^^^
[INFO] [stderr]     |                   |          |                    |
[INFO] [stderr]     |                   |          |                    the same lifetime is named here
[INFO] [stderr]     |                   |          the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 567 | fn params<'a>(i: &'a str) -> ParseResult<'a, Vec<Node<'a>>> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:572:28
[INFO] [stderr]     |
[INFO] [stderr] 572 | fn args<'a>(i: &'a str) -> ParseResult<Vec<Node<'a>>> {
[INFO] [stderr]     |                 --         ^^^^^^^^^^^^^^^^^^^^^--^^^
[INFO] [stderr]     |                 |          |                    |
[INFO] [stderr]     |                 |          |                    the same lifetime is named here
[INFO] [stderr]     |                 |          the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 572 | fn args<'a>(i: &'a str) -> ParseResult<'a, Vec<Node<'a>>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:576:29
[INFO] [stderr]     |
[INFO] [stderr] 576 | fn splat<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                  --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                  |          |                |
[INFO] [stderr]     |                  |          |                the same lifetime is named here
[INFO] [stderr]     |                  |          the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 576 | fn splat<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:581:31
[INFO] [stderr]     |
[INFO] [stderr] 581 | fn pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                    --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                    |          |                |
[INFO] [stderr]     |                    |          |                the same lifetime is named here
[INFO] [stderr]     |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 581 | fn pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:588:36
[INFO] [stderr]     |
[INFO] [stderr] 588 | fn list_pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                         --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                         |          |                |
[INFO] [stderr]     |                         |          |                the same lifetime is named here
[INFO] [stderr]     |                         |          the same lifetime is hidden here
[INFO] [stderr]     |                         the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 588 | fn list_pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:594:38
[INFO] [stderr]     |
[INFO] [stderr] 594 | fn object_pattern<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                           --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                           |          |                |
[INFO] [stderr]     |                           |          |                the same lifetime is named here
[INFO] [stderr]     |                           |          the same lifetime is hidden here
[INFO] [stderr]     |                           the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 594 | fn object_pattern<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:600:32
[INFO] [stderr]     |
[INFO] [stderr] 600 | fn comments<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stderr]     |                     --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stderr]     |                     |          |            |
[INFO] [stderr]     |                     |          |            the same lifetime is named here
[INFO] [stderr]     |                     |          the same lifetime is hidden here
[INFO] [stderr]     |                     the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 600 | fn comments<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:606:38
[INFO] [stderr]     |
[INFO] [stderr] 606 | fn single_comment<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stderr]     |                           --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stderr]     |                           |          |            |
[INFO] [stderr]     |                           |          |            the same lifetime is named here
[INFO] [stderr]     |                           |          the same lifetime is hidden here
[INFO] [stderr]     |                           the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 606 | fn single_comment<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:611:37
[INFO] [stderr]     |
[INFO] [stderr] 611 | fn multi_comment<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stderr]     |                          --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stderr]     |                          |          |            |
[INFO] [stderr]     |                          |          |            the same lifetime is named here
[INFO] [stderr]     |                          |          the same lifetime is hidden here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 611 | fn multi_comment<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:619:33
[INFO] [stderr]     |
[INFO] [stderr] 619 | fn key_value<'a>(i: &'a str) -> ParseResult<Node<'a>> {
[INFO] [stderr]     |                      --         ^^^^^^^^^^^^^^^^^--^^
[INFO] [stderr]     |                      |          |                |
[INFO] [stderr]     |                      |          |                the same lifetime is named here
[INFO] [stderr]     |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 619 | fn key_value<'a>(i: &'a str) -> ParseResult<'a, Node<'a>> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:631:27
[INFO] [stderr]     |
[INFO] [stderr] 631 | fn end<'a>(i: &'a str) -> ParseResult<&'a str> {
[INFO] [stderr]     |                --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stderr]     |                |          |            |
[INFO] [stderr]     |                |          |            the same lifetime is named here
[INFO] [stderr]     |                |          the same lifetime is hidden here
[INFO] [stderr]     |                the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 631 | fn end<'a>(i: &'a str) -> ParseResult<'a, &'a str> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:932:60
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub fn one_of<'a>(opts: &'a [&str]) -> impl Fn(&'a str) -> ParseResult<&str> {
[INFO] [stderr]     |                          --                     --         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |                      |          |           |
[INFO] [stderr]     |                          |                      |          |           the same lifetime is elided here
[INFO] [stderr]     |                          |                      |          the same lifetime is hidden here
[INFO] [stderr]     |                          |                      the same lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub fn one_of<'a>(opts: &'a [&str]) -> impl Fn(&'a str) -> ParseResult<'a, &'a str> {
[INFO] [stderr]     |                                                                        +++  ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:979:75
[INFO] [stderr]     |
[INFO] [stderr] 979 | pub fn reserved<'a, P>(p: P, words: &'a [&'a str]) -> impl Fn(&'a str) -> ParseResult<&'a str>
[INFO] [stderr]     |                                      --   --                   --         ^^^^^^^^^^^^^--^^^^^
[INFO] [stderr]     |                                      |    |                    |          |            |
[INFO] [stderr]     |                                      |    |                    |          |            the same lifetime is named here
[INFO] [stderr]     |                                      |    |                    |          the same lifetime is hidden here
[INFO] [stderr]     |                                      |    |                    the same lifetime is named here
[INFO] [stderr]     |                                      |    the lifetime is named here
[INFO] [stderr]     |                                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 979 | pub fn reserved<'a, P>(p: P, words: &'a [&'a str]) -> impl Fn(&'a str) -> ParseResult<'a, &'a str>
[INFO] [stderr]     |                                                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/parser.rs:1087:18
[INFO] [stderr]      |
[INFO] [stderr] 1087 | pub fn double(i: &str) -> ParseResult<f64> {
[INFO] [stderr]      |                  ^^^^     ^^^^^^^^^^^^^^^^ 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] 1087 | pub fn double(i: &str) -> ParseResult<'_, f64> {
[INFO] [stderr]      |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/parser.rs:1096:21
[INFO] [stderr]      |
[INFO] [stderr] 1096 | pub const fn eoi(i: &str) -> ParseResult<&str> {
[INFO] [stderr]      |                     ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |                     |        |           |
[INFO] [stderr]      |                     |        |           the same lifetime is elided here
[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] 1096 | pub const fn eoi(i: &str) -> ParseResult<'_, &str> {
[INFO] [stderr]      |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/parser.rs:1104:22
[INFO] [stderr]      |
[INFO] [stderr] 1104 | pub fn whitespace(i: &str) -> ParseResult<&str> {
[INFO] [stderr]      |                      ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |                      |        |           |
[INFO] [stderr]      |                      |        |           the same lifetime is elided here
[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] 1104 | pub fn whitespace(i: &str) -> ParseResult<'_, &str> {
[INFO] [stderr]      |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `yjc` (lib) generated 98 warnings (run `cargo fix --lib -p yjc` to apply 95 suggestions)
[INFO] [stderr] warning: `yjc` (lib test) generated 98 warnings (98 duplicates)
[INFO] [stderr] warning: unused imports: `Node`, `block`, `printer::Printer`, `statement`, and `walk`
[INFO] [stderr]  --> src/main.rs:2:84
[INFO] [stderr]   |
[INFO] [stderr] 2 |     bundler::{build_asset_graph, emit_bundles, generate_bundles, Config}, parser::{block, statement, walk, Node}, printer::Printer
[INFO] [stderr]   |                                                                                    ^^^^^  ^^^^^^^^^  ^^^^  ^^^^   ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `transform`
[INFO] [stderr]  --> tests/parser_tests.rs:2:24
[INFO] [stderr]   |
[INFO] [stderr] 2 | use yjc::transformer::{transform};
[INFO] [stderr]   |                        ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `yjc` (bin "yjc" test) generated 1 warning (run `cargo fix --bin "yjc" -p yjc --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `yjc` (bin "yjc") generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `yjc` (test "parser_tests") generated 1 warning (run `cargo fix --test "parser_tests" -p yjc` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yjc-278dc4f6144a2bf7)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/yjc-f8aaae563a90dd2f)
[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] [stderr]      Running tests/combinators_test.rs (/opt/rustwide/target/debug/deps/combinators_test-85e2f3e2998e6e22)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test test_boxed ... ok
[INFO] [stdout] test test_capture ... ok
[INFO] [stdout] test test_choice ... ok
[INFO] [stdout] test test_chain ... ok
[INFO] [stdout] test test_double ... ok
[INFO] [stdout] test test_eoi ... ok
[INFO] [stdout] test test_infix ... ok
[INFO] [stdout] test test_left ... ok
[INFO] [stdout] test test_many ... ok
[INFO] [stdout] test test_map ... ok
[INFO] [stdout] test test_mapr ... ok
[INFO] [stdout] test test_middle ... ok
[INFO] [stdout] test test_number ... ok
[INFO] [stdout] test test_opt ... ok
[INFO] [stdout] test test_outer ... ok
[INFO] [stdout] test test_pair ... ok
[INFO] [stdout] test test_peek ... ok
[INFO] [stdout] test test_reserved ... ok
[INFO] [stdout] test test_right ... ok
[INFO] [stdout] test test_prefix ... ok
[INFO] [stdout] test test_string ... ok
[INFO] [stdout] test test_tag ... ok
[INFO] [stdout] test test_take_until ... ok
[INFO] [stdout] test test_take_while ... ok
[INFO] [stdout] test test_trio ... ok
[INFO] [stdout] test test_whitespace ... ok
[INFO] [stdout] test test_value ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/parser_tests.rs (/opt/rustwide/target/debug/deps/parser_tests-04c974531543f006)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test test_binarynum ... ok
[INFO] [stdout] test test_comma ... ok
[INFO] [stdout] test test_closure ... ok
[INFO] [stdout] test test_arithmetic ... ok
[INFO] [stdout] test test_comments ... ok
[INFO] [stdout] test test_action ... ok
[INFO] [stdout] test test_bitwise ... ok
[INFO] [stdout] test test_identifier ... ok
[INFO] [stdout] test test_hexadecimal ... ok
[INFO] [stdout] test test_generator ... ok
[INFO] [stdout] test test_comparison ... ok
[INFO] [stdout] test test_classes ... ok
[INFO] [stdout] test test_logic ... ok
[INFO] [stdout] test test_jsx ... ok
[INFO] [stdout] test test_nesting_bench ... ok
[INFO] [stdout] test test_function ... ok
[INFO] [stdout] test test_double ... ok
[INFO] [stdout] test test_list ... ok
[INFO] [stdout] test test_postfix ... ok
[INFO] [stdout] test test_parenthesis ... ok
[INFO] [stdout] test test_octal ... ok
[INFO] [stdout] test test_prefix ... ok
[INFO] [stdout] test test_single_quoted_string ... ok
[INFO] [stdout] test test_transform ... ok
[INFO] [stdout] test test_object ... ok
[INFO] [stdout] test test_ternary ... ok
[INFO] [stdout] test test_mutation ... ok
[INFO] [stdout] test test_string ... ok
[INFO] [stdout] test test_complex ... ok
[INFO] [stdout] test test_parse_automatic ... FAILED
[INFO] [stdout] test test_statement ... FAILED
[INFO] [stdout] test text_parse_fixtures ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_parse_automatic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_parse_automatic' (70) panicked at tests/parser_tests.rs:27:45:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61cb2b99bcf2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61cb2b99bcf2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61cb2b99bcf2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61cb2b99bcf2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61cb2b9b154a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61cb2b9b154a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x61cb2b9a0d56 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61cb2b9a0d56 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x61cb2b979cbf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61cb2b979cbf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61cb2b993ab9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61cb2b88e62e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x61cb2b88e62e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61cb2b993c72 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x61cb2b993c72 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61cb2b979d78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61cb2b96edd9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61cb2b97abcd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61cb2b9b1c5c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61cb2b9b19d2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x61cb2b8776b8 - <core[585f66e14d78f9ba]::result::Result<std[3f03f8b59f91bef1]::fs::ReadDir, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x61cb2b8776b8 - parser_tests[6871b07846b9398d]::test_parse_automatic
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parser_tests.rs:27:45
[INFO] [stdout]   22:     0x61cb2b83d4c7 - parser_tests[6871b07846b9398d]::test_parse_automatic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parser_tests.rs:24:26
[INFO] [stdout]   23:     0x61cb2b882896 - <parser_tests[6871b07846b9398d]::test_parse_automatic::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61cb2b8829db - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61cb2b8829db - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61cb2b88f23a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61cb2b88f23a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61cb2b88f23a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x61cb2b88f23a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x61cb2b88f23a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61cb2b88f23a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61cb2b88f23a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61cb2b889704 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61cb2b889704 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x61cb2b891d32 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x61cb2b891d32 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61cb2b99b1ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x61cb2b99b1ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x744d3204eaa4 - <unknown>
[INFO] [stdout]   45:     0x744d320dba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_statement stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_statement' (74) panicked at tests/parser_tests.rs:768:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok((" ", Block([For((ForOf((Variable((Some("let"), Param((Ident("[]"), None)))), Ident("y"))), Return(None)))])))
[INFO] [stdout]  right: Ok((" ", Block([For((ForOf((Variable((Some("let"), Param((ListPattern([None]), None)))), Ident("y"))), Return(None)))])))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61cb2b99bcf2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61cb2b99bcf2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61cb2b99bcf2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61cb2b99bcf2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61cb2b9b154a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61cb2b9b154a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x61cb2b9a0d56 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61cb2b9a0d56 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x61cb2b979cbf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61cb2b979cbf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61cb2b993ab9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61cb2b88e62e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x61cb2b88e62e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61cb2b993c72 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x61cb2b993c72 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61cb2b979d78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61cb2b96edd9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61cb2b97abcd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61cb2b9b1c5c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61cb2b9b1b13 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x61cb2b87d129 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<(&str, yjc[c932b56c8ff6e790]::parser::Node), (&str, yjc[c932b56c8ff6e790]::parser::ParserError)>, core[585f66e14d78f9ba]::result::Result<(&str, yjc[c932b56c8ff6e790]::parser::Node), (&str, yjc[c932b56c8ff6e790]::parser::ParserError)>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61cb2b86c66d - parser_tests[6871b07846b9398d]::test_statement
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parser_tests.rs:768:5
[INFO] [stdout]   22:     0x61cb2b83d317 - parser_tests[6871b07846b9398d]::test_statement::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parser_tests.rs:147:20
[INFO] [stdout]   23:     0x61cb2b882656 - <parser_tests[6871b07846b9398d]::test_statement::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61cb2b8829db - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61cb2b8829db - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61cb2b88f23a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61cb2b88f23a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61cb2b88f23a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x61cb2b88f23a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x61cb2b88f23a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61cb2b88f23a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61cb2b88f23a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61cb2b889704 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61cb2b889704 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x61cb2b891d32 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61cb2b891d32 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x61cb2b891d32 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61cb2b99b1ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x61cb2b99b1ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x744d3204eaa4 - <unknown>
[INFO] [stdout]   45:     0x744d320dba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_parse_automatic
[INFO] [stdout]     test_statement
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 30 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test parser_tests`
[INFO] running `Command { std: "docker" "inspect" "976b1ce93ae9fed410f95ccf4ddf9f7da5717a5b84148aefce316a432d0c0736", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "976b1ce93ae9fed410f95ccf4ddf9f7da5717a5b84148aefce316a432d0c0736", kill_on_drop: false }`
[INFO] [stdout] 976b1ce93ae9fed410f95ccf4ddf9f7da5717a5b84148aefce316a432d0c0736
