[INFO] fetching crate kismesis 0.5.0...
[INFO] testing kismesis-0.5.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate kismesis 0.5.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate kismesis 0.5.0
[INFO] finished tweaking crates.io crate kismesis 0.5.0
[INFO] tweaked toml for crates.io crate kismesis 0.5.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kismesis 0.5.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 309 packages to latest compatible versions
[INFO] [stderr]       Adding colored v2.2.0 (available: v3.0.0)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[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] 9495015ee5e314443ade969f9ce9542bf8779477c4f5dde26c9df634b2fea639
[INFO] running `Command { std: "docker" "start" "-a" "9495015ee5e314443ade969f9ce9542bf8779477c4f5dde26c9df634b2fea639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9495015ee5e314443ade969f9ce9542bf8779477c4f5dde26c9df634b2fea639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9495015ee5e314443ade969f9ce9542bf8779477c4f5dde26c9df634b2fea639", kill_on_drop: false }`
[INFO] [stdout] 9495015ee5e314443ade969f9ce9542bf8779477c4f5dde26c9df634b2fea639
[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] 8920c45ddf1e92ec62ec3e535136445505ee10b6e8b9092112996b233c476a93
[INFO] running `Command { std: "docker" "start" "-a" "8920c45ddf1e92ec62ec3e535136445505ee10b6e8b9092112996b233c476a93", kill_on_drop: false }`
[INFO] [stderr]    Compiling htmlize v1.0.6
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling kismesis v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:22
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn quote_mark(state: State) -> ParserResult<&char> {
[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 hidden 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] 167 | fn quote_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:177:22
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn tag_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn tag_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn subtag_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn subtag_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn tag_closer(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn tag_closer(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:201:34
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn tag_closer_superficial(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn tag_closer_superficial(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:208:23
[INFO] [stdout]     |
[INFO] [stdout] 208 | fn expr_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 208 | fn expr_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:215:23
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn expr_closer(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn expr_closer(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:222:22
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn macro_mark(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn macro_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:229:23
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn plugin_mark(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn plugin_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn body_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn body_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:246:22
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn macro_name(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn macro_name(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:265:23
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn set_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn set_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:297:18
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn equals(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn equals(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:304:25
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn variable_name(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn variable_name(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:644:17
[INFO] [stdout]     |
[INFO] [stdout] 644 | fn space(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 644 | fn space(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                      ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:651:18
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn indent(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn indent(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:663:19
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn newline(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn newline(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                        ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:675:23
[INFO] [stdout]     |
[INFO] [stdout] 675 | fn some_symbol(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 675 | fn some_symbol(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:689:19
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn literal(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn literal(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                        ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:696:29
[INFO] [stdout]     |
[INFO] [stdout] 696 | fn non_macro_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 696 | fn non_macro_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                  ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:704:27
[INFO] [stdout]     |
[INFO] [stdout] 704 | fn var_def_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 704 | fn var_def_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:710:30
[INFO] [stdout]     |
[INFO] [stdout] 710 | fn lambda_def_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 710 | fn lambda_def_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                   ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:716:25
[INFO] [stdout]     |
[INFO] [stdout] 716 | fn macro_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 716 | fn macro_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1103:15
[INFO] [stdout]      |
[INFO] [stdout] 1103 | fn any(state: State) -> ParserResult<&Token> {
[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 hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1103 | fn any(state: State<'_>) -> ParserResult<'_, &Token> {
[INFO] [stdout]      |                    ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:290:70
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn get_path_slice<'a>(&'a self, engine: &'a Kismesis) -> Option<&Path> {
[INFO] [stdout]     |                                --                --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                |                 |
[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] 290 |     pub fn get_path_slice<'a>(&'a self, engine: &'a Kismesis) -> Option<&'a Path> {
[INFO] [stdout]     |                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:325:80
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub fn get_macro_scope<'a>(&'a self, engine: &'a Kismesis) -> HashMap<String, Scoped<&Macro>> {
[INFO] [stdout]     |                                 --                --                              ^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |                 |                               |      |
[INFO] [stdout]     |                                 |                 |                               |      the same lifetime is elided here
[INFO] [stdout]     |                                 |                 the lifetime is named here      the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub fn get_macro_scope<'a>(&'a self, engine: &'a Kismesis) -> HashMap<String, Scoped<'a, &'a Macro>> {
[INFO] [stdout]     |                                                                                          +++  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:350:23
[INFO] [stdout]     |
[INFO] [stdout] 347 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 348 |         sub_scope: &'a [Self],
[INFO] [stdout]     |                     -- the lifetime is named here
[INFO] [stdout] 349 |         engine: &'a Kismesis,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 350 |     ) -> HashMap<String, ScopedExpression> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 350 |     ) -> HashMap<String, ScopedExpression<'a>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:394:31
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub fn get_local_macro_scope(&self) -> HashMap<String, Scoped<&Macro>> {
[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] 394 |     pub fn get_local_macro_scope(&self) -> HashMap<String, Scoped<'_, &Macro>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:406:34
[INFO] [stdout]     |
[INFO] [stdout] 406 |     pub fn get_local_variable_scope(&self) -> HashMap<String, ScopedExpression> {
[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] 406 |     pub fn get_local_variable_scope(&self) -> HashMap<String, ScopedExpression<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:553:28
[INFO] [stdout]     |
[INFO] [stdout] 553 |     pub fn get_argument_scope(&self, scope: KisTokenId) -> HashMap<String, ScopedExpression> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 553 |     pub fn get_argument_scope(&self, scope: KisTokenId) -> HashMap<String, ScopedExpression<'_>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
[INFO] running `Command { std: "docker" "inspect" "8920c45ddf1e92ec62ec3e535136445505ee10b6e8b9092112996b233c476a93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8920c45ddf1e92ec62ec3e535136445505ee10b6e8b9092112996b233c476a93", kill_on_drop: false }`
[INFO] [stdout] 8920c45ddf1e92ec62ec3e535136445505ee10b6e8b9092112996b233c476a93
[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] f1aad8d23cbd8658e9112f513faa9f4eb7c1a2a6a385fd9cd36604ae219ce2af
[INFO] running `Command { std: "docker" "start" "-a" "f1aad8d23cbd8658e9112f513faa9f4eb7c1a2a6a385fd9cd36604ae219ce2af", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:22
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn quote_mark(state: State) -> ParserResult<&char> {
[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 hidden 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] 167 | fn quote_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:177:22
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn tag_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn tag_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn subtag_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn subtag_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn tag_closer(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn tag_closer(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:201:34
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn tag_closer_superficial(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn tag_closer_superficial(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:208:23
[INFO] [stdout]     |
[INFO] [stdout] 208 | fn expr_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 208 | fn expr_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:215:23
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn expr_closer(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn expr_closer(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:222:22
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn macro_mark(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn macro_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:229:23
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn plugin_mark(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn plugin_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn body_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn body_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:246:22
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn macro_name(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn macro_name(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:265:23
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn set_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn set_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:297:18
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn equals(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn equals(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:304:25
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn variable_name(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn variable_name(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:644:17
[INFO] [stdout]     |
[INFO] [stdout] 644 | fn space(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 644 | fn space(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                      ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:651:18
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn indent(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn indent(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:663:19
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn newline(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn newline(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                        ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:675:23
[INFO] [stdout]     |
[INFO] [stdout] 675 | fn some_symbol(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 675 | fn some_symbol(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:689:19
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn literal(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn literal(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                        ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:696:29
[INFO] [stdout]     |
[INFO] [stdout] 696 | fn non_macro_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 696 | fn non_macro_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                  ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:704:27
[INFO] [stdout]     |
[INFO] [stdout] 704 | fn var_def_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 704 | fn var_def_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling kismesis v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:710:30
[INFO] [stdout]     |
[INFO] [stdout] 710 | fn lambda_def_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 710 | fn lambda_def_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                   ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:716:25
[INFO] [stdout]     |
[INFO] [stdout] 716 | fn macro_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 716 | fn macro_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1103:15
[INFO] [stdout]      |
[INFO] [stdout] 1103 | fn any(state: State) -> ParserResult<&Token> {
[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 hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1103 | fn any(state: State<'_>) -> ParserResult<'_, &Token> {
[INFO] [stdout]      |                    ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:290:70
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn get_path_slice<'a>(&'a self, engine: &'a Kismesis) -> Option<&Path> {
[INFO] [stdout]     |                                --                --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                |                 |
[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] 290 |     pub fn get_path_slice<'a>(&'a self, engine: &'a Kismesis) -> Option<&'a Path> {
[INFO] [stdout]     |                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:325:80
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub fn get_macro_scope<'a>(&'a self, engine: &'a Kismesis) -> HashMap<String, Scoped<&Macro>> {
[INFO] [stdout]     |                                 --                --                              ^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |                 |                               |      |
[INFO] [stdout]     |                                 |                 |                               |      the same lifetime is elided here
[INFO] [stdout]     |                                 |                 the lifetime is named here      the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub fn get_macro_scope<'a>(&'a self, engine: &'a Kismesis) -> HashMap<String, Scoped<'a, &'a Macro>> {
[INFO] [stdout]     |                                                                                          +++  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:350:23
[INFO] [stdout]     |
[INFO] [stdout] 347 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 348 |         sub_scope: &'a [Self],
[INFO] [stdout]     |                     -- the lifetime is named here
[INFO] [stdout] 349 |         engine: &'a Kismesis,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 350 |     ) -> HashMap<String, ScopedExpression> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 350 |     ) -> HashMap<String, ScopedExpression<'a>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:394:31
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub fn get_local_macro_scope(&self) -> HashMap<String, Scoped<&Macro>> {
[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] 394 |     pub fn get_local_macro_scope(&self) -> HashMap<String, Scoped<'_, &Macro>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:406:34
[INFO] [stdout]     |
[INFO] [stdout] 406 |     pub fn get_local_variable_scope(&self) -> HashMap<String, ScopedExpression> {
[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] 406 |     pub fn get_local_variable_scope(&self) -> HashMap<String, ScopedExpression<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:553:28
[INFO] [stdout]     |
[INFO] [stdout] 553 |     pub fn get_argument_scope(&self, scope: KisTokenId) -> HashMap<String, ScopedExpression> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 553 |     pub fn get_argument_scope(&self, scope: KisTokenId) -> HashMap<String, ScopedExpression<'_>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:22
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn quote_mark(state: State) -> ParserResult<&char> {
[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 hidden 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] 167 | fn quote_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:177:22
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn tag_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn tag_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn subtag_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn subtag_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn tag_closer(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn tag_closer(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:201:34
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn tag_closer_superficial(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn tag_closer_superficial(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:208:23
[INFO] [stdout]     |
[INFO] [stdout] 208 | fn expr_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 208 | fn expr_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:215:23
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn expr_closer(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn expr_closer(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:222:22
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn macro_mark(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn macro_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:229:23
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn plugin_mark(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn plugin_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn body_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn body_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:246:22
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn macro_name(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn macro_name(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                           ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:265:23
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn set_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn set_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:297:18
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn equals(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn equals(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:304:25
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn variable_name(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn variable_name(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:644:17
[INFO] [stdout]     |
[INFO] [stdout] 644 | fn space(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 644 | fn space(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                      ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:651:18
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn indent(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn indent(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                       ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:663:19
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn newline(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn newline(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                        ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:675:23
[INFO] [stdout]     |
[INFO] [stdout] 675 | fn some_symbol(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 675 | fn some_symbol(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stdout]     |                            ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:689:19
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn literal(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 689 | fn literal(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                        ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:696:29
[INFO] [stdout]     |
[INFO] [stdout] 696 | fn non_macro_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 696 | fn non_macro_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                  ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:704:27
[INFO] [stdout]     |
[INFO] [stdout] 704 | fn var_def_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 704 | fn var_def_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:710:30
[INFO] [stdout]     |
[INFO] [stdout] 710 | fn lambda_def_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 710 | fn lambda_def_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                                   ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:716:25
[INFO] [stdout]     |
[INFO] [stdout] 716 | fn macro_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 716 | fn macro_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stdout]     |                              ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1103:15
[INFO] [stdout]      |
[INFO] [stdout] 1103 | fn any(state: State) -> ParserResult<&Token> {
[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 hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1103 | fn any(state: State<'_>) -> ParserResult<'_, &Token> {
[INFO] [stdout]      |                    ++++                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:290:70
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn get_path_slice<'a>(&'a self, engine: &'a Kismesis) -> Option<&Path> {
[INFO] [stdout]     |                                --                --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                |                 |
[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] 290 |     pub fn get_path_slice<'a>(&'a self, engine: &'a Kismesis) -> Option<&'a Path> {
[INFO] [stdout]     |                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:325:80
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub fn get_macro_scope<'a>(&'a self, engine: &'a Kismesis) -> HashMap<String, Scoped<&Macro>> {
[INFO] [stdout]     |                                 --                --                              ^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |                 |                               |      |
[INFO] [stdout]     |                                 |                 |                               |      the same lifetime is elided here
[INFO] [stdout]     |                                 |                 the lifetime is named here      the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub fn get_macro_scope<'a>(&'a self, engine: &'a Kismesis) -> HashMap<String, Scoped<'a, &'a Macro>> {
[INFO] [stdout]     |                                                                                          +++  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:350:23
[INFO] [stdout]     |
[INFO] [stdout] 347 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 348 |         sub_scope: &'a [Self],
[INFO] [stdout]     |                     -- the lifetime is named here
[INFO] [stdout] 349 |         engine: &'a Kismesis,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 350 |     ) -> HashMap<String, ScopedExpression> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 350 |     ) -> HashMap<String, ScopedExpression<'a>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:394:31
[INFO] [stdout]     |
[INFO] [stdout] 394 |     pub fn get_local_macro_scope(&self) -> HashMap<String, Scoped<&Macro>> {
[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] 394 |     pub fn get_local_macro_scope(&self) -> HashMap<String, Scoped<'_, &Macro>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:406:34
[INFO] [stdout]     |
[INFO] [stdout] 406 |     pub fn get_local_variable_scope(&self) -> HashMap<String, ScopedExpression> {
[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] 406 |     pub fn get_local_variable_scope(&self) -> HashMap<String, ScopedExpression<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/types.rs:553:28
[INFO] [stdout]     |
[INFO] [stdout] 553 |     pub fn get_argument_scope(&self, scope: KisTokenId) -> HashMap<String, ScopedExpression> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 553 |     pub fn get_argument_scope(&self, scope: KisTokenId) -> HashMap<String, ScopedExpression<'_>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.55s
[INFO] running `Command { std: "docker" "inspect" "f1aad8d23cbd8658e9112f513faa9f4eb7c1a2a6a385fd9cd36604ae219ce2af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1aad8d23cbd8658e9112f513faa9f4eb7c1a2a6a385fd9cd36604ae219ce2af", kill_on_drop: false }`
[INFO] [stdout] f1aad8d23cbd8658e9112f513faa9f4eb7c1a2a6a385fd9cd36604ae219ce2af
[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] 06d0f596c1b01e279074596191891b19addd30091d71ab5082a9297466ad4690
[INFO] running `Command { std: "docker" "start" "-a" "06d0f596c1b01e279074596191891b19addd30091d71ab5082a9297466ad4690", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:167:22
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn quote_mark(state: State) -> ParserResult<&char> {
[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 hidden 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] 167 | fn quote_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                           ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:177:22
[INFO] [stderr]     |
[INFO] [stderr] 177 | fn tag_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 177 | fn tag_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                           ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:184:25
[INFO] [stderr]     |
[INFO] [stderr] 184 | fn subtag_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 184 | fn subtag_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                              ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:191:22
[INFO] [stderr]     |
[INFO] [stderr] 191 | fn tag_closer(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 191 | fn tag_closer(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                           ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:201:34
[INFO] [stderr]     |
[INFO] [stderr] 201 | fn tag_closer_superficial(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 201 | fn tag_closer_superficial(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                                       ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:208:23
[INFO] [stderr]     |
[INFO] [stderr] 208 | fn expr_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 208 | fn expr_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                            ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:215:23
[INFO] [stderr]     |
[INFO] [stderr] 215 | fn expr_closer(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 215 | fn expr_closer(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                            ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:222:22
[INFO] [stderr]     |
[INFO] [stderr] 222 | fn macro_mark(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 222 | fn macro_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                           ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:229:23
[INFO] [stderr]     |
[INFO] [stderr] 229 | fn plugin_mark(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stdout] running 1 test
[INFO] [stderr] 229 | fn plugin_mark(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                            ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:236:23
[INFO] [stderr]     |
[INFO] [stderr] 236 | fn body_opener(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 236 | fn body_opener(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                            ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:246:22
[INFO] [stderr]     |
[INFO] [stderr] 246 | fn macro_name(state: State) -> ParserResult<&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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 246 | fn macro_name(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stderr]     |                           ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:265:23
[INFO] [stderr]     |
[INFO] [stderr] 265 | fn set_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 265 | fn set_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stderr]     |                            ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:297:18
[INFO] [stderr]     |
[INFO] [stderr] 297 | fn equals(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 297 | fn equals(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                       ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:304:25
[INFO] [stderr]     |
[INFO] [stderr] 304 | fn variable_name(state: State) -> ParserResult<&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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 304 | fn variable_name(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stderr]     |                              ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:644:17
[INFO] [stderr]     |
[INFO] [stderr] 644 | fn space(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 644 | fn space(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                      ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:651:18
[INFO] [stderr]     |
[INFO] [stderr] 651 | fn indent(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 651 | fn indent(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                       ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:663:19
[INFO] [stderr]     |
[INFO] [stderr] 663 | fn newline(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 663 | fn newline(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                        ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:675:23
[INFO] [stderr]     |
[INFO] [stderr] 675 | fn some_symbol(state: State) -> ParserResult<&char> {
[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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 675 | fn some_symbol(state: State<'_>) -> ParserResult<'_, &char> {
[INFO] [stderr]     |                            ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:689:19
[INFO] [stderr]     |
[INFO] [stderr] 689 | fn literal(state: State) -> ParserResult<&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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 689 | fn literal(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stderr]     |                        ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:696:29
[INFO] [stderr]     |
[INFO] [stderr] 696 | fn non_macro_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 696 | fn non_macro_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stderr]     |                                  ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:704:27
[INFO] [stderr]     |
[INFO] [stderr] 704 | fn var_def_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 704 | fn var_def_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stderr]     |                                ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:710:30
[INFO] [stderr]     |
[INFO] [stderr] 710 | fn lambda_def_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 710 | fn lambda_def_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stderr]     |                                   ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:716:25
[INFO] [stderr]     |
[INFO] [stderr] 716 | fn macro_starter(state: State) -> ParserResult<&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 hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 716 | fn macro_starter(state: State<'_>) -> ParserResult<'_, &str> {
[INFO] [stderr]     |                              ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/parser.rs:1103:15
[INFO] [stderr]      |
[INFO] [stderr] 1103 | fn any(state: State) -> ParserResult<&Token> {
[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 hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1103 | fn any(state: State<'_>) -> ParserResult<'_, &Token> {
[INFO] [stderr]      |                    ++++                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/types.rs:290:70
[INFO] [stderr]     |
[INFO] [stderr] 290 |     pub fn get_path_slice<'a>(&'a self, engine: &'a Kismesis) -> Option<&Path> {
[INFO] [stderr]     |                                --                --                     ^^^^^ the same lifetime is elided here
[INFO] [stderr]     |                                |                 |
[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] 290 |     pub fn get_path_slice<'a>(&'a self, engine: &'a Kismesis) -> Option<&'a Path> {
[INFO] [stderr]     |                                                                          ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/types.rs:325:80
[INFO] [stderr]     |
[INFO] [stderr] 325 |     pub fn get_macro_scope<'a>(&'a self, engine: &'a Kismesis) -> HashMap<String, Scoped<&Macro>> {
[INFO] [stderr]     |                                 --                --                              ^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |                 |                               |      |
[INFO] [stderr]     |                                 |                 |                               |      the same lifetime is elided here
[INFO] [stderr]     |                                 |                 the lifetime is named here      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] 325 |     pub fn get_macro_scope<'a>(&'a self, engine: &'a Kismesis) -> HashMap<String, Scoped<'a, &'a Macro>> {
[INFO] [stderr]     |                                                                                          +++  ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/types.rs:350:23
[INFO] [stderr]     |
[INFO] [stderr] 347 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 348 |         sub_scope: &'a [Self],
[INFO] [stderr]     |                     -- the lifetime is named here
[INFO] [stderr] 349 |         engine: &'a Kismesis,
[INFO] [stderr]     |                  -- the lifetime is named here
[INFO] [stderr] 350 |     ) -> HashMap<String, ScopedExpression> {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 350 |     ) -> HashMap<String, ScopedExpression<'a>> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/types.rs:394:31
[INFO] [stderr]     |
[INFO] [stderr] 394 |     pub fn get_local_macro_scope(&self) -> HashMap<String, Scoped<&Macro>> {
[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] 394 |     pub fn get_local_macro_scope(&self) -> HashMap<String, Scoped<'_, &Macro>> {
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/types.rs:406:34
[INFO] [stderr]     |
[INFO] [stderr] 406 |     pub fn get_local_variable_scope(&self) -> HashMap<String, ScopedExpression> {
[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] 406 |     pub fn get_local_variable_scope(&self) -> HashMap<String, ScopedExpression<'_>> {
[INFO] [stderr]     |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/types.rs:553:28
[INFO] [stderr]     |
[INFO] [stderr] 553 |     pub fn get_argument_scope(&self, scope: KisTokenId) -> HashMap<String, ScopedExpression> {
[INFO] [stderr]     |                               ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 553 |     pub fn get_argument_scope(&self, scope: KisTokenId) -> HashMap<String, ScopedExpression<'_>> {
[INFO] [stderr]     |                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `kismesis` (lib) generated 30 warnings (run `cargo fix --lib -p kismesis` to apply 30 suggestions)
[INFO] [stderr] warning: `kismesis` (lib test) generated 30 warnings (30 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kismesis-40ea0eedd4e12427)
[INFO] [stdout] test test::test_file ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_file' (25) panicked at src/lib.rs:519:48:
[INFO] [stdout] called `Result::unwrap_err()` on an `Ok` value: Output { parts: [Html("<html>\n\t<p>owo</p>\n\t<p>hiii</p>\n</html>")] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fada7e7d82 - 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:     0x57fada7e7d82 - 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:     0x57fada7e7d82 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57fada7e7d82 - <<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:     0x57fada7fc73a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57fada7fc73a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x57fada7ecb86 - 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:     0x57fada7ecb86 - <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:     0x57fada7c614f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57fada7c614f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57fada7dfd19 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57fada77b09e - <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:     0x57fada77b09e - 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:     0x57fada7dfed2 - <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:     0x57fada7dfed2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57fada7c6208 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57fada7bb2f9 - 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:     0x57fada7c705d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57fada7fce4c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57fada7fcbc2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x57fada741677 - <core[585f66e14d78f9ba]::result::Result<kismesis[56f1050f11e966fb]::html::Output, alloc[15e7b27aba85d2e2]::vec::Vec<kismesis[56f1050f11e966fb]::html::MaybeUnscoped<kismesis[56f1050f11e966fb]::html::CompilerError>>>>::unwrap_err
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1329:22
[INFO] [stdout]   21:     0x57fada7676f0 - kismesis[56f1050f11e966fb]::test::test_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:519:42
[INFO] [stdout]   22:     0x57fada7659a7 - kismesis[56f1050f11e966fb]::test::test_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:509:16
[INFO] [stdout]   23:     0x57fada732306 - <kismesis[56f1050f11e966fb]::test::test_file::{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:     0x57fada76f44b - <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:     0x57fada76f44b - 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:     0x57fada77bcaa - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x57fada77bcaa - <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:     0x57fada77bcaa - 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:     0x57fada77bcaa - 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:     0x57fada77bcaa - 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:     0x57fada77bcaa - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x57fada77bcaa - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x57fada776174 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x57fada776174 - 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:     0x57fada77e7a2 - 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:     0x57fada77e7a2 - <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:     0x57fada77e7a2 - 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:     0x57fada77e7a2 - 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:     0x57fada77e7a2 - 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:     0x57fada77e7a2 - 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:     0x57fada77e7a2 - <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:     0x57fada7e728f - <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:     0x57fada7e728f - <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:     0x7df5f6bd1aa4 - <unknown>
[INFO] [stdout]   45:     0x7df5f6c5ea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "06d0f596c1b01e279074596191891b19addd30091d71ab5082a9297466ad4690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06d0f596c1b01e279074596191891b19addd30091d71ab5082a9297466ad4690", kill_on_drop: false }`
[INFO] [stdout] 06d0f596c1b01e279074596191891b19addd30091d71ab5082a9297466ad4690
