[INFO] fetching crate mtif 0.1.2...
[INFO] testing mtif-0.1.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mtif 0.1.2 into /workspace/builds/worker-6-tc2/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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mtif 0.1.2 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51fbe8752bcfd8136dbc7e277579075b72642e53d7fc8bdc4b4608914c7b6357
[INFO] running `Command { std: "docker" "start" "-a" "51fbe8752bcfd8136dbc7e277579075b72642e53d7fc8bdc4b4608914c7b6357", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51fbe8752bcfd8136dbc7e277579075b72642e53d7fc8bdc4b4608914c7b6357", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51fbe8752bcfd8136dbc7e277579075b72642e53d7fc8bdc4b4608914c7b6357", kill_on_drop: false }`
[INFO] [stdout] 51fbe8752bcfd8136dbc7e277579075b72642e53d7fc8bdc4b4608914c7b6357
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9251124254bb6e071bd4be384e75beb921c2807ca8c08fc309e9ea51106628f9
[INFO] running `Command { std: "docker" "start" "-a" "9251124254bb6e071bd4be384e75beb921c2807ca8c08fc309e9ea51106628f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling nom v7.1.3
[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.13s
[INFO] running `Command { std: "docker" "inspect" "9251124254bb6e071bd4be384e75beb921c2807ca8c08fc309e9ea51106628f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9251124254bb6e071bd4be384e75beb921c2807ca8c08fc309e9ea51106628f9", kill_on_drop: false }`
[INFO] [stdout] 9251124254bb6e071bd4be384e75beb921c2807ca8c08fc309e9ea51106628f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4746d0e6e06812b66516da20a50873ca7945a8c6f218f9d2f1f3098171633b5a
[INFO] running `Command { std: "docker" "start" "-a" "4746d0e6e06812b66516da20a50873ca7945a8c6f218f9d2f1f3098171633b5a", kill_on_drop: false }`
[INFO] [stderr]    Compiling insta v1.43.2
[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 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 4.09s
[INFO] running `Command { std: "docker" "inspect" "4746d0e6e06812b66516da20a50873ca7945a8c6f218f9d2f1f3098171633b5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4746d0e6e06812b66516da20a50873ca7945a8c6f218f9d2f1f3098171633b5a", kill_on_drop: false }`
[INFO] [stdout] 4746d0e6e06812b66516da20a50873ca7945a8c6f218f9d2f1f3098171633b5a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 346432d1c2ddb2596b0e4ea0cff9d80ce6da9ea3117a452e7f7bf19c45883561
[INFO] running `Command { std: "docker" "start" "-a" "346432d1c2ddb2596b0e4ea0cff9d80ce6da9ea3117a452e7f7bf19c45883561", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:86:34
[INFO] [stderr]    |
[INFO] [stderr] 86 | fn parse_metadata_section(input: &str) -> IResult<&str, Vec<MetaDataField>> {
[INFO] [stderr]    |                                  ^^^^             ^^^^      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |                |
[INFO] [stderr]    |                                  |                the same lifetime is elided here
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 86 | fn parse_metadata_section(input: &str) -> IResult<&str, Vec<MetaDataField<'_>>> {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:110:40
[INFO] [stderr]     |
[INFO] [stderr] 110 | fn parse_multiline_data_section(input: &str) -> IResult<&str, Vec<MultiLineField>> {
[INFO] [stderr]     |                                        ^^^^             ^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                        |                |
[INFO] [stderr]     |                                        |                the same lifetime is elided here
[INFO] [stderr]     |                                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 110 | fn parse_multiline_data_section(input: &str) -> IResult<&str, Vec<MultiLineField<'_>>> {
[INFO] [stderr]     |                                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:124:28
[INFO] [stderr]     |
[INFO] [stderr] 124 | fn parse_mtif_entry(input: &str) -> IResult<&str, RawMTIFEntry> {
[INFO] [stderr]     |                            ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |                |
[INFO] [stderr]     |                            |                the same lifetime is elided here
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 124 | fn parse_mtif_entry(input: &str) -> IResult<&str, RawMTIFEntry<'_>> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:138:26
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub fn parse_mtif(input: &str) -> IResult<&str, Vec<RawMTIFEntry>> {
[INFO] [stderr]     |                          ^^^^             ^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                |
[INFO] [stderr]     |                          |                the same lifetime is elided here
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub fn parse_mtif(input: &str) -> IResult<&str, Vec<RawMTIFEntry<'_>>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/allow_comments.rs:8:41
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_allow_comments_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]   |                                         ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                         |                |
[INFO] [stderr]   |                                         |                the same lifetime is elided here
[INFO] [stderr]   |                                         the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_allow_comments_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]   |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/allow_pings.rs:8:38
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_allow_pings_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]   |                                      ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                      |                |
[INFO] [stderr]   |                                      |                the same lifetime is elided here
[INFO] [stderr]   |                                      the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_allow_pings_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]   |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/author.rs:10:33
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn parse_author_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]    |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |                |
[INFO] [stderr]    |                                 |                the same lifetime is elided here
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn parse_author_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]    |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/basename.rs:10:35
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn parse_basename_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]    |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                   |                |
[INFO] [stderr]    |                                   |                the same lifetime is elided here
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn parse_basename_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]    |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/body.rs:5:31
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_body_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stderr]   |                               ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                               |                |
[INFO] [stderr]   |                               |                the same lifetime is elided here
[INFO] [stderr]   |                               the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_body_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stderr]   |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/category.rs:8:35
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_category_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                   |                |
[INFO] [stderr]   |                                   |                the same lifetime is elided here
[INFO] [stderr]   |                                   the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_category_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]   |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/comment.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn parse_email_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stderr]    |                             ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                             |                |
[INFO] [stderr]    |                             |                the same lifetime is elided here
[INFO] [stderr]    |                             the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn parse_email_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stderr]    |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/comment.rs:25:27
[INFO] [stderr]    |
[INFO] [stderr] 25 | fn parse_url_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stderr]    |                           ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |                |
[INFO] [stderr]    |                           |                the same lifetime is elided here
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 25 | fn parse_url_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/comment.rs:32:30
[INFO] [stderr]    |
[INFO] [stderr] 32 | fn parse_author_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stderr]    |                              ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |                |
[INFO] [stderr]    |                              |                the same lifetime is elided here
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 32 | fn parse_author_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/comment.rs:39:26
[INFO] [stderr]    |
[INFO] [stderr] 39 | fn parse_ip_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stderr]    |                          ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |                |
[INFO] [stderr]    |                          |                the same lifetime is elided here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 39 | fn parse_ip_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/comment.rs:46:28
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn parse_date_field(input: &str) -> IResult<&str, CommentField> {
[INFO] [stderr]    |                            ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |                |
[INFO] [stderr]    |                            |                the same lifetime is elided here
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn parse_date_field(input: &str) -> IResult<&str, CommentField<'_>> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/comment.rs:53:32
[INFO] [stderr]    |
[INFO] [stderr] 53 | fn parse_comment_fields(input: &str) -> IResult<&str, Vec<CommentField>> {
[INFO] [stderr]    |                                ^^^^             ^^^^      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |                |
[INFO] [stderr]    |                                |                the same lifetime is elided here
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 | fn parse_comment_fields(input: &str) -> IResult<&str, Vec<CommentField<'_>>> {
[INFO] [stderr]    |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/comment.rs:63:34
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn parse_comment_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stderr]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |                |
[INFO] [stderr]    |                                  |                the same lifetime is elided here
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn parse_comment_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stderr]    |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/convert_breaks.rs:8:41
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_convert_breaks_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]   |                                         ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                         |                |
[INFO] [stderr]   |                                         |                the same lifetime is elided here
[INFO] [stderr]   |                                         the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_convert_breaks_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]   |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/date.rs:10:31
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn parse_date_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |                |
[INFO] [stderr]    |                               |                the same lifetime is elided here
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn parse_date_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/excerpt.rs:5:34
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_excerpt_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stderr]   |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                  |                |
[INFO] [stderr]   |                                  |                the same lifetime is elided here
[INFO] [stderr]   |                                  the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_excerpt_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stderr]   |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/extended_body.rs:5:40
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_extended_body_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stderr]   |                                        ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                        |                |
[INFO] [stderr]   |                                        |                the same lifetime is elided here
[INFO] [stderr]   |                                        the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_extended_body_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stderr]   |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/image.rs:11:32
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn parse_image_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]    |                                ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |                |
[INFO] [stderr]    |                                |                the same lifetime is elided here
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn parse_image_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/keywords.rs:5:35
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_keywords_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stderr]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                   |                |
[INFO] [stderr]   |                                   |                the same lifetime is elided here
[INFO] [stderr]   |                                   the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_keywords_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stderr]   |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/no_entry.rs:6:35
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn parse_no_entry_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]   |                                   ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                   |                |
[INFO] [stderr]   |                                   |                the same lifetime is elided here
[INFO] [stderr]   |                                   the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn parse_no_entry_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]   |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/ping.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn parse_title_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stderr]    |                             ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                             |                |
[INFO] [stderr]    |                             |                the same lifetime is elided here
[INFO] [stderr]    |                             the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn parse_title_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/ping.rs:25:27
[INFO] [stderr]    |
[INFO] [stderr] 25 | fn parse_url_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stderr]    |                           ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |                |
[INFO] [stderr]    |                           |                the same lifetime is elided here
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 25 | fn parse_url_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/ping.rs:32:26
[INFO] [stderr]    |
[INFO] [stderr] 32 | fn parse_ip_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stderr]    |                          ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |                |
[INFO] [stderr]    |                          |                the same lifetime is elided here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 32 | fn parse_ip_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/ping.rs:39:33
[INFO] [stderr]    |
[INFO] [stderr] 39 | fn parse_blog_name_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stderr]    |                                 ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |                |
[INFO] [stderr]    |                                 |                the same lifetime is elided here
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 39 | fn parse_blog_name_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/ping.rs:46:28
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn parse_date_field(input: &str) -> IResult<&str, PingField> {
[INFO] [stderr]    |                            ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |                |
[INFO] [stderr]    |                            |                the same lifetime is elided here
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn parse_date_field(input: &str) -> IResult<&str, PingField<'_>> {
[INFO] [stderr]    |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/ping.rs:53:29
[INFO] [stderr]    |
[INFO] [stderr] 53 | fn parse_ping_fields(input: &str) -> IResult<&str, Vec<PingField>> {
[INFO] [stderr]    |                             ^^^^             ^^^^      ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                             |                |
[INFO] [stderr]    |                             |                the same lifetime is elided here
[INFO] [stderr]    |                             the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 | fn parse_ping_fields(input: &str) -> IResult<&str, Vec<PingField<'_>>> {
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/ping.rs:63:31
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn parse_ping_data(input: &str) -> IResult<&str, MultiLineField> {
[INFO] [stderr]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |                |
[INFO] [stderr]    |                               |                the same lifetime is elided here
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn parse_ping_data(input: &str) -> IResult<&str, MultiLineField<'_>> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/primary_category.rs:8:43
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_primary_category_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]   |                                           ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                           |                |
[INFO] [stderr]   |                                           |                the same lifetime is elided here
[INFO] [stderr]   |                                           the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_primary_category_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]   |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parser/status.rs:8:33
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_status_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]   |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                 |                |
[INFO] [stderr]   |                                 |                the same lifetime is elided here
[INFO] [stderr]   |                                 the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_status_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]   |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/tags.rs:28:31
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn parse_tags_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |                |
[INFO] [stderr]    |                               |                the same lifetime is elided here
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn parse_tags_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/title.rs:11:32
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn parse_title_data(input: &str) -> IResult<&str, MetaDataField> {
[INFO] [stderr]    |                                ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |                |
[INFO] [stderr]    |                                |                the same lifetime is elided here
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn parse_title_data(input: &str) -> IResult<&str, MetaDataField<'_>> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `mtif` (lib) generated 35 warnings (run `cargo fix --lib -p mtif` to apply 35 suggestions)
[INFO] [stderr] warning: `mtif` (lib test) generated 35 warnings (35 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mtif-5edb6a01ca8c5ae4)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test parser::allow_comments::tests::test_parse_allow_comments_data ... ok
[INFO] [stdout] test parser::allow_pings::tests::test_parse_allow_pings_data ... ok
[INFO] [stdout] test parser::body::tests::test_parse_body_data ... ok
[INFO] [stdout] test parser::category::tests::test_parse_category_data ... ok
[INFO] [stdout] test parser::comment::tests::test_parse_comment_without_field_data ... ok
[INFO] [stdout] test parser::author::tests::test_parse_author_data ... ok
[INFO] [stdout] test parser::excerpt::tests::test_parse_excerpt_data ... ok
[INFO] [stdout] test parser::extended_body::tests::test_parse_extended_body_data ... ok
[INFO] [stdout] test parser::date::tests::test_parse_date_data ... ok
[INFO] [stdout] test parser::ping::tests::test_parse_ping_without_field_data ... ok
[INFO] [stdout] test parser::image::tests::test_parse_author_data ... ok
[INFO] [stdout] test parser::keywords::tests::test_parse_keywords_data ... ok
[INFO] [stdout] test parser::tags::tests::test_parse_quoted_tag_entry ... ok
[INFO] [stdout] test parser::no_entry::tests::test_parse_no_entry_data ... ok
[INFO] [stdout] test parser::utils::tests::test_num_bool_flag ... ok
[INFO] [stdout] test parser::tests::test_parse_metadata_section ... ok
[INFO] [stdout] test parser::tags::tests::test_parse_tags_data ... ok
[INFO] [stdout] test parser::title::tests::test_parse_title_data ... ok
[INFO] [stdout] test parser::utils::tests::test_take_n_digits ... ok
[INFO] [stdout] test parser::tests::test_parse_mtif ... ok
[INFO] [stdout] test parser::utils::tests::test_parse_until_line_ending ... ok
[INFO] [stdout] test parser::convert_breaks::tests::test_parse_convert_breaks_data ... ok
[INFO] [stdout] test parser::primary_category::tests::test_parse_primary_category_data ... ok
[INFO] [stdout] test parser::status::tests::test_parse_status_data ... ok
[INFO] [stdout] test tests::test_parse_mtif ... ok
[INFO] [stderr]    Doc-tests mtif
[INFO] [stdout] test parser::basename::tests::test_parse_basename_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 4) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "346432d1c2ddb2596b0e4ea0cff9d80ce6da9ea3117a452e7f7bf19c45883561", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "346432d1c2ddb2596b0e4ea0cff9d80ce6da9ea3117a452e7f7bf19c45883561", kill_on_drop: false }`
[INFO] [stdout] 346432d1c2ddb2596b0e4ea0cff9d80ce6da9ea3117a452e7f7bf19c45883561
