[INFO] fetching crate ructe 0.18.2...
[INFO] building ructe-0.18.2 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate ructe 0.18.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate ructe 0.18.2
[INFO] finished tweaking crates.io crate ructe 0.18.2
[INFO] tweaked toml for crates.io crate ructe 0.18.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ructe 0.18.2 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ructe 0.18.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9b1cd8a31a07ffbc71d2a8d62efcb5dd9a706f3e0a3c3a40278544025c87f21d
[INFO] running `Command { std: "docker" "start" "-a" "9b1cd8a31a07ffbc71d2a8d62efcb5dd9a706f3e0a3c3a40278544025c87f21d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b1cd8a31a07ffbc71d2a8d62efcb5dd9a706f3e0a3c3a40278544025c87f21d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b1cd8a31a07ffbc71d2a8d62efcb5dd9a706f3e0a3c3a40278544025c87f21d", kill_on_drop: false }`
[INFO] [stdout] 9b1cd8a31a07ffbc71d2a8d62efcb5dd9a706f3e0a3c3a40278544025c87f21d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 358c81ab137b3d0e44298327787a3be96a1218a9b026d6f60a81ff4e086e02e1
[INFO] running `Command { std: "docker" "start" "-a" "358c81ab137b3d0e44298327787a3be96a1218a9b026d6f60a81ff4e086e02e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling nom-language v0.1.0
[INFO] [stderr]    Compiling ructe v0.18.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[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] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                         |         |       |
[INFO] [stdout]    |                         |         |       the same lifetime is elided here
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:67:26
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                            ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                            |         |       |
[INFO] [stdout]    |                            |         |       the same lifetime is elided here
[INFO] [stdout]    |                            |         the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                              ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                              |         |       |
[INFO] [stdout]    |                              |         |       the same lifetime is elided here
[INFO] [stdout]    |                              |         the same lifetime is hidden here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |         |       |
[INFO] [stdout]     |                                  |         |       the same lifetime is elided here
[INFO] [stdout]     |                                  |         the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                             |         |       |
[INFO] [stdout]     |                             |         |       the same lifetime is elided here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<&[u8]> {
[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] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[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] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[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] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[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] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[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] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[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] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:147:27
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         |       |
[INFO] [stdout]     |                           |         |       the same lifetime is elided here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[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] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[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] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[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] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[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] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[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] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[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] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[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] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[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] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[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] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:402:28
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:417:24
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                        |         |       |
[INFO] [stdout]     |                        |         |       the same lifetime is elided here
[INFO] [stdout]     |                        |         the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
[INFO] running `Command { std: "docker" "inspect" "358c81ab137b3d0e44298327787a3be96a1218a9b026d6f60a81ff4e086e02e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "358c81ab137b3d0e44298327787a3be96a1218a9b026d6f60a81ff4e086e02e1", kill_on_drop: false }`
[INFO] [stdout] 358c81ab137b3d0e44298327787a3be96a1218a9b026d6f60a81ff4e086e02e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d0b5562c9389cb4f4006fae01a1826ef684d83890fcfa4401fe1371ae1e0bc69
[INFO] running `Command { std: "docker" "start" "-a" "d0b5562c9389cb4f4006fae01a1826ef684d83890fcfa4401fe1371ae1e0bc69", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[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] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                         |         |       |
[INFO] [stdout]    |                         |         |       the same lifetime is elided here
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:67:26
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                            ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                            |         |       |
[INFO] [stdout]    |                            |         |       the same lifetime is elided here
[INFO] [stdout]    |                            |         the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                              ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                              |         |       |
[INFO] [stdout]    |                              |         |       the same lifetime is elided here
[INFO] [stdout]    |                              |         the same lifetime is hidden here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |         |       |
[INFO] [stdout]     |                                  |         |       the same lifetime is elided here
[INFO] [stdout]     |                                  |         the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                             |         |       |
[INFO] [stdout]     |                             |         |       the same lifetime is elided here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<&[u8]> {
[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] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[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] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[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] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[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] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[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] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[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] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:147:27
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         |       |
[INFO] [stdout]     |                           |         |       the same lifetime is elided here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[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] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[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] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[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] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[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] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[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] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[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] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[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] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[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] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ructe v0.18.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[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] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:402:28
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:417:24
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                        |         |       |
[INFO] [stdout]     |                        |         |       the same lifetime is elided here
[INFO] [stdout]     |                        |         the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[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] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[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] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[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] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[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] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:147:27
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         |       |
[INFO] [stdout]     |                           |         |       the same lifetime is elided here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[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] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[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] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[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] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[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] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[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] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[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] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[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] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[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] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[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] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[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] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:402:28
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:417:24
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                        |         |       |
[INFO] [stdout]     |                        |         |       the same lifetime is elided here
[INFO] [stdout]     |                        |         the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[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] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                         |         |       |
[INFO] [stdout]    |                         |         |       the same lifetime is elided here
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:67:26
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                            ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                            |         |       |
[INFO] [stdout]    |                            |         |       the same lifetime is elided here
[INFO] [stdout]    |                            |         the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                              ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]    |                              |         |       |
[INFO] [stdout]    |                              |         |       the same lifetime is elided here
[INFO] [stdout]    |                              |         the same lifetime is hidden here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                                  ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |         |       |
[INFO] [stdout]     |                                  |         |       the same lifetime is elided here
[INFO] [stdout]     |                                  |         the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                             |         |       |
[INFO] [stdout]     |                             |         |       the same lifetime is elided here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/expression.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<&[u8]> {
[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] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.23s
[INFO] running `Command { std: "docker" "inspect" "d0b5562c9389cb4f4006fae01a1826ef684d83890fcfa4401fe1371ae1e0bc69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0b5562c9389cb4f4006fae01a1826ef684d83890fcfa4401fe1371ae1e0bc69", kill_on_drop: false }`
[INFO] [stdout] d0b5562c9389cb4f4006fae01a1826ef684d83890fcfa4401fe1371ae1e0bc69
