[INFO] fetching crate mtif 0.1.2...
[INFO] building mtif-0.1.2 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate mtif 0.1.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate mtif 0.1.2
[INFO] finished tweaking crates.io crate mtif 0.1.2
[INFO] tweaked toml for crates.io crate mtif 0.1.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mtif 0.1.2 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 32 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2678abe759912bdab404990b2537dbab42f19844540adbfa879ec5bc4a486ad
[INFO] running `Command { std: "docker" "start" "-a" "b2678abe759912bdab404990b2537dbab42f19844540adbfa879ec5bc4a486ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2678abe759912bdab404990b2537dbab42f19844540adbfa879ec5bc4a486ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2678abe759912bdab404990b2537dbab42f19844540adbfa879ec5bc4a486ad", kill_on_drop: false }`
[INFO] [stdout] b2678abe759912bdab404990b2537dbab42f19844540adbfa879ec5bc4a486ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84fad6a2d51a3e7542d9d6ee6fbc549f36ef78e305481bd69c925331fb7cfa28
[INFO] running `Command { std: "docker" "start" "-a" "84fad6a2d51a3e7542d9d6ee6fbc549f36ef78e305481bd69c925331fb7cfa28", kill_on_drop: false }`
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling mtif v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:86:34
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn parse_metadata_section(input: &str) -> IResult<&str, Vec<MetaDataField>> {
[INFO] [stdout]    |                                  ^^^^             ^^^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                |
[INFO] [stdout]    |                                  |                the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn parse_metadata_section(input: &str) -> IResult<&str, Vec<MetaDataField<'_>>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:110:40
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_multiline_data_section(input: &str) -> IResult<&str, Vec<MultiLineField>> {
[INFO] [stdout]     |                                        ^^^^             ^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                        |                |
[INFO] [stdout]     |                                        |                the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_multiline_data_section(input: &str) -> IResult<&str, Vec<MultiLineField<'_>>> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:124:28
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_mtif_entry(input: &str) -> IResult<&str, RawMTIFEntry> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_mtif_entry(input: &str) -> IResult<&str, RawMTIFEntry<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:138:26
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn parse_mtif(input: &str) -> IResult<&str, Vec<RawMTIFEntry>> {
[INFO] [stdout]     |                          ^^^^             ^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn parse_mtif(input: &str) -> IResult<&str, Vec<RawMTIFEntry<'_>>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/allow_comments.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_comments_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                         ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                         |                |
[INFO] [stdout]   |                                         |                the same lifetime is elided here
[INFO] [stdout]   |                                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_comments_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/allow_pings.rs:8:38
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_pings_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                      ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                      |                |
[INFO] [stdout]   |                                      |                the same lifetime is elided here
[INFO] [stdout]   |                                      the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_pings_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/author.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_author_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |                |
[INFO] [stdout]    |                                 |                the same lifetime is elided here
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_author_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/basename.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_basename_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |                |
[INFO] [stdout]    |                                   |                the same lifetime is elided here
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_basename_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/body.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_body_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                               ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                               |                |
[INFO] [stdout]   |                               |                the same lifetime is elided here
[INFO] [stdout]   |                               the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_body_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/category.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_category_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_category_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_email_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_email_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_author_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                              ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |
[INFO] [stdout]    |                              |                the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_author_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_ip_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_ip_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                            ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                |
[INFO] [stdout]    |                            |                the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_comment_fields(input: &str) -> IResult<&str, Vec<CommentField>> {
[INFO] [stdout]    |                                ^^^^             ^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_comment_fields(input: &str) -> IResult<&str, Vec<CommentField<'_>>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:63:34
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_comment_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                |
[INFO] [stdout]    |                                  |                the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_comment_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/convert_breaks.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_convert_breaks_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                         ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                         |                |
[INFO] [stdout]   |                                         |                the same lifetime is elided here
[INFO] [stdout]   |                                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_convert_breaks_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/date.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_date_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_date_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/excerpt.rs:5:34
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_excerpt_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                  |                |
[INFO] [stdout]   |                                  |                the same lifetime is elided here
[INFO] [stdout]   |                                  the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_excerpt_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/extended_body.rs:5:40
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_extended_body_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                        ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                        |                |
[INFO] [stdout]   |                                        |                the same lifetime is elided here
[INFO] [stdout]   |                                        the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_extended_body_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/image.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_image_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_image_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/keywords.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_keywords_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_keywords_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/no_entry.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn parse_no_entry_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn parse_no_entry_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_title_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_title_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:32:26
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_ip_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_ip_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_blog_name_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |                |
[INFO] [stdout]    |                                 |                the same lifetime is elided here
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_blog_name_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                            ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                |
[INFO] [stdout]    |                            |                the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_ping_fields(input: &str) -> IResult<&str, Vec<PingField>> {
[INFO] [stdout]    |                             ^^^^             ^^^^      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_ping_fields(input: &str) -> IResult<&str, Vec<PingField<'_>>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_ping_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_ping_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/primary_category.rs:8:43
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_primary_category_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                           ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                           |                |
[INFO] [stdout]   |                                           |                the same lifetime is elided here
[INFO] [stdout]   |                                           the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_primary_category_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/status.rs:8:33
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_status_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                 |                |
[INFO] [stdout]   |                                 |                the same lifetime is elided here
[INFO] [stdout]   |                                 the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_status_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/tags.rs:28:31
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_tags_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_tags_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/title.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_title_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_title_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
[INFO] running `Command { std: "docker" "inspect" "84fad6a2d51a3e7542d9d6ee6fbc549f36ef78e305481bd69c925331fb7cfa28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84fad6a2d51a3e7542d9d6ee6fbc549f36ef78e305481bd69c925331fb7cfa28", kill_on_drop: false }`
[INFO] [stdout] 84fad6a2d51a3e7542d9d6ee6fbc549f36ef78e305481bd69c925331fb7cfa28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45028351607c265613cf6b0768d0e4986c0ce412f7a20ae405e2d8849109ed32
[INFO] running `Command { std: "docker" "start" "-a" "45028351607c265613cf6b0768d0e4986c0ce412f7a20ae405e2d8849109ed32", kill_on_drop: false }`
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:86:34
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn parse_metadata_section(input: &str) -> IResult<&str, Vec<MetaDataField>> {
[INFO] [stdout]    |                                  ^^^^             ^^^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                |
[INFO] [stdout]    |                                  |                the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn parse_metadata_section(input: &str) -> IResult<&str, Vec<MetaDataField<'_>>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:110:40
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_multiline_data_section(input: &str) -> IResult<&str, Vec<MultiLineField>> {
[INFO] [stdout]     |                                        ^^^^             ^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                        |                |
[INFO] [stdout]     |                                        |                the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_multiline_data_section(input: &str) -> IResult<&str, Vec<MultiLineField<'_>>> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:124:28
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_mtif_entry(input: &str) -> IResult<&str, RawMTIFEntry> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_mtif_entry(input: &str) -> IResult<&str, RawMTIFEntry<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:138:26
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn parse_mtif(input: &str) -> IResult<&str, Vec<RawMTIFEntry>> {
[INFO] [stdout]     |                          ^^^^             ^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn parse_mtif(input: &str) -> IResult<&str, Vec<RawMTIFEntry<'_>>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/allow_comments.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_comments_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                         ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                         |                |
[INFO] [stdout]   |                                         |                the same lifetime is elided here
[INFO] [stdout]   |                                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_comments_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/allow_pings.rs:8:38
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_pings_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                      ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                      |                |
[INFO] [stdout]   |                                      |                the same lifetime is elided here
[INFO] [stdout]   |                                      the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_pings_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/author.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_author_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |                |
[INFO] [stdout]    |                                 |                the same lifetime is elided here
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_author_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/basename.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_basename_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |                |
[INFO] [stdout]    |                                   |                the same lifetime is elided here
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_basename_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/body.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_body_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                               ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                               |                |
[INFO] [stdout]   |                               |                the same lifetime is elided here
[INFO] [stdout]   |                               the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_body_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/category.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_category_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_category_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_email_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_email_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_author_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                              ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |
[INFO] [stdout]    |                              |                the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_author_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_ip_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_ip_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                            ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                |
[INFO] [stdout]    |                            |                the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_comment_fields(input: &str) -> IResult<&str, Vec<CommentField>> {
[INFO] [stdout]    |                                ^^^^             ^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_comment_fields(input: &str) -> IResult<&str, Vec<CommentField<'_>>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:63:34
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_comment_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                |
[INFO] [stdout]    |                                  |                the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_comment_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/convert_breaks.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_convert_breaks_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                         ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                         |                |
[INFO] [stdout]   |                                         |                the same lifetime is elided here
[INFO] [stdout]   |                                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_convert_breaks_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/date.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_date_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_date_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/excerpt.rs:5:34
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_excerpt_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                  |                |
[INFO] [stdout]   |                                  |                the same lifetime is elided here
[INFO] [stdout]   |                                  the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_excerpt_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/extended_body.rs:5:40
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_extended_body_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                        ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                        |                |
[INFO] [stdout]   |                                        |                the same lifetime is elided here
[INFO] [stdout]   |                                        the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_extended_body_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/image.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_image_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_image_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/keywords.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_keywords_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_keywords_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/no_entry.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn parse_no_entry_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn parse_no_entry_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_title_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_title_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:32:26
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_ip_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_ip_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_blog_name_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |                |
[INFO] [stdout]    |                                 |                the same lifetime is elided here
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_blog_name_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                            ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                |
[INFO] [stdout]    |                            |                the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_ping_fields(input: &str) -> IResult<&str, Vec<PingField>> {
[INFO] [stdout]    |                             ^^^^             ^^^^      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_ping_fields(input: &str) -> IResult<&str, Vec<PingField<'_>>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_ping_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_ping_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/primary_category.rs:8:43
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_primary_category_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                           ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                           |                |
[INFO] [stdout]   |                                           |                the same lifetime is elided here
[INFO] [stdout]   |                                           the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_primary_category_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/status.rs:8:33
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_status_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                 |                |
[INFO] [stdout]   |                                 |                the same lifetime is elided here
[INFO] [stdout]   |                                 the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_status_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/tags.rs:28:31
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_tags_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_tags_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/title.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_title_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_title_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling mtif v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:86:34
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn parse_metadata_section(input: &str) -> IResult<&str, Vec<MetaDataField>> {
[INFO] [stdout]    |                                  ^^^^             ^^^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                |
[INFO] [stdout]    |                                  |                the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn parse_metadata_section(input: &str) -> IResult<&str, Vec<MetaDataField<'_>>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:110:40
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_multiline_data_section(input: &str) -> IResult<&str, Vec<MultiLineField>> {
[INFO] [stdout]     |                                        ^^^^             ^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                        |                |
[INFO] [stdout]     |                                        |                the same lifetime is elided here
[INFO] [stdout]     |                                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn parse_multiline_data_section(input: &str) -> IResult<&str, Vec<MultiLineField<'_>>> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:124:28
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_mtif_entry(input: &str) -> IResult<&str, RawMTIFEntry> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_mtif_entry(input: &str) -> IResult<&str, RawMTIFEntry<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:138:26
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn parse_mtif(input: &str) -> IResult<&str, Vec<RawMTIFEntry>> {
[INFO] [stdout]     |                          ^^^^             ^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn parse_mtif(input: &str) -> IResult<&str, Vec<RawMTIFEntry<'_>>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/allow_comments.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_comments_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                         ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                         |                |
[INFO] [stdout]   |                                         |                the same lifetime is elided here
[INFO] [stdout]   |                                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_comments_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/allow_pings.rs:8:38
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_pings_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                      ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                      |                |
[INFO] [stdout]   |                                      |                the same lifetime is elided here
[INFO] [stdout]   |                                      the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_allow_pings_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/author.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_author_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |                |
[INFO] [stdout]    |                                 |                the same lifetime is elided here
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_author_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/basename.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_basename_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |                |
[INFO] [stdout]    |                                   |                the same lifetime is elided here
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_basename_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/body.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_body_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                               ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                               |                |
[INFO] [stdout]   |                               |                the same lifetime is elided here
[INFO] [stdout]   |                               the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_body_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/category.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_category_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_category_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_email_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_email_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_author_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                              ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |
[INFO] [stdout]    |                              |                the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_author_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_ip_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_ip_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stdout]    |                            ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                |
[INFO] [stdout]    |                            |                the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_comment_fields(input: &str) -> IResult<&str, Vec<CommentField>> {
[INFO] [stdout]    |                                ^^^^             ^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_comment_fields(input: &str) -> IResult<&str, Vec<CommentField<'_>>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:63:34
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_comment_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                |
[INFO] [stdout]    |                                  |                the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_comment_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/convert_breaks.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_convert_breaks_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                         ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                         |                |
[INFO] [stdout]   |                                         |                the same lifetime is elided here
[INFO] [stdout]   |                                         the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_convert_breaks_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/date.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_date_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn parse_date_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/excerpt.rs:5:34
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_excerpt_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                  |                |
[INFO] [stdout]   |                                  |                the same lifetime is elided here
[INFO] [stdout]   |                                  the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_excerpt_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/extended_body.rs:5:40
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_extended_body_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                        ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                        |                |
[INFO] [stdout]   |                                        |                the same lifetime is elided here
[INFO] [stdout]   |                                        the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_extended_body_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/image.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_image_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_image_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/keywords.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_keywords_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_keywords_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]   |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/no_entry.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn parse_no_entry_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                   |                |
[INFO] [stdout]   |                                   |                the same lifetime is elided here
[INFO] [stdout]   |                                   the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn parse_no_entry_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_title_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn parse_title_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse_url_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:32:26
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_ip_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn parse_ip_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_blog_name_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |                |
[INFO] [stdout]    |                                 |                the same lifetime is elided here
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn parse_blog_name_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stdout]    |                            ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                |
[INFO] [stdout]    |                            |                the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_date_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_ping_fields(input: &str) -> IResult<&str, Vec<PingField>> {
[INFO] [stdout]    |                             ^^^^             ^^^^      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn parse_ping_fields(input: &str) -> IResult<&str, Vec<PingField<'_>>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ping.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_ping_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_ping_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/primary_category.rs:8:43
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_primary_category_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                           ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                           |                |
[INFO] [stdout]   |                                           |                the same lifetime is elided here
[INFO] [stdout]   |                                           the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_primary_category_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parser/status.rs:8:33
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_status_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]   |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                 |                |
[INFO] [stdout]   |                                 |                the same lifetime is elided here
[INFO] [stdout]   |                                 the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_status_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]   |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/tags.rs:28:31
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_tags_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_tags_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/title.rs:11:32
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_title_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stdout]    |                                ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                |
[INFO] [stdout]    |                                |                the same lifetime is elided here
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn parse_title_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.48s
[INFO] running `Command { std: "docker" "inspect" "45028351607c265613cf6b0768d0e4986c0ce412f7a20ae405e2d8849109ed32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45028351607c265613cf6b0768d0e4986c0ce412f7a20ae405e2d8849109ed32", kill_on_drop: false }`
[INFO] [stdout] 45028351607c265613cf6b0768d0e4986c0ce412f7a20ae405e2d8849109ed32
