[INFO] fetching crate parse-hyperlinks 0.29.0...
[INFO] building parse-hyperlinks-0.29.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate parse-hyperlinks 0.29.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate parse-hyperlinks 0.29.0
[INFO] finished tweaking crates.io crate parse-hyperlinks 0.29.0
[INFO] tweaked toml for crates.io crate parse-hyperlinks 0.29.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate parse-hyperlinks 0.29.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate parse-hyperlinks 0.29.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9da5466d2715c5fa730a70cd538298e246941a85245d2748e58e8f971127e521
[INFO] running `Command { std: "docker" "start" "-a" "9da5466d2715c5fa730a70cd538298e246941a85245d2748e58e8f971127e521", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9da5466d2715c5fa730a70cd538298e246941a85245d2748e58e8f971127e521", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9da5466d2715c5fa730a70cd538298e246941a85245d2748e58e8f971127e521", kill_on_drop: false }`
[INFO] [stdout] 9da5466d2715c5fa730a70cd538298e246941a85245d2748e58e8f971127e521
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f01a7350d3f831a0dfc84c4edc38f7cf91683e4280edfe08145067ab8f0bad73
[INFO] running `Command { std: "docker" "start" "-a" "f01a7350d3f831a0dfc84c4edc38f7cf91683e4280edfe08145067ab8f0bad73", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling parse-hyperlinks v0.29.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:21:29
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn md_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 21 | pub fn md_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn adoc_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 19 | pub fn adoc_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:57:26
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn adoc_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      |         |
[INFO] [stdout]    |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      the same lifetime is hidden here
[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] 57 | pub fn adoc_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn md_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                     |      |         |
[INFO] [stdout]    |                        |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                        |                     |      the same lifetime is hidden here
[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] 48 | pub fn md_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                         +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn wikitext_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 15 | pub fn wikitext_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn wikitext_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                              ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                     |      |         |
[INFO] [stdout]    |                              |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                              |                     |      the same lifetime is hidden here
[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] 44 | pub fn wikitext_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                               +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn parse_inner(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                     |      |
[INFO] [stdout]    |                   |                     |      the same lifetime is hidden here
[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] 57 | fn parse_inner(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                    +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_url(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 71 | fn parse_url(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn html_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 19 | pub fn html_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn html_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      |         |
[INFO] [stdout]    |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      the same lifetime is hidden here
[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 | pub fn html_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn adoc_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 82 | pub fn adoc_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:21:30
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn rst_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 21 | pub fn rst_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:49:25
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn rst_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                     |      |         |
[INFO] [stdout]    |                         |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                         |                     |      the same lifetime is hidden here
[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] 49 | pub fn rst_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                          +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse.rs:107:37
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn take_text2dest_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                     ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      |         |
[INFO] [stdout]     |                                     |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      the same lifetime is hidden here
[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] 107 | pub fn take_text2dest_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                      +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:59:32
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub(crate) fn tag_a_opening(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                                ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                     |      |
[INFO] [stdout]    |                                |                     |      the same lifetime is hidden here
[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] 59 | pub(crate) fn tag_a_opening(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                                 +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn adoc_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |         |
[INFO] [stdout]     |                           |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 108 | pub fn adoc_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:138:32
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn adoc_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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 adoc_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:59:36
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn rst_text_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 59 | pub fn rst_text_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse.rs:232:21
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub fn take_link(i: &str) -> nom::IResult<&str, (&str, Link)> {
[INFO] [stdout]     |                     ^^^^                  ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                     |      |
[INFO] [stdout]     |                     |                     |      the same lifetime is elided here
[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] 232 | pub fn take_link(i: &str) -> nom::IResult<&str, (&str, Link<'_>)> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:87:31
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn rst_text_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                     |      |         |
[INFO] [stdout]    |                               |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                               |                     |      the same lifetime is hidden here
[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] 87 | pub fn rst_text_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                                +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:72:30
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub fn md_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 72 | pub fn md_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:188:22
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn percent_decode(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 188 | fn percent_decode(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator.rs:571:22
[INFO] [stdout]     |
[INFO] [stdout] 571 | pub fn find_first(i: &str) -> Option<Link> {
[INFO] [stdout]     |                      ^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 571 | pub fn find_first(i: &str) -> Option<Link<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:18:25
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn html_img_link(i: &str) -> nom::IResult<&str, Link> {
[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 | pub fn html_img_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:188:31
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub fn rst_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 188 | pub fn rst_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:17:23
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn md_img_link(i: &str) -> nom::IResult<&str, Link> {
[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] 17 | pub fn md_img_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:181:27
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub fn adoc_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 181 | pub fn adoc_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn attribute(i: &str) -> nom::IResult<&str, (&str, Cow<str>)> {
[INFO] [stdout]    |                 ^^^^                  ^^^^   ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                     |      |
[INFO] [stdout]    |                 |                     |      the same lifetime is elided here
[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] 72 | fn attribute(i: &str) -> nom::IResult<&str, (&str, Cow<'_, str>)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn html_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                    ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                     |      |
[INFO] [stdout]    |                    |                     |      the same lifetime is hidden here
[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] 38 | pub fn html_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                     +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:118:25
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn md_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      |         |
[INFO] [stdout]     |                         |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      the same lifetime is hidden here
[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] 118 | pub fn md_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                          +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:222:26
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn rst_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      |
[INFO] [stdout]     |                          |                     |      the same lifetime is hidden here
[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] 222 | pub fn rst_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn md_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                  ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                     |      |
[INFO] [stdout]    |                  |                     |      the same lifetime is hidden here
[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] 37 | pub fn md_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                   +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:45:15
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn tag_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |                     |      |
[INFO] [stdout]    |               |                     |      the same lifetime is hidden here
[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] 45 | fn tag_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:58:30
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn html_img2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 58 | pub fn html_img2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:47:40
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn md_img_link_destination_enclosed(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 47 | fn md_img_link_destination_enclosed(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:200:22
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn adoc_link_text(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 200 | fn adoc_link_text(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:304:50
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn adoc_link_reference_definition_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 304 | fn adoc_link_reference_definition_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:316:36
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn adoc_inline_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 316 | fn adoc_inline_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:327:40
[INFO] [stdout]     |
[INFO] [stdout] 327 | fn adoc_parse_http_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 327 | fn adoc_parse_http_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:339:43
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn adoc_parse_escaped_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 339 | fn adoc_parse_escaped_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:357:43
[INFO] [stdout]     |
[INFO] [stdout] 357 | fn adoc_parse_literal_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 357 | fn adoc_parse_literal_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:370:42
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn adoc_parse_curly_bracket_reference(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 370 | fn adoc_parse_curly_bracket_reference(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 89 |     i: &str,
[INFO] [stdout]    |        ^^^^ the lifetime is elided here
[INFO] [stdout] 90 | ) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         |         |
[INFO] [stdout]    |                   |      |         |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      the same lifetime is hidden here
[INFO] [stdout]    |                   the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 | ) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                              +++           +++           +++           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html_img.rs:121:24
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 121 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub fn md_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 152 | pub fn md_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:194:25
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub fn md_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      |
[INFO] [stdout]     |                         |                     |      the same lifetime is hidden here
[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] 194 | pub fn md_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                          +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:219:31
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub(crate) fn md_link_text(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 219 | pub(crate) fn md_link_text(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:235:21
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn md_link_label(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 235 | fn md_link_label(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html.rs:106:26
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn attribute_list(i: &str) -> nom::IResult<&str, Vec<(&str, Cow<str>)>> {
[INFO] [stdout]     |                          ^^^^                  ^^^^       ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |          |
[INFO] [stdout]     |                          |                     |          the same lifetime is elided here
[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] 106 | pub fn attribute_list(i: &str) -> nom::IResult<&str, Vec<(&str, Cow<'_, str>)>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn md_img2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 57 | pub fn md_img2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 86 |     i: &str,
[INFO] [stdout]    |        ^^^^ the lifetime is elided here
[INFO] [stdout] 87 | ) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         |         |
[INFO] [stdout]    |                   |      |         |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      the same lifetime is hidden here
[INFO] [stdout]    |                   the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | ) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                              +++           +++           +++           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:274:31
[INFO] [stdout]     |
[INFO] [stdout] 274 | pub fn rst_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 274 | pub fn rst_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:307:26
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub fn rst_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      |         |
[INFO] [stdout]     |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      the same lifetime is hidden here
[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] 307 | pub fn rst_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html.rs:114:24
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 114 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:314:32
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub fn rst_label2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 314 | pub fn rst_label2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:339:27
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub fn rst_label2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 339 | pub fn rst_label2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:346:37
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn rst_label2target(label: bool, i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                     ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      |
[INFO] [stdout]     |                                     |                     |      the same lifetime is hidden here
[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] 346 | fn rst_label2target(label: bool, i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                      +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:597:39
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn rst_escaped_link_text_transform(i: &str) -> IResult<&str, Cow<str>> {
[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] 597 | fn rst_escaped_link_text_transform(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:619:25
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn remove_whitespace(i: &str) -> IResult<&str, Cow<str>> {
[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] 619 | fn remove_whitespace(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:651:46
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn rst_escaped_link_destination_transform(i: &str) -> IResult<&str, Cow<str>> {
[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] 651 | fn rst_escaped_link_destination_transform(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:256:38
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub(crate) fn md_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 256 | pub(crate) fn md_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:295:47
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub(crate) fn md_link_destination_enclosed(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |                     |      |
[INFO] [stdout]     |                                               |                     |      the same lifetime is hidden here
[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] 295 | pub(crate) fn md_link_destination_enclosed(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                                +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn md_link_title(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 312 | fn md_link_title(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:366:32
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn md_escaped_str_transform(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 366 | fn md_escaped_str_transform(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:395:23
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn md_absolute_uri(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                       ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |      |         |
[INFO] [stdout]     |                       |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |      the same lifetime is hidden here
[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] 395 | fn md_absolute_uri(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                        +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:435:24
[INFO] [stdout]     |
[INFO] [stdout] 435 | fn md_email_address(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |         |
[INFO] [stdout]     |                        |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 435 | fn md_email_address(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s
[INFO] running `Command { std: "docker" "inspect" "f01a7350d3f831a0dfc84c4edc38f7cf91683e4280edfe08145067ab8f0bad73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f01a7350d3f831a0dfc84c4edc38f7cf91683e4280edfe08145067ab8f0bad73", kill_on_drop: false }`
[INFO] [stdout] f01a7350d3f831a0dfc84c4edc38f7cf91683e4280edfe08145067ab8f0bad73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea04ad8aa47a7d4fe583fd80c49809062fc23ae3e52267fd47680512c8d50fd3
[INFO] running `Command { std: "docker" "start" "-a" "ea04ad8aa47a7d4fe583fd80c49809062fc23ae3e52267fd47680512c8d50fd3", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:21:29
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn md_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 21 | pub fn md_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn adoc_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 19 | pub fn adoc_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:57:26
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn adoc_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      |         |
[INFO] [stdout]    |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      the same lifetime is hidden here
[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] 57 | pub fn adoc_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn md_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                     |      |         |
[INFO] [stdout]    |                        |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                        |                     |      the same lifetime is hidden here
[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] 48 | pub fn md_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                         +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn wikitext_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 15 | pub fn wikitext_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn wikitext_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                              ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                     |      |         |
[INFO] [stdout]    |                              |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                              |                     |      the same lifetime is hidden here
[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] 44 | pub fn wikitext_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                               +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn parse_inner(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                     |      |
[INFO] [stdout]    |                   |                     |      the same lifetime is hidden here
[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] 57 | fn parse_inner(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                    +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_url(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 71 | fn parse_url(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn html_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 19 | pub fn html_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn html_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      |         |
[INFO] [stdout]    |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      the same lifetime is hidden here
[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 | pub fn html_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn adoc_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 82 | pub fn adoc_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:21:30
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn rst_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 21 | pub fn rst_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:49:25
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn rst_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                     |      |         |
[INFO] [stdout]    |                         |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                         |                     |      the same lifetime is hidden here
[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] 49 | pub fn rst_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                          +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse.rs:107:37
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn take_text2dest_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                     ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      |         |
[INFO] [stdout]     |                                     |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      the same lifetime is hidden here
[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] 107 | pub fn take_text2dest_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                      +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:59:32
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub(crate) fn tag_a_opening(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                                ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                     |      |
[INFO] [stdout]    |                                |                     |      the same lifetime is hidden here
[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] 59 | pub(crate) fn tag_a_opening(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                                 +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn adoc_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |         |
[INFO] [stdout]     |                           |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 108 | pub fn adoc_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:138:32
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn adoc_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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 adoc_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:59:36
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn rst_text_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 59 | pub fn rst_text_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse.rs:232:21
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub fn take_link(i: &str) -> nom::IResult<&str, (&str, Link)> {
[INFO] [stdout]     |                     ^^^^                  ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                     |      |
[INFO] [stdout]     |                     |                     |      the same lifetime is elided here
[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] 232 | pub fn take_link(i: &str) -> nom::IResult<&str, (&str, Link<'_>)> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:87:31
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn rst_text_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                     |      |         |
[INFO] [stdout]    |                               |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                               |                     |      the same lifetime is hidden here
[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] 87 | pub fn rst_text_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                                +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:72:30
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub fn md_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 72 | pub fn md_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:188:22
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn percent_decode(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 188 | fn percent_decode(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator.rs:571:22
[INFO] [stdout]     |
[INFO] [stdout] 571 | pub fn find_first(i: &str) -> Option<Link> {
[INFO] [stdout]     |                      ^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 571 | pub fn find_first(i: &str) -> Option<Link<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:18:25
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn html_img_link(i: &str) -> nom::IResult<&str, Link> {
[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 | pub fn html_img_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:188:31
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub fn rst_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 188 | pub fn rst_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:17:23
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn md_img_link(i: &str) -> nom::IResult<&str, Link> {
[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] 17 | pub fn md_img_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:181:27
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub fn adoc_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 181 | pub fn adoc_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn attribute(i: &str) -> nom::IResult<&str, (&str, Cow<str>)> {
[INFO] [stdout]    |                 ^^^^                  ^^^^   ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                     |      |
[INFO] [stdout]    |                 |                     |      the same lifetime is elided here
[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] 72 | fn attribute(i: &str) -> nom::IResult<&str, (&str, Cow<'_, str>)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn html_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                    ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                     |      |
[INFO] [stdout]    |                    |                     |      the same lifetime is hidden here
[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] 38 | pub fn html_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                     +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:118:25
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn md_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      |         |
[INFO] [stdout]     |                         |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      the same lifetime is hidden here
[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] 118 | pub fn md_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                          +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:222:26
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn rst_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      |
[INFO] [stdout]     |                          |                     |      the same lifetime is hidden here
[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] 222 | pub fn rst_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn md_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                  ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                     |      |
[INFO] [stdout]    |                  |                     |      the same lifetime is hidden here
[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] 37 | pub fn md_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                   +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:45:15
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn tag_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |                     |      |
[INFO] [stdout]    |               |                     |      the same lifetime is hidden here
[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] 45 | fn tag_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:58:30
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn html_img2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 58 | pub fn html_img2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:47:40
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn md_img_link_destination_enclosed(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 47 | fn md_img_link_destination_enclosed(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:200:22
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn adoc_link_text(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 200 | fn adoc_link_text(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:304:50
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn adoc_link_reference_definition_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 304 | fn adoc_link_reference_definition_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:316:36
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn adoc_inline_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 316 | fn adoc_inline_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:327:40
[INFO] [stdout]     |
[INFO] [stdout] 327 | fn adoc_parse_http_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 327 | fn adoc_parse_http_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:339:43
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn adoc_parse_escaped_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 339 | fn adoc_parse_escaped_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:357:43
[INFO] [stdout]     |
[INFO] [stdout] 357 | fn adoc_parse_literal_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 357 | fn adoc_parse_literal_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:370:42
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn adoc_parse_curly_bracket_reference(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 370 | fn adoc_parse_curly_bracket_reference(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 89 |     i: &str,
[INFO] [stdout]    |        ^^^^ the lifetime is elided here
[INFO] [stdout] 90 | ) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         |         |
[INFO] [stdout]    |                   |      |         |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      the same lifetime is hidden here
[INFO] [stdout]    |                   the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 | ) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                              +++           +++           +++           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html_img.rs:121:24
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 121 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub fn md_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 152 | pub fn md_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:194:25
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub fn md_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      |
[INFO] [stdout]     |                         |                     |      the same lifetime is hidden here
[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] 194 | pub fn md_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                          +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:219:31
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub(crate) fn md_link_text(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 219 | pub(crate) fn md_link_text(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:235:21
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn md_link_label(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 235 | fn md_link_label(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html.rs:106:26
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn attribute_list(i: &str) -> nom::IResult<&str, Vec<(&str, Cow<str>)>> {
[INFO] [stdout]     |                          ^^^^                  ^^^^       ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |          |
[INFO] [stdout]     |                          |                     |          the same lifetime is elided here
[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] 106 | pub fn attribute_list(i: &str) -> nom::IResult<&str, Vec<(&str, Cow<'_, str>)>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn md_img2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 57 | pub fn md_img2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 86 |     i: &str,
[INFO] [stdout]    |        ^^^^ the lifetime is elided here
[INFO] [stdout] 87 | ) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         |         |
[INFO] [stdout]    |                   |      |         |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      the same lifetime is hidden here
[INFO] [stdout]    |                   the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | ) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                              +++           +++           +++           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:274:31
[INFO] [stdout]     |
[INFO] [stdout] 274 | pub fn rst_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 274 | pub fn rst_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:307:26
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub fn rst_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      |         |
[INFO] [stdout]     |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      the same lifetime is hidden here
[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] 307 | pub fn rst_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html.rs:114:24
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 114 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:314:32
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub fn rst_label2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 314 | pub fn rst_label2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:339:27
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub fn rst_label2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 339 | pub fn rst_label2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:346:37
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn rst_label2target(label: bool, i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                     ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      |
[INFO] [stdout]     |                                     |                     |      the same lifetime is hidden here
[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] 346 | fn rst_label2target(label: bool, i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                      +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:597:39
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn rst_escaped_link_text_transform(i: &str) -> IResult<&str, Cow<str>> {
[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] 597 | fn rst_escaped_link_text_transform(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:619:25
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn remove_whitespace(i: &str) -> IResult<&str, Cow<str>> {
[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] 619 | fn remove_whitespace(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:651:46
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn rst_escaped_link_destination_transform(i: &str) -> IResult<&str, Cow<str>> {
[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] 651 | fn rst_escaped_link_destination_transform(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:256:38
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub(crate) fn md_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 256 | pub(crate) fn md_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:295:47
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub(crate) fn md_link_destination_enclosed(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |                     |      |
[INFO] [stdout]     |                                               |                     |      the same lifetime is hidden here
[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] 295 | pub(crate) fn md_link_destination_enclosed(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                                +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn md_link_title(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 312 | fn md_link_title(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:366:32
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn md_escaped_str_transform(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 366 | fn md_escaped_str_transform(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:395:23
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn md_absolute_uri(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                       ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |      |         |
[INFO] [stdout]     |                       |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |      the same lifetime is hidden here
[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] 395 | fn md_absolute_uri(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                        +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:435:24
[INFO] [stdout]     |
[INFO] [stdout] 435 | fn md_email_address(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |         |
[INFO] [stdout]     |                        |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 435 | fn md_email_address(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parse-hyperlinks v0.29.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:18:25
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn html_img_link(i: &str) -> nom::IResult<&str, Link> {
[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] 18 | pub fn html_img_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator.rs:571:22
[INFO] [stdout]     |
[INFO] [stdout] 571 | pub fn find_first(i: &str) -> Option<Link> {
[INFO] [stdout]     |                      ^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 571 | pub fn find_first(i: &str) -> Option<Link<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/mod.rs:188:22
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn percent_decode(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 188 | fn percent_decode(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn adoc_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 19 | pub fn adoc_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:57:26
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn adoc_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      |         |
[INFO] [stdout]    |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      the same lifetime is hidden here
[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] 57 | pub fn adoc_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/asciidoc.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn adoc_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 82 | pub fn adoc_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn adoc_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |         |
[INFO] [stdout]     |                           |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 108 | pub fn adoc_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:138:32
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn adoc_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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 adoc_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:181:27
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub fn adoc_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 181 | pub fn adoc_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:200:22
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn adoc_link_text(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 200 | fn adoc_link_text(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:304:50
[INFO] [stdout]     |
[INFO] [stdout] 304 | fn adoc_link_reference_definition_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 304 | fn adoc_link_reference_definition_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:316:36
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn adoc_inline_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 316 | fn adoc_inline_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:327:40
[INFO] [stdout]     |
[INFO] [stdout] 327 | fn adoc_parse_http_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 327 | fn adoc_parse_http_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:339:43
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn adoc_parse_escaped_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 339 | fn adoc_parse_escaped_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:357:43
[INFO] [stdout]     |
[INFO] [stdout] 357 | fn adoc_parse_literal_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 357 | fn adoc_parse_literal_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/asciidoc.rs:370:42
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn adoc_parse_curly_bracket_reference(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 370 | fn adoc_parse_curly_bracket_reference(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn html_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                    ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                     |      |
[INFO] [stdout]    |                    |                     |      the same lifetime is hidden here
[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] 38 | pub fn html_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                     +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn html_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 19 | pub fn html_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn html_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      |         |
[INFO] [stdout]    |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                          |                     |      the same lifetime is hidden here
[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 | pub fn html_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:59:32
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub(crate) fn tag_a_opening(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                                ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |                     |      |
[INFO] [stdout]    |                                |                     |      the same lifetime is hidden here
[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] 59 | pub(crate) fn tag_a_opening(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                                 +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn attribute(i: &str) -> nom::IResult<&str, (&str, Cow<str>)> {
[INFO] [stdout]    |                 ^^^^                  ^^^^   ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |                     |      |
[INFO] [stdout]    |                 |                     |      the same lifetime is elided here
[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] 72 | fn attribute(i: &str) -> nom::IResult<&str, (&str, Cow<'_, str>)> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:17:23
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn md_img_link(i: &str) -> nom::IResult<&str, Link> {
[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] 17 | pub fn md_img_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:21:29
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn md_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 21 | pub fn md_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:45:15
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn tag_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |                     |      |
[INFO] [stdout]    |               |                     |      the same lifetime is hidden here
[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] 45 | fn tag_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn md_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                     |      |         |
[INFO] [stdout]    |                        |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                        |                     |      the same lifetime is hidden here
[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] 48 | pub fn md_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                         +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:58:30
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn html_img2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 58 | pub fn html_img2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/html_img.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 89 |     i: &str,
[INFO] [stdout]    |        ^^^^ the lifetime is elided here
[INFO] [stdout] 90 | ) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         |         |
[INFO] [stdout]    |                   |      |         |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      the same lifetime is hidden here
[INFO] [stdout]    |                   the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 | ) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                              +++           +++           +++           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown.rs:72:30
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub fn md_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 72 | pub fn md_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn md_img(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                  ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                     |      |
[INFO] [stdout]    |                  |                     |      the same lifetime is hidden here
[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] 37 | pub fn md_img(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                   +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:47:40
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn md_img_link_destination_enclosed(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 47 | fn md_img_link_destination_enclosed(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html.rs:106:26
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn attribute_list(i: &str) -> nom::IResult<&str, Vec<(&str, Cow<str>)>> {
[INFO] [stdout]     |                          ^^^^                  ^^^^       ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |          |
[INFO] [stdout]     |                          |                     |          the same lifetime is elided here
[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] 106 | pub fn attribute_list(i: &str) -> nom::IResult<&str, Vec<(&str, Cow<'_, str>)>> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn wikitext_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 15 | pub fn wikitext_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn md_img2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 57 | pub fn md_img2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:21:30
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn rst_text2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 21 | pub fn rst_text2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/markdown_img.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 86 |     i: &str,
[INFO] [stdout]    |        ^^^^ the lifetime is elided here
[INFO] [stdout] 87 | ) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         |         |
[INFO] [stdout]    |                   |      |         |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      |         the same lifetime is hidden here
[INFO] [stdout]    |                   |      the same lifetime is hidden here
[INFO] [stdout]    |                   the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | ) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                              +++           +++           +++           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:49:25
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn rst_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                     |      |         |
[INFO] [stdout]    |                         |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                         |                     |      the same lifetime is hidden here
[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] 49 | pub fn rst_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                          +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:118:25
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn md_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      |         |
[INFO] [stdout]     |                         |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      the same lifetime is hidden here
[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] 118 | pub fn md_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                          +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html.rs:114:24
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 114 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:59:36
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub fn rst_text_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 59 | pub fn rst_text_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/restructured_text.rs:87:31
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn rst_text_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                     |      |         |
[INFO] [stdout]    |                               |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                               |                     |      the same lifetime is hidden here
[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] 87 | pub fn rst_text_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                                +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:188:31
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub fn rst_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 188 | pub fn rst_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:222:26
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub fn rst_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      |
[INFO] [stdout]     |                          |                     |      the same lifetime is hidden here
[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] 222 | pub fn rst_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:274:31
[INFO] [stdout]     |
[INFO] [stdout] 274 | pub fn rst_label2dest_link(i: &str) -> nom::IResult<&str, Link> {
[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] 274 | pub fn rst_label2dest_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse.rs:107:37
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn take_text2dest_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                     ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      |         |
[INFO] [stdout]     |                                     |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      the same lifetime is hidden here
[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] 107 | pub fn take_text2dest_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                      +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub fn md_text2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 152 | pub fn md_text2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:194:25
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub fn md_text2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                         ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |      |
[INFO] [stdout]     |                         |                     |      the same lifetime is hidden here
[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] 194 | pub fn md_text2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                          +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:219:31
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub(crate) fn md_link_text(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 219 | pub(crate) fn md_link_text(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:307:26
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub fn rst_label2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                          ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      |         |
[INFO] [stdout]     |                          |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |      the same lifetime is hidden here
[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] 307 | pub fn rst_label2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                           +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:314:32
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub fn rst_label2label_link(i: &str) -> nom::IResult<&str, Link> {
[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] 314 | pub fn rst_label2label_link(i: &str) -> nom::IResult<&str, Link<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:339:27
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub fn rst_label2label(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                           ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                     |      |
[INFO] [stdout]     |                           |                     |      the same lifetime is hidden here
[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] 339 | pub fn rst_label2label(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                            +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:346:37
[INFO] [stdout]     |
[INFO] [stdout] 346 | fn rst_label2target(label: bool, i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                     ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |      |
[INFO] [stdout]     |                                     |                     |      the same lifetime is hidden here
[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] 346 | fn rst_label2target(label: bool, i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                      +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:235:21
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn md_link_label(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 235 | fn md_link_label(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:256:38
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub(crate) fn md_link_destination(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 256 | pub(crate) fn md_link_destination(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:295:47
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub(crate) fn md_link_destination_enclosed(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                                               ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                               |                     |      |
[INFO] [stdout]     |                                               |                     |      the same lifetime is hidden here
[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] 295 | pub(crate) fn md_link_destination_enclosed(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                                                +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn md_link_title(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 312 | fn md_link_title(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:366:32
[INFO] [stdout]     |
[INFO] [stdout] 366 | fn md_escaped_str_transform(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 366 | fn md_escaped_str_transform(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:395:23
[INFO] [stdout]     |
[INFO] [stdout] 395 | fn md_absolute_uri(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                       ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |      |         |
[INFO] [stdout]     |                       |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |      the same lifetime is hidden here
[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] 395 | fn md_absolute_uri(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                        +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/html_img.rs:121:24
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 121 | fn parse_attributes(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:597:39
[INFO] [stdout]     |
[INFO] [stdout] 597 | fn rst_escaped_link_text_transform(i: &str) -> IResult<&str, Cow<str>> {
[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] 597 | fn rst_escaped_link_text_transform(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse.rs:232:21
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub fn take_link(i: &str) -> nom::IResult<&str, (&str, Link)> {
[INFO] [stdout]     |                     ^^^^                  ^^^^   ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                     |      |
[INFO] [stdout]     |                     |                     |      the same lifetime is elided here
[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] 232 | pub fn take_link(i: &str) -> nom::IResult<&str, (&str, Link<'_>)> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/markdown.rs:435:24
[INFO] [stdout]     |
[INFO] [stdout] 435 | fn md_email_address(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]     |                        ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      |         |
[INFO] [stdout]     |                        |                     |      |         the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |      the same lifetime is hidden here
[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] 435 | fn md_email_address(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]     |                                                         +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn wikitext_text2dest(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                              ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                     |      |         |
[INFO] [stdout]    |                              |                     |      |         the same lifetime is hidden here
[INFO] [stdout]    |                              |                     |      the same lifetime is hidden here
[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] 44 | pub fn wikitext_text2dest(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                               +++           +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn parse_inner(i: &str) -> nom::IResult<&str, (Cow<str>, Cow<str>)> {
[INFO] [stdout]    |                   ^^^^                  ^^^^   ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |                     |      |
[INFO] [stdout]    |                   |                     |      the same lifetime is hidden here
[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] 57 | fn parse_inner(i: &str) -> nom::IResult<&str, (Cow<'_, str>, Cow<'_, str>)> {
[INFO] [stdout]    |                                                    +++           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/wikitext.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_url(i: &str) -> nom::IResult<&str, Cow<str>> {
[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] 71 | fn parse_url(i: &str) -> nom::IResult<&str, Cow<'_, str>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:619:25
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn remove_whitespace(i: &str) -> IResult<&str, Cow<str>> {
[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] 619 | fn remove_whitespace(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/restructured_text.rs:651:46
[INFO] [stdout]     |
[INFO] [stdout] 651 | fn rst_escaped_link_destination_transform(i: &str) -> IResult<&str, Cow<str>> {
[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] 651 | fn rst_escaped_link_destination_transform(i: &str) -> IResult<&str, Cow<'_, str>> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.53s
[INFO] running `Command { std: "docker" "inspect" "ea04ad8aa47a7d4fe583fd80c49809062fc23ae3e52267fd47680512c8d50fd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea04ad8aa47a7d4fe583fd80c49809062fc23ae3e52267fd47680512c8d50fd3", kill_on_drop: false }`
[INFO] [stdout] ea04ad8aa47a7d4fe583fd80c49809062fc23ae3e52267fd47680512c8d50fd3
