[INFO] fetching crate deltachat_message_parser 0.14.1...
[INFO] testing deltachat_message_parser-0.14.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate deltachat_message_parser 0.14.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate deltachat_message_parser 0.14.1
[INFO] finished tweaking crates.io crate deltachat_message_parser 0.14.1
[INFO] tweaked toml for crates.io crate deltachat_message_parser 0.14.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate deltachat_message_parser 0.14.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate deltachat_message_parser 0.14.1 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a7b33462fa1b92aca2f87baf7e20ce187ea81a79031933bde4af94e1e6b2491e
[INFO] running `Command { std: "docker" "start" "-a" "a7b33462fa1b92aca2f87baf7e20ce187ea81a79031933bde4af94e1e6b2491e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7b33462fa1b92aca2f87baf7e20ce187ea81a79031933bde4af94e1e6b2491e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7b33462fa1b92aca2f87baf7e20ce187ea81a79031933bde4af94e1e6b2491e", kill_on_drop: false }`
[INFO] [stdout] a7b33462fa1b92aca2f87baf7e20ce187ea81a79031933bde4af94e1e6b2491e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26f058bbf37e5ee92c0f3c8a59d20f39c6daae0b66293a048c634d27142b0be1
[INFO] running `Command { std: "docker" "start" "-a" "26f058bbf37e5ee92c0f3c8a59d20f39c6daae0b66293a048c634d27142b0be1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling unic-idna-punycode v0.9.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling deltachat_message_parser v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element> {
[INFO] [stdout]    |                                   ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:277:21
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:394:33
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element> {
[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] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:59:40
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 61 |     prev_char: Option<char>,
[INFO] [stdout] 62 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 62 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:27:33
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                              ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:99:37
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:106:35
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:122:12
[INFO] [stdout]     |
[INFO] [stdout] 122 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 123 |     prev_char: Option<char>,
[INFO] [stdout] 124 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 124 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:176:36
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element> {
[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] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 42 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 42 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:85:31
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hashtag(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 23 | fn hashtag(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:63:36
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:92:48
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                                ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                  ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 126 |     prev_char: Option<char>,
[INFO] [stdout] 127 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 127 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:183:27
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element> {
[INFO] [stdout]    |                                   ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:277:21
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:394:33
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element> {
[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] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:59:40
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 61 |     prev_char: Option<char>,
[INFO] [stdout] 62 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 62 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:27:33
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                              ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:99:37
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:106:35
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:122:12
[INFO] [stdout]     |
[INFO] [stdout] 122 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 123 |     prev_char: Option<char>,
[INFO] [stdout] 124 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 124 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:176:36
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element> {
[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] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 42 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 42 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:85:31
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hashtag(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 23 | fn hashtag(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:63:36
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:92:48
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                                ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                  ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 126 |     prev_char: Option<char>,
[INFO] [stdout] 127 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 127 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:183:27
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.49s
[INFO] running `Command { std: "docker" "inspect" "26f058bbf37e5ee92c0f3c8a59d20f39c6daae0b66293a048c634d27142b0be1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26f058bbf37e5ee92c0f3c8a59d20f39c6daae0b66293a048c634d27142b0be1", kill_on_drop: false }`
[INFO] [stdout] 26f058bbf37e5ee92c0f3c8a59d20f39c6daae0b66293a048c634d27142b0be1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a34e6a911a4fa08582b41c5d5a7e55954f0d74ad1046e464ccccec68e5487ee
[INFO] running `Command { std: "docker" "start" "-a" "8a34e6a911a4fa08582b41c5d5a7e55954f0d74ad1046e464ccccec68e5487ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element> {
[INFO] [stdout]    |                                   ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:277:21
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:394:33
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element> {
[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] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:59:40
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 61 |     prev_char: Option<char>,
[INFO] [stdout] 62 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 62 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:27:33
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                              ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:99:37
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:106:35
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:122:12
[INFO] [stdout]     |
[INFO] [stdout] 122 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 123 |     prev_char: Option<char>,
[INFO] [stdout] 124 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 124 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:176:36
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element> {
[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] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 42 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 42 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:85:31
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hashtag(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 23 | fn hashtag(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:63:36
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:92:48
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                                ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                  ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 126 |     prev_char: Option<char>,
[INFO] [stdout] 127 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 127 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:183:27
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling csv v1.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling deltachat_message_parser v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element> {
[INFO] [stdout]    |                                   ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:277:21
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element> {
[INFO] [stdout]    |                                   ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:394:33
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element> {
[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] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:59:40
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 61 |     prev_char: Option<char>,
[INFO] [stdout] 62 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 62 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:27:33
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                              ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/link_url/mod.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:99:37
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:106:35
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:122:12
[INFO] [stdout]     |
[INFO] [stdout] 122 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 123 |     prev_char: Option<char>,
[INFO] [stdout] 124 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 124 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:277:21
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:370:25
[INFO] [stdout]     |
[INFO] [stdout] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/link_url/parse_link.rs:394:33
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided 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] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[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] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element> {
[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] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/mod.rs:59:40
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[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] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/desktop_subset.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 61 |     prev_char: Option<char>,
[INFO] [stdout] 62 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 62 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:176:36
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:27:33
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                 ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element> {
[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] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 42 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 42 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                              ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:85:31
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hashtag(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 23 | fn hashtag(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:63:36
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements.rs:99:37
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:92:48
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                                ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                  ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:106:35
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 126 |     prev_char: Option<char>,
[INFO] [stdout] 127 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 127 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:183:27
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:122:12
[INFO] [stdout]     |
[INFO] [stdout] 122 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 123 |     prev_char: Option<char>,
[INFO] [stdout] 124 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 124 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/markdown_elements.rs:176:36
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element> {
[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] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     input: &str,
[INFO] [stdout]    |            ^^^^ the lifetime is elided here
[INFO] [stdout] 42 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |              |     |
[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] 42 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:85:31
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hashtag(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 23 | fn hashtag(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:63:36
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/parse_from_text/text_elements.rs:92:48
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]    |                                                ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                                  ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] 126 |     prev_char: Option<char>,
[INFO] [stdout] 127 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stdout]     |              |     |
[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] 127 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/parse_from_text/text_elements.rs:183:27
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided 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] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.77s
[INFO] running `Command { std: "docker" "inspect" "8a34e6a911a4fa08582b41c5d5a7e55954f0d74ad1046e464ccccec68e5487ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a34e6a911a4fa08582b41c5d5a7e55954f0d74ad1046e464ccccec68e5487ee", kill_on_drop: false }`
[INFO] [stdout] 8a34e6a911a4fa08582b41c5d5a7e55954f0d74ad1046e464ccccec68e5487ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 789be9df0b90d2e509f0e9154730d3d65c3b7b4bffc16fe8d3eedfabad7164b3
[INFO] running `Command { std: "docker" "start" "-a" "789be9df0b90d2e509f0e9154730d3d65c3b7b4bffc16fe8d3eedfabad7164b3", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/mod.rs:63:35
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element> {
[INFO] [stderr]    |                                   ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                   |
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn parse_markdown_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/mod.rs:68:31
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[INFO] [stderr]    |                               ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/mod.rs:73:33
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[INFO] [stderr]    |                                 ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/link_url/mod.rs:45:25
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stderr]    |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                         |                |     |
[INFO] [stderr]    |                         |                |     the same lifetime is hidden here
[INFO] [stderr]    |                         |                the same lifetime is elided here
[INFO] [stderr]    |                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn parse(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/link_url/mod.rs:54:34
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stderr]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                  |                |     |
[INFO] [stderr]    |                                  |                |     the same lifetime is hidden here
[INFO] [stderr]    |                                  |                the same lifetime is elided here
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn parse_labelled(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/link_url/parse_link.rs:277:21
[INFO] [stderr]     |
[INFO] [stderr] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stderr]     |                     ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                     |                |     |
[INFO] [stderr]     |                     |                |     the same lifetime is hidden here
[INFO] [stderr]     |                     |                the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 277 | fn parse_iri(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/link_url/parse_link.rs:370:25
[INFO] [stderr]     |
[INFO] [stderr] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stderr]     |                         ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                         |                |     |
[INFO] [stderr]     |                         |                |     the same lifetime is hidden here
[INFO] [stderr]     |                         |                the same lifetime is elided here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 370 | fn parse_generic(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/link_url/parse_link.rs:394:33
[INFO] [stderr]     |
[INFO] [stderr] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination, CustomError<&str>> {
[INFO] [stderr]     |                                 ^^^^             ^^^^  ^^^^^^^^^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                                 |                |     |
[INFO] [stderr]     |                                 |                |     the same lifetime is hidden here
[INFO] [stderr]     |                                 |                the same lifetime is elided here
[INFO] [stderr]     |                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 394 | pub(super) fn parse_link(input: &str) -> IResult<&str, LinkDestination<'_>, CustomError<&str>> {
[INFO] [stderr]     |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/mod.rs:11:38
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element> {
[INFO] [stderr]    |                                      ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub(crate) fn parse_only_text(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/mod.rs:35:32
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element> {
[INFO] [stderr]    |                                ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub(crate) fn parse_all(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/mod.rs:59:40
[INFO] [stderr]    |
[INFO] [stderr] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element> {
[INFO] [stderr]    |                                        ^^^^                   ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                        |
[INFO] [stderr]    |                                        the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 59 | pub(crate) fn parse_desktop_set(input: &str) -> std::vec::Vec<Element<'_>> {
[INFO] [stderr]    |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/desktop_subset.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                   |                |     |
[INFO] [stderr]    |                                   |                |     the same lifetime is hidden here
[INFO] [stderr]    |                                   |                the same lifetime is elided here
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/desktop_subset.rs:54:38
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                                      ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                      |                |     |
[INFO] [stderr]    |                                      |                |     the same lifetime is hidden here
[INFO] [stderr]    |                                      |                the same lifetime is elided here
[INFO] [stderr]    |                                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub(crate) fn desktopset_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/desktop_subset.rs:60:12
[INFO] [stderr]    |
[INFO] [stderr] 60 |     input: &str,
[INFO] [stderr]    |            ^^^^ the lifetime is elided here
[INFO] [stderr] 61 |     prev_char: Option<char>,
[INFO] [stderr] 62 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |              |     |
[INFO] [stderr]    |              |     the same lifetime is hidden here
[INFO] [stderr]    |              the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 62 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/markdown_elements.rs:27:33
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                                 ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                 |                |     |
[INFO] [stderr]    |                                 |                |     the same lifetime is hidden here
[INFO] [stderr]    |                                 |                the same lifetime is elided here
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub(crate) fn code_block(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/markdown_elements.rs:86:46
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                                              ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                              |                |     |
[INFO] [stderr]    |                                              |                |     the same lifetime is hidden here
[INFO] [stderr]    |                                              |                the same lifetime is elided here
[INFO] [stderr]    |                                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub(crate) fn delimited_email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/markdown_elements.rs:99:37
[INFO] [stderr]    |
[INFO] [stderr] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                                     ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                     |                |     |
[INFO] [stderr]    |                                     |                |     the same lifetime is hidden here
[INFO] [stderr]    |                                     |                the same lifetime is elided here
[INFO] [stderr]    |                                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 99 | pub(crate) fn delimited_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/parse_from_text/markdown_elements.rs:106:35
[INFO] [stderr]     |
[INFO] [stderr] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]     |                                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                                   |                |     |
[INFO] [stderr]     |                                   |                |     the same lifetime is hidden here
[INFO] [stderr]     |                                   |                the same lifetime is elided here
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 106 | pub(crate) fn labeled_link(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/parse_from_text/markdown_elements.rs:122:12
[INFO] [stderr]     |
[INFO] [stderr] 122 |     input: &str,
[INFO] [stderr]     |            ^^^^ the lifetime is elided here
[INFO] [stderr] 123 |     prev_char: Option<char>,
[INFO] [stderr] 124 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |              |     |
[INFO] [stderr]     |              |     the same lifetime is hidden here
[INFO] [stderr]     |              the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 124 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]     |                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/parse_from_text/markdown_elements.rs:176:36
[INFO] [stderr]     |
[INFO] [stderr] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]     |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                                    |                |     |
[INFO] [stderr]     |                                    |                |     the same lifetime is hidden here
[INFO] [stderr]     |                                    |                the same lifetime is elided here
[INFO] [stderr]     |                                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 176 | pub(crate) fn markdown_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:17:43
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element> {
[INFO] [stderr]    |                                           ^^^^         ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                           |
[INFO] [stderr]    |                                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub(crate) fn parse_label_elements(input: &str) -> Vec<Element<'_>> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:41:12
[INFO] [stderr]    |
[INFO] [stderr] 41 |     input: &str,
[INFO] [stderr]    |            ^^^^ the lifetime is elided here
[INFO] [stderr] 42 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |              |     |
[INFO] [stderr]    |              |     the same lifetime is hidden here
[INFO] [stderr]    |              the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 42 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/markdown_elements/label_elements.rs:85:31
[INFO] [stderr]    |
[INFO] [stderr] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                               ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                               |                |     |
[INFO] [stderr]    |                               |                |     the same lifetime is hidden here
[INFO] [stderr]    |                               |                the same lifetime is elided here
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 85 | fn markdown_label_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/text_elements.rs:23:19
[INFO] [stderr]    |
[INFO] [stderr] 23 | fn hashtag(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                   ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                   |                |     |
[INFO] [stderr]    |                   |                |     the same lifetime is hidden here
[INFO] [stderr]    |                   |                the same lifetime is elided here
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 23 | fn hashtag(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/text_elements.rs:63:36
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                                    ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                    |                |     |
[INFO] [stderr]    |                                    |                |     the same lifetime is hidden here
[INFO] [stderr]    |                                    |                the same lifetime is elided here
[INFO] [stderr]    |                                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub(crate) fn email_address(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/parse_from_text/text_elements.rs:92:48
[INFO] [stderr]    |
[INFO] [stderr] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]    |                                                ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                                |                |     |
[INFO] [stderr]    |                                                |                |     the same lifetime is hidden here
[INFO] [stderr]    |                                                |                the same lifetime is elided here
[INFO] [stderr]    |                                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 92 | pub(crate) fn fediverse_address_as_text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]    |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/parse_from_text/text_elements.rs:105:34
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]     |                                  ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                                  |                |     |
[INFO] [stderr]     |                                  |                |     the same lifetime is hidden here
[INFO] [stderr]     |                                  |                the same lifetime is elided here
[INFO] [stderr]     |                                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn bot_command_suggestion(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/parse_from_text/text_elements.rs:125:12
[INFO] [stderr]     |
[INFO] [stderr] 125 |     input: &str,
[INFO] [stderr]     |            ^^^^ the lifetime is elided here
[INFO] [stderr] 126 |     prev_char: Option<char>,
[INFO] [stderr] 127 | ) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]     |              ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |              |     |
[INFO] [stderr]     |              |     the same lifetime is hidden here
[INFO] [stderr]     |              the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 127 | ) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]     |                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/parse_from_text/text_elements.rs:183:27
[INFO] [stderr]     |
[INFO] [stderr] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element, CustomError<&str>> {
[INFO] [stderr]     |                           ^^^^             ^^^^  ^^^^^^^              ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                           |                |     |
[INFO] [stderr]     |                           |                |     the same lifetime is hidden here
[INFO] [stderr]     |                           |                the same lifetime is elided here
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 183 | pub(crate) fn text(input: &str) -> IResult<&str, Element<'_>, CustomError<&str>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `deltachat_message_parser` (lib) generated 29 warnings (run `cargo fix --lib -p deltachat_message_parser` to apply 29 suggestions)
[INFO] [stderr] warning: `deltachat_message_parser` (lib test) generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `deltachat_message_parser` (bin "deltachat_message_parser" test) generated 29 warnings (29 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/deltachat_message_parser-b94821b3b870694e)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::flag ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::keycap ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::mahjong ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::not_emoji ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::playing_card ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::some_emojis ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::test_composite_emoji ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::supplemental_arrows ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::test_variant_emoji ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::exported_methods::test_get_first_emoji ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::exported_methods::test_string_contains_only_emojis_and_count ... ok
[INFO] [stdout] test parser::link_url::allowed_tlds::test::test_check_tld ... ok
[INFO] [stdout] test parser::link_url::allowed_tlds::test::test_check_tld_not_allowed ... ok
[INFO] [stdout] test parser::link_url::parenthesis_counter::test_count_different_types_invalid ... ok
[INFO] [stdout] test parser::link_url::parenthesis_counter::test_count_different_types_invalid2 ... ok
[INFO] [stdout] test parser::link_url::parenthesis_counter::test_count_parenthesis ... ok
[INFO] [stdout] test parser::link_url::parse_link::test_ipath_abempty ... ok
[INFO] [stdout] test parser::link_url::parse_link::test_ipath_absolute ... ok
[INFO] [stdout] test parser::link_url::punycode_warning::test::decode_host ... ok
[INFO] [stdout] test parser::link_url::punycode_warning::test::encode_host ... ok
[INFO] [stdout] test parser::link_url::punycode_warning::test::is_puny_negative ... ok
[INFO] [stdout] test parser::link_url::punycode_warning::test::is_puny_positive ... ok
[INFO] [stdout] test parser::parse_from_text::hashtag_content_char_ranges::test::test_range_function ... ok
[INFO] [stdout] test parser::parse_from_text::hashtag_content_char_ranges::test::test_some_invalid_chars ... ok
[INFO] [stdout] test parser::parse_from_text::hashtag_content_char_ranges::test::test_some_valid_chars ... ok
[INFO] [stdout] test parser::link_url::parse_link::scheme_with_separator ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/deltachat_message_parser-88e489c024fdc383)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::mahjong ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::flag ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::some_emojis ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::playing_card ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::supplemental_arrows ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::test_composite_emoji ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::not_emoji ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::test_variant_emoji ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::exported_methods::test_get_first_emoji ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::exported_methods::test_string_contains_only_emojis_and_count ... ok
[INFO] [stdout] test parser::link_url::allowed_tlds::test::test_check_tld ... ok
[INFO] [stdout] test parser::is_emoji::emoji_test::emoji_char::keycap ... ok
[INFO] [stdout] test parser::link_url::allowed_tlds::test::test_check_tld_not_allowed ... ok
[INFO] [stdout] test parser::link_url::parenthesis_counter::test_count_different_types_invalid ... ok
[INFO] [stdout] test parser::link_url::parenthesis_counter::test_count_different_types_invalid2 ... ok
[INFO] [stdout] test parser::link_url::parenthesis_counter::test_count_parenthesis ... ok
[INFO] [stdout] test parser::link_url::parse_link::scheme_with_separator ... ok
[INFO] [stdout] test parser::link_url::parse_link::test_ipath_abempty ... ok
[INFO] [stdout] test parser::link_url::parse_link::test_ipath_absolute ... ok
[INFO] [stdout] test parser::link_url::punycode_warning::test::decode_host ... ok
[INFO] [stdout] test parser::link_url::punycode_warning::test::is_puny_positive ... ok
[INFO] [stdout] test parser::parse_from_text::hashtag_content_char_ranges::test::test_some_invalid_chars ... ok
[INFO] [stdout] test parser::parse_from_text::hashtag_content_char_ranges::test::test_range_function ... ok
[INFO] [stdout] test parser::parse_from_text::hashtag_content_char_ranges::test::test_some_valid_chars ... ok
[INFO] [stdout] test parser::link_url::punycode_warning::test::encode_host ... ok
[INFO] [stdout] test parser::link_url::punycode_warning::test::is_puny_negative ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests deltachat_message_parser
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "789be9df0b90d2e509f0e9154730d3d65c3b7b4bffc16fe8d3eedfabad7164b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "789be9df0b90d2e509f0e9154730d3d65c3b7b4bffc16fe8d3eedfabad7164b3", kill_on_drop: false }`
[INFO] [stdout] 789be9df0b90d2e509f0e9154730d3d65c3b7b4bffc16fe8d3eedfabad7164b3
