[INFO] fetching crate sdp-nom 0.2.0...
[INFO] checking sdp-nom-0.2.0 against 1.95.0 for pr-155915
[INFO] extracting crate sdp-nom 0.2.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate sdp-nom 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate sdp-nom 0.2.0
[INFO] tweaked toml for crates.io crate sdp-nom 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sdp-nom 0.2.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sdp-nom 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded paste v1.0.9
[INFO] [stderr]   Downloaded yansi v0.5.1
[INFO] [stderr]   Downloaded rmp-serde v0.15.5
[INFO] [stderr]   Downloaded rmp v0.8.11
[INFO] [stderr]   Downloaded enum-as-inner v0.5.1
[INFO] [stderr]   Downloaded derive-into-owned v0.2.0
[INFO] [stderr]   Downloaded ufmt-write v0.1.0
[INFO] [stderr]   Downloaded output_vt100 v0.1.3
[INFO] [stderr]   Downloaded ufmt-macros v0.3.0
[INFO] [stderr]   Downloaded serde_json v1.0.87
[INFO] [stderr]   Downloaded pretty_assertions v1.3.0
[INFO] [stderr]   Downloaded ufmt v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1fbda8deb3018d9b5d89a305255a2289e3167c05617e88cf639a041d03b40753
[INFO] running `Command { std: "docker" "start" "-a" "1fbda8deb3018d9b5d89a305255a2289e3167c05617e88cf639a041d03b40753", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1fbda8deb3018d9b5d89a305255a2289e3167c05617e88cf639a041d03b40753", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fbda8deb3018d9b5d89a305255a2289e3167c05617e88cf639a041d03b40753", kill_on_drop: false }`
[INFO] [stdout] 1fbda8deb3018d9b5d89a305255a2289e3167c05617e88cf639a041d03b40753
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 714510d9c377013010ecedbfc1cf21a4cfaba6fef886960ac0f4f89f033187fd
[INFO] running `Command { std: "docker" "start" "-a" "714510d9c377013010ecedbfc1cf21a4cfaba6fef886960ac0f4f89f033187fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]     Checking ufmt-write v0.1.0
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking pretty_assertions v1.3.0
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]    Compiling ufmt-macros v0.3.0
[INFO] [stderr]    Compiling derive-into-owned v0.2.0
[INFO] [stderr]    Compiling enum-as-inner v0.5.1
[INFO] [stderr]     Checking ufmt v0.2.0
[INFO] [stderr]     Checking sdp-nom v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/attributes.rs:274:33
[INFO] [stdout]     |
[INFO] [stdout] 274 |             |(payload, config)| (Fmtp { payload, config }),
[INFO] [stdout]     |                                 ^                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 274 -             |(payload, config)| (Fmtp { payload, config }),
[INFO] [stdout] 274 +             |(payload, config)| Fmtp { payload, config },
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/lines/connection.rs:44:40
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }),
[INFO] [stdout]    |                                        ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -                 |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }),
[INFO] [stdout] 44 +                 |(ip_ver, addr, mask)| Connection { ip_ver, addr, mask } ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/lines.rs:356:31
[INFO] [stdout]     |
[INFO] [stdout] 356 |             |(r#type, limit)| (BandWidth { r#type, limit }),
[INFO] [stdout]     |                               ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 356 -             |(r#type, limit)| (BandWidth { r#type, limit }),
[INFO] [stdout] 356 +             |(r#type, limit)| BandWidth { r#type, limit },
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `display`
[INFO] [stdout]    --> src/session.rs:138:37
[INFO] [stdout]     |
[INFO] [stdout] 138 | #[cfg(all(feature = "udisplay", not(feature = "display")))]
[INFO] [stdout]     |                                     ^^^^^^^^^^---------
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: there is a expected value with a similar name: `"udisplay"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc`
[INFO] [stdout]     = help: consider adding `display` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `display`
[INFO] [stdout]    --> src/session.rs:147:37
[INFO] [stdout]     |
[INFO] [stdout] 147 | #[cfg(all(feature = "udisplay", not(feature = "display")))]
[INFO] [stdout]     |                                     ^^^^^^^^^^---------
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: there is a expected value with a similar name: `"udisplay"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc`
[INFO] [stdout]     = help: consider adding `display` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/attributes.rs:274:33
[INFO] [stdout]     |
[INFO] [stdout] 274 |             |(payload, config)| (Fmtp { payload, config }),
[INFO] [stdout]     |                                 ^                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 274 -             |(payload, config)| (Fmtp { payload, config }),
[INFO] [stdout] 274 +             |(payload, config)| Fmtp { payload, config },
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/lines/connection.rs:44:40
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }),
[INFO] [stdout]    |                                        ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -                 |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }),
[INFO] [stdout] 44 +                 |(ip_ver, addr, mask)| Connection { ip_ver, addr, mask } ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/lines.rs:356:31
[INFO] [stdout]     |
[INFO] [stdout] 356 |             |(r#type, limit)| (BandWidth { r#type, limit }),
[INFO] [stdout]     |                               ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 356 -             |(r#type, limit)| (BandWidth { r#type, limit }),
[INFO] [stdout] 356 +             |(r#type, limit)| BandWidth { r#type, limit },
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `display`
[INFO] [stdout]    --> src/session.rs:138:37
[INFO] [stdout]     |
[INFO] [stdout] 138 | #[cfg(all(feature = "udisplay", not(feature = "display")))]
[INFO] [stdout]     |                                     ^^^^^^^^^^---------
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: there is a expected value with a similar name: `"udisplay"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc`
[INFO] [stdout]     = help: consider adding `display` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `display`
[INFO] [stdout]    --> src/session.rs:147:37
[INFO] [stdout]     |
[INFO] [stdout] 147 | #[cfg(all(feature = "udisplay", not(feature = "display")))]
[INFO] [stdout]     |                                     ^^^^^^^^^^---------
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: there is a expected value with a similar name: `"udisplay"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc`
[INFO] [stdout]     = help: consider adding `display` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes.rs:76:30
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine> {
[INFO] [stdout]    |                              ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |
[INFO] [stdout]    |                              |                the same lifetime is elided here
[INFO] [stdout]    |                              the 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] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/candidate.rs:90:25
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/candidate.rs:155:30
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/extmap.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap> {
[INFO] [stdout]    |                       ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                |
[INFO] [stdout]    |                       |                the same lifetime is elided here
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: 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 | fn read_extmap(input: &str) -> IResult<&str, Extmap<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/extmap.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/ice.rs:39:34
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                |
[INFO] [stdout]    |                                  |                the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:158:26
[INFO] [stdout]     |
[INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam> {
[INFO] [stdout]     |                          ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:202:27
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:216:20
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:241:37
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb> {
[INFO] [stdout]     |                                     ^^^^             ^^^^  ^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                |
[INFO] [stdout]     |                                     |                the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:245:28
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/rtpmap.rs:63:27
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/ssrc.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:169:37
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup> {
[INFO] [stdout]     |                                     ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                |
[INFO] [stdout]     |                                     |                the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:173:28
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn bundle_group(input: &str) -> IResult<&str, BundleGroup> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn bundle_group(input: &str) -> IResult<&str, BundleGroup<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:221:38
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp> {
[INFO] [stdout]     |                                      ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |                |
[INFO] [stdout]     |                                      |                the same lifetime is elided here
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:225:29
[INFO] [stdout]     |
[INFO] [stdout] 225 |     fn rtp_attribute(input: &str) -> IResult<&str, Rtp> {
[INFO] [stdout]     |                             ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 225 |     fn rtp_attribute(input: &str) -> IResult<&str, Rtp<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:264:39
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp> {
[INFO] [stdout]     |                                       ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |                |
[INFO] [stdout]     |                                       |                the same lifetime is elided here
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:268:30
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:308:42
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn control_attribute_line(input: &str) -> IResult<&str, Control> {
[INFO] [stdout]     |                                          ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |                |
[INFO] [stdout]     |                                          |                the same lifetime is elided here
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn control_attribute_line(input: &str) -> IResult<&str, Control<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:312:33
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn control_attribute(input: &str) -> IResult<&str, Control> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                |
[INFO] [stdout]     |                                 |                the same lifetime is elided here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn control_attribute(input: &str) -> IResult<&str, Control<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:435:36
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                |
[INFO] [stdout]     |                                    |                the same lifetime is elided here
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:440:31
[INFO] [stdout]     |
[INFO] [stdout] 440 |     pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint> {
[INFO] [stdout]     |                               ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 440 |     pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:470:28
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn mid_line(input: &str) -> IResult<&str, Mid> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn mid_line(input: &str) -> IResult<&str, Mid<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:474:23
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn mid(input: &str) -> IResult<&str, Mid> {
[INFO] [stdout]     |                       ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn mid(input: &str) -> IResult<&str, Mid<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:505:38
[INFO] [stdout]     |
[INFO] [stdout] 505 |     pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic> {
[INFO] [stdout]     |                                      ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |                |
[INFO] [stdout]     |                                      |                the same lifetime is elided here
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 505 |     pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:509:33
[INFO] [stdout]     |
[INFO] [stdout] 509 |     pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                |
[INFO] [stdout]     |                                 |                the same lifetime is elided here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 509 |     pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:541:29
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn msid_line(input: &str) -> IResult<&str, Msid> {
[INFO] [stdout]     |                             ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn msid_line(input: &str) -> IResult<&str, Msid<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:545:24
[INFO] [stdout]     |
[INFO] [stdout] 545 |     pub fn msid(input: &str) -> IResult<&str, Msid> {
[INFO] [stdout]     |                        ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is elided here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 545 |     pub fn msid(input: &str) -> IResult<&str, Msid<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lines.rs:64:28
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine> {
[INFO] [stdout]    |                            ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                |
[INFO] [stdout]    |                            |                the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lines/media.rs:27:26
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn media_line(input: &str) -> IResult<&str, Media> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: 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 fn media_line(input: &str) -> IResult<&str, Media<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lines/origin.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lines/origin.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:129:29
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn name_line(input: &str) -> IResult<&str, SessionName> {
[INFO] [stdout]     |                             ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn name_line(input: &str) -> IResult<&str, SessionName<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:162:36
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn description_line(input: &str) -> IResult<&str, SessionInformation> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                |
[INFO] [stdout]     |                                    |                the same lifetime is elided here
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn description_line(input: &str) -> IResult<&str, SessionInformation<'_>> {
[INFO] [stdout]     |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:195:28
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn uri_line(input: &str) -> IResult<&str, Uri> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn uri_line(input: &str) -> IResult<&str, Uri<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:224:38
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress> {
[INFO] [stdout]     |                                      ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |                |
[INFO] [stdout]     |                                      |                the same lifetime is elided here
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:254:37
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber> {
[INFO] [stdout]     |                                     ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                |
[INFO] [stdout]     |                                     |                the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sdp_line.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine> {
[INFO] [stdout]    |                        ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                |
[INFO] [stdout]    |                        |                the same lifetime is elided here
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `display`
[INFO] [stdout]   --> examples/health_hazard.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |         if #[cfg(feature = "display")] {
[INFO] [stdout]    |                  ^^^^^^^^^^---------
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            help: there is a expected value with a similar name: `"udisplay"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc`
[INFO] [stdout]    = help: consider adding `display` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AssertLinify` is never used
[INFO] [stdout]   --> src/assert.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | trait AssertLinify {
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes.rs:76:30
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine> {
[INFO] [stdout]    |                              ^^^^             ^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |
[INFO] [stdout]    |                              |                the same lifetime is elided here
[INFO] [stdout]    |                              the 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] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/candidate.rs:90:25
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/candidate.rs:155:30
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/extmap.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap> {
[INFO] [stdout]    |                       ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                |
[INFO] [stdout]    |                       |                the same lifetime is elided here
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: 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 | fn read_extmap(input: &str) -> IResult<&str, Extmap<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/extmap.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/ice.rs:39:34
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter> {
[INFO] [stdout]    |                                  ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                |
[INFO] [stdout]    |                                  |                the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:158:26
[INFO] [stdout]     |
[INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam> {
[INFO] [stdout]     |                          ^^^^             ^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:202:27
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:216:20
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:241:37
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb> {
[INFO] [stdout]     |                                     ^^^^             ^^^^  ^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                |
[INFO] [stdout]     |                                     |                the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes/rtcp.rs:245:28
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/rtpmap.rs:63:27
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attributes/ssrc.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:169:37
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup> {
[INFO] [stdout]     |                                     ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                |
[INFO] [stdout]     |                                     |                the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:173:28
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn bundle_group(input: &str) -> IResult<&str, BundleGroup> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn bundle_group(input: &str) -> IResult<&str, BundleGroup<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:221:38
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp> {
[INFO] [stdout]     |                                      ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |                |
[INFO] [stdout]     |                                      |                the same lifetime is elided here
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:225:29
[INFO] [stdout]     |
[INFO] [stdout] 225 |     fn rtp_attribute(input: &str) -> IResult<&str, Rtp> {
[INFO] [stdout]     |                             ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 225 |     fn rtp_attribute(input: &str) -> IResult<&str, Rtp<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:264:39
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp> {
[INFO] [stdout]     |                                       ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |                |
[INFO] [stdout]     |                                       |                the same lifetime is elided here
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:268:30
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:308:42
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn control_attribute_line(input: &str) -> IResult<&str, Control> {
[INFO] [stdout]     |                                          ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |                |
[INFO] [stdout]     |                                          |                the same lifetime is elided here
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn control_attribute_line(input: &str) -> IResult<&str, Control<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:312:33
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn control_attribute(input: &str) -> IResult<&str, Control> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                |
[INFO] [stdout]     |                                 |                the same lifetime is elided here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn control_attribute(input: &str) -> IResult<&str, Control<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:435:36
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                |
[INFO] [stdout]     |                                    |                the same lifetime is elided here
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:440:31
[INFO] [stdout]     |
[INFO] [stdout] 440 |     pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint> {
[INFO] [stdout]     |                               ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 440 |     pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:470:28
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn mid_line(input: &str) -> IResult<&str, Mid> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn mid_line(input: &str) -> IResult<&str, Mid<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:474:23
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn mid(input: &str) -> IResult<&str, Mid> {
[INFO] [stdout]     |                       ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn mid(input: &str) -> IResult<&str, Mid<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:505:38
[INFO] [stdout]     |
[INFO] [stdout] 505 |     pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic> {
[INFO] [stdout]     |                                      ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |                |
[INFO] [stdout]     |                                      |                the same lifetime is elided here
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 505 |     pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:509:33
[INFO] [stdout]     |
[INFO] [stdout] 509 |     pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic> {
[INFO] [stdout]     |                                 ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                |
[INFO] [stdout]     |                                 |                the same lifetime is elided here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 509 |     pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:541:29
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn msid_line(input: &str) -> IResult<&str, Msid> {
[INFO] [stdout]     |                             ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 541 |     pub fn msid_line(input: &str) -> IResult<&str, Msid<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/attributes.rs:545:24
[INFO] [stdout]     |
[INFO] [stdout] 545 |     pub fn msid(input: &str) -> IResult<&str, Msid> {
[INFO] [stdout]     |                        ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is elided here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 545 |     pub fn msid(input: &str) -> IResult<&str, Msid<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lines.rs:64:28
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine> {
[INFO] [stdout]    |                            ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                |
[INFO] [stdout]    |                            |                the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lines/media.rs:27:26
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn media_line(input: &str) -> IResult<&str, Media> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: 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 fn media_line(input: &str) -> IResult<&str, Media<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lines/origin.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lines/origin.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin<'_>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:129:29
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn name_line(input: &str) -> IResult<&str, SessionName> {
[INFO] [stdout]     |                             ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn name_line(input: &str) -> IResult<&str, SessionName<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:162:36
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn description_line(input: &str) -> IResult<&str, SessionInformation> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                |
[INFO] [stdout]     |                                    |                the same lifetime is elided here
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn description_line(input: &str) -> IResult<&str, SessionInformation<'_>> {
[INFO] [stdout]     |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:195:28
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn uri_line(input: &str) -> IResult<&str, Uri> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn uri_line(input: &str) -> IResult<&str, Uri<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:224:38
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress> {
[INFO] [stdout]     |                                      ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |                |
[INFO] [stdout]     |                                      |                the same lifetime is elided here
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lines.rs:254:37
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber> {
[INFO] [stdout]     |                                     ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                |
[INFO] [stdout]     |                                     |                the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sdp_line.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine> {
[INFO] [stdout]    |                        ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                |
[INFO] [stdout]    |                        |                the same lifetime is elided here
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s
[INFO] running `Command { std: "docker" "inspect" "714510d9c377013010ecedbfc1cf21a4cfaba6fef886960ac0f4f89f033187fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "714510d9c377013010ecedbfc1cf21a4cfaba6fef886960ac0f4f89f033187fd", kill_on_drop: false }`
[INFO] [stdout] 714510d9c377013010ecedbfc1cf21a4cfaba6fef886960ac0f4f89f033187fd
