[INFO] fetching crate const_irc_message_parser 0.9.0...
[INFO] testing const_irc_message_parser-0.9.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate const_irc_message_parser 0.9.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate const_irc_message_parser 0.9.0
[INFO] finished tweaking crates.io crate const_irc_message_parser 0.9.0
[INFO] tweaked toml for crates.io crate const_irc_message_parser 0.9.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate const_irc_message_parser 0.9.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f555eaa0935fb177148f7101edb247b4a333eeaa4232bf6ac374b36d619752d5
[INFO] running `Command { std: "docker" "start" "-a" "f555eaa0935fb177148f7101edb247b4a333eeaa4232bf6ac374b36d619752d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f555eaa0935fb177148f7101edb247b4a333eeaa4232bf6ac374b36d619752d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f555eaa0935fb177148f7101edb247b4a333eeaa4232bf6ac374b36d619752d5", kill_on_drop: false }`
[INFO] [stdout] f555eaa0935fb177148f7101edb247b4a333eeaa4232bf6ac374b36d619752d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5effeec227afc67d8791bc7efb9fedb56fa54a51d5c74b28d882bc9a12eb2fb9
[INFO] running `Command { std: "docker" "start" "-a" "5effeec227afc67d8791bc7efb9fedb56fa54a51d5c74b28d882bc9a12eb2fb9", kill_on_drop: false }`
[INFO] [stderr]    Compiling const_irc_message_parser v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:58
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub const fn parse(input: &'msg[u8]) -> Result<Self, IrcMsgError> {
[INFO] [stdout]    |                                ----                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is named 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: consistently use `'msg`
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub const fn parse(input: &'msg[u8]) -> Result<Self, IrcMsgError<'msg>> {
[INFO] [stdout]    |                                                                     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:132:68
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub const fn parse_utf8_only(input: &'msg[u8]) -> Result<Self, IrcMsgError> {
[INFO] [stdout]     |                                          ----                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'msg`
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub const fn parse_utf8_only(input: &'msg[u8]) -> Result<Self, IrcMsgError<'msg>> {
[INFO] [stdout]     |                                                                               ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:145:23
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub const fn tags(&self) -> Option<Tags> {
[INFO] [stdout]     |                       ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub const fn tags(&self) -> Option<Tags<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:150:25
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub const fn source(&self) -> Option<Source> {
[INFO] [stdout]     |                         ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub const fn source(&self) -> Option<Source<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub const fn command(&self) -> Command {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub const fn command(&self) -> Command<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub const fn parameters(&self) -> Option<Parameters> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub const fn parameters(&self) -> Option<Parameters<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tags.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub const fn extract_first(&self) -> Tag {
[INFO] [stdout]    |                                ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub const fn extract_first(&self) -> Tag<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tags.rs:90:31
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub const fn extract_last(&self) -> Tag {
[INFO] [stdout]    |                               ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub const fn extract_last(&self) -> Tag<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tags.rs:100:35
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub const fn extract_specific(&self, target_index: usize) -> Option<Tag> {
[INFO] [stdout]     |                                   ^^^^^ the lifetime is elided here     ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub const fn extract_specific(&self, target_index: usize) -> Option<Tag<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/source.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub const fn origin(&self) -> Origin {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub const fn origin(&self) -> Origin<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub const fn content(&self) -> ContentType {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub const fn content(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:168:23
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub const fn nick(&self) -> ContentType {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub const fn nick(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:178:23
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub const fn user(&self) -> Option<ContentType> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub const fn user(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:188:23
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub const fn host(&self) -> Option<ContentType> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub const fn host(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/command.rs:40:81
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const fn parse(input: &'msg [u8], params_amount: usize) -> Result<Self, CommandError> {
[INFO] [stdout]    |                                ---- the lifetime is named here                  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'msg`
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const fn parse(input: &'msg [u8], params_amount: usize) -> Result<Self, CommandError<'msg>> {
[INFO] [stdout]    |                                                                                             ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:59:26
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub const fn content(&self) -> ContentType {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub const fn content(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:66:32
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub const fn extract_first(&self) -> ContentType {
[INFO] [stdout]    |                                ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub const fn extract_first(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub const fn extract_last(&self) -> ContentType {
[INFO] [stdout]    |                               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub const fn extract_last(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const fn extract_specific(&self, target_index: usize) -> Option<ContentType> {
[INFO] [stdout]    |                                   ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const fn extract_specific(&self, target_index: usize) -> Option<ContentType<'_>> {
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:120:49
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const fn split_at_first_fmt_byte(input: &[u8]) -> Option<(OptMsgPart, Option<Self>, OptIrcColours, OptMsgPart)> {
[INFO] [stdout]     |                                                 ^^^^^             ^^^^^^^^^^                ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                 |                 |                         |
[INFO] [stdout]     |                                                 |                 |                         the same lifetime is hidden here
[INFO] [stdout]     |                                                 |                 the same lifetime is hidden here
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const fn split_at_first_fmt_byte(input: &[u8]) -> Option<(OptMsgPart<'_>, Option<Self>, OptIrcColours<'_>, OptMsgPart<'_>)> {
[INFO] [stdout]     |                                                                             ++++                             ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:200:32
[INFO] [stdout]     |
[INFO] [stdout] 200 |     const fn one_colour(after: &[u8], index: usize) -> (OptIrcColours, OptMsgPart) {
[INFO] [stdout]     |                                ^^^^^                    ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |                        |
[INFO] [stdout]     |                                |                        the same lifetime is hidden here
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     const fn one_colour(after: &[u8], index: usize) -> (OptIrcColours<'_>, OptMsgPart<'_>) {
[INFO] [stdout]     |                                                                      ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:204:33
[INFO] [stdout]     |
[INFO] [stdout] 204 |     const fn two_colours(after: &[u8], first_split: usize, last_split: usize) -> (OptIrcColours, OptMsgPart) {
[INFO] [stdout]     |                                 ^^^^^                                             ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                                                 |
[INFO] [stdout]     |                                 the lifetime is elided here                       the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 |     const fn two_colours(after: &[u8], first_split: usize, last_split: usize) -> (OptIrcColours<'_>, OptMsgPart<'_>) {
[INFO] [stdout]     |                                                                                                ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/isupport.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub const fn parameter(&self) -> ContentType {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub const fn parameter(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/isupport.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub const fn value(&self) -> Option<ContentType> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub const fn value(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "5effeec227afc67d8791bc7efb9fedb56fa54a51d5c74b28d882bc9a12eb2fb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5effeec227afc67d8791bc7efb9fedb56fa54a51d5c74b28d882bc9a12eb2fb9", kill_on_drop: false }`
[INFO] [stdout] 5effeec227afc67d8791bc7efb9fedb56fa54a51d5c74b28d882bc9a12eb2fb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6e25254506f9a0c7b1ba60232104a43714db8ebb6bbab2f918a8b632b4ede63
[INFO] running `Command { std: "docker" "start" "-a" "c6e25254506f9a0c7b1ba60232104a43714db8ebb6bbab2f918a8b632b4ede63", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:58
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub const fn parse(input: &'msg[u8]) -> Result<Self, IrcMsgError> {
[INFO] [stdout]    |                                ----                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is named 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: consistently use `'msg`
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub const fn parse(input: &'msg[u8]) -> Result<Self, IrcMsgError<'msg>> {
[INFO] [stdout]    |                                                                     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:132:68
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub const fn parse_utf8_only(input: &'msg[u8]) -> Result<Self, IrcMsgError> {
[INFO] [stdout]     |                                          ----                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'msg`
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub const fn parse_utf8_only(input: &'msg[u8]) -> Result<Self, IrcMsgError<'msg>> {
[INFO] [stdout]     |                                                                               ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:145:23
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub const fn tags(&self) -> Option<Tags> {
[INFO] [stdout]     |                       ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub const fn tags(&self) -> Option<Tags<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:150:25
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub const fn source(&self) -> Option<Source> {
[INFO] [stdout]     |                         ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub const fn source(&self) -> Option<Source<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub const fn command(&self) -> Command {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub const fn command(&self) -> Command<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub const fn parameters(&self) -> Option<Parameters> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub const fn parameters(&self) -> Option<Parameters<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tags.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub const fn extract_first(&self) -> Tag {
[INFO] [stdout]    |                                ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub const fn extract_first(&self) -> Tag<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tags.rs:90:31
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub const fn extract_last(&self) -> Tag {
[INFO] [stdout]    |                               ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub const fn extract_last(&self) -> Tag<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tags.rs:100:35
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub const fn extract_specific(&self, target_index: usize) -> Option<Tag> {
[INFO] [stdout]     |                                   ^^^^^ the lifetime is elided here     ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub const fn extract_specific(&self, target_index: usize) -> Option<Tag<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/source.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub const fn origin(&self) -> Origin {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub const fn origin(&self) -> Origin<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub const fn content(&self) -> ContentType {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub const fn content(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:168:23
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub const fn nick(&self) -> ContentType {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub const fn nick(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:178:23
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub const fn user(&self) -> Option<ContentType> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub const fn user(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:188:23
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub const fn host(&self) -> Option<ContentType> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub const fn host(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/command.rs:40:81
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const fn parse(input: &'msg [u8], params_amount: usize) -> Result<Self, CommandError> {
[INFO] [stdout]    |                                ---- the lifetime is named here                  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'msg`
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const fn parse(input: &'msg [u8], params_amount: usize) -> Result<Self, CommandError<'msg>> {
[INFO] [stdout]    |                                                                                             ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:59:26
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub const fn content(&self) -> ContentType {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub const fn content(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:66:32
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub const fn extract_first(&self) -> ContentType {
[INFO] [stdout]    |                                ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub const fn extract_first(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub const fn extract_last(&self) -> ContentType {
[INFO] [stdout]    |                               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub const fn extract_last(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const fn extract_specific(&self, target_index: usize) -> Option<ContentType> {
[INFO] [stdout]    |                                   ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const fn extract_specific(&self, target_index: usize) -> Option<ContentType<'_>> {
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:120:49
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const fn split_at_first_fmt_byte(input: &[u8]) -> Option<(OptMsgPart, Option<Self>, OptIrcColours, OptMsgPart)> {
[INFO] [stdout]     |                                                 ^^^^^             ^^^^^^^^^^                ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                 |                 |                         |
[INFO] [stdout]     |                                                 |                 |                         the same lifetime is hidden here
[INFO] [stdout]     |                                                 |                 the same lifetime is hidden here
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const fn split_at_first_fmt_byte(input: &[u8]) -> Option<(OptMsgPart<'_>, Option<Self>, OptIrcColours<'_>, OptMsgPart<'_>)> {
[INFO] [stdout]     |                                                                             ++++                             ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:200:32
[INFO] [stdout]     |
[INFO] [stdout] 200 |     const fn one_colour(after: &[u8], index: usize) -> (OptIrcColours, OptMsgPart) {
[INFO] [stdout]     |                                ^^^^^                    ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |                        |
[INFO] [stdout]     |                                |                        the same lifetime is hidden here
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     const fn one_colour(after: &[u8], index: usize) -> (OptIrcColours<'_>, OptMsgPart<'_>) {
[INFO] [stdout]     |                                                                      ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:204:33
[INFO] [stdout]     |
[INFO] [stdout] 204 |     const fn two_colours(after: &[u8], first_split: usize, last_split: usize) -> (OptIrcColours, OptMsgPart) {
[INFO] [stdout]     |                                 ^^^^^                                             ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                                                 |
[INFO] [stdout]     |                                 the lifetime is elided here                       the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 |     const fn two_colours(after: &[u8], first_split: usize, last_split: usize) -> (OptIrcColours<'_>, OptMsgPart<'_>) {
[INFO] [stdout]     |                                                                                                ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/isupport.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub const fn parameter(&self) -> ContentType {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub const fn parameter(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/isupport.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub const fn value(&self) -> Option<ContentType> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub const fn value(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling const_irc_message_parser v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:58
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub const fn parse(input: &'msg[u8]) -> Result<Self, IrcMsgError> {
[INFO] [stdout]    |                                ----                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is named 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: consistently use `'msg`
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub const fn parse(input: &'msg[u8]) -> Result<Self, IrcMsgError<'msg>> {
[INFO] [stdout]    |                                                                     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:132:68
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub const fn parse_utf8_only(input: &'msg[u8]) -> Result<Self, IrcMsgError> {
[INFO] [stdout]     |                                          ----                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'msg`
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub const fn parse_utf8_only(input: &'msg[u8]) -> Result<Self, IrcMsgError<'msg>> {
[INFO] [stdout]     |                                                                               ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:145:23
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub const fn tags(&self) -> Option<Tags> {
[INFO] [stdout]     |                       ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub const fn tags(&self) -> Option<Tags<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:150:25
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub const fn source(&self) -> Option<Source> {
[INFO] [stdout]     |                         ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub const fn source(&self) -> Option<Source<'_>> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub const fn command(&self) -> Command {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub const fn command(&self) -> Command<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub const fn parameters(&self) -> Option<Parameters> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub const fn parameters(&self) -> Option<Parameters<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tags.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub const fn extract_first(&self) -> Tag {
[INFO] [stdout]    |                                ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub const fn extract_first(&self) -> Tag<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tags.rs:90:31
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub const fn extract_last(&self) -> Tag {
[INFO] [stdout]    |                               ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub const fn extract_last(&self) -> Tag<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tags.rs:100:35
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub const fn extract_specific(&self, target_index: usize) -> Option<Tag> {
[INFO] [stdout]     |                                   ^^^^^ the lifetime is elided here     ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub const fn extract_specific(&self, target_index: usize) -> Option<Tag<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/source.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub const fn origin(&self) -> Origin {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub const fn origin(&self) -> Origin<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub const fn content(&self) -> ContentType {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub const fn content(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:168:23
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub const fn nick(&self) -> ContentType {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub const fn nick(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:178:23
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub const fn user(&self) -> Option<ContentType> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub const fn user(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/source.rs:188:23
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub const fn host(&self) -> Option<ContentType> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub const fn host(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/command.rs:40:81
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const fn parse(input: &'msg [u8], params_amount: usize) -> Result<Self, CommandError> {
[INFO] [stdout]    |                                ---- the lifetime is named here                  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'msg`
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const fn parse(input: &'msg [u8], params_amount: usize) -> Result<Self, CommandError<'msg>> {
[INFO] [stdout]    |                                                                                             ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:59:26
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub const fn content(&self) -> ContentType {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub const fn content(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:66:32
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub const fn extract_first(&self) -> ContentType {
[INFO] [stdout]    |                                ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub const fn extract_first(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub const fn extract_last(&self) -> ContentType {
[INFO] [stdout]    |                               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub const fn extract_last(&self) -> ContentType<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parameters.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const fn extract_specific(&self, target_index: usize) -> Option<ContentType> {
[INFO] [stdout]    |                                   ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub const fn extract_specific(&self, target_index: usize) -> Option<ContentType<'_>> {
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:120:49
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const fn split_at_first_fmt_byte(input: &[u8]) -> Option<(OptMsgPart, Option<Self>, OptIrcColours, OptMsgPart)> {
[INFO] [stdout]     |                                                 ^^^^^             ^^^^^^^^^^                ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                 |                 |                         |
[INFO] [stdout]     |                                                 |                 |                         the same lifetime is hidden here
[INFO] [stdout]     |                                                 |                 the same lifetime is hidden here
[INFO] [stdout]     |                                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const fn split_at_first_fmt_byte(input: &[u8]) -> Option<(OptMsgPart<'_>, Option<Self>, OptIrcColours<'_>, OptMsgPart<'_>)> {
[INFO] [stdout]     |                                                                             ++++                             ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:200:32
[INFO] [stdout]     |
[INFO] [stdout] 200 |     const fn one_colour(after: &[u8], index: usize) -> (OptIrcColours, OptMsgPart) {
[INFO] [stdout]     |                                ^^^^^                    ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |                        |
[INFO] [stdout]     |                                |                        the same lifetime is hidden here
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     const fn one_colour(after: &[u8], index: usize) -> (OptIrcColours<'_>, OptMsgPart<'_>) {
[INFO] [stdout]     |                                                                      ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/formatting.rs:204:33
[INFO] [stdout]     |
[INFO] [stdout] 204 |     const fn two_colours(after: &[u8], first_split: usize, last_split: usize) -> (OptIrcColours, OptMsgPart) {
[INFO] [stdout]     |                                 ^^^^^                                             ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                                                 |
[INFO] [stdout]     |                                 the lifetime is elided here                       the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 |     const fn two_colours(after: &[u8], first_split: usize, last_split: usize) -> (OptIrcColours<'_>, OptMsgPart<'_>) {
[INFO] [stdout]     |                                                                                                ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/isupport.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub const fn parameter(&self) -> ContentType {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub const fn parameter(&self) -> ContentType<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/isupport.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub const fn value(&self) -> Option<ContentType> {
[INFO] [stdout]     |                        ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub const fn value(&self) -> Option<ContentType<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "c6e25254506f9a0c7b1ba60232104a43714db8ebb6bbab2f918a8b632b4ede63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6e25254506f9a0c7b1ba60232104a43714db8ebb6bbab2f918a8b632b4ede63", kill_on_drop: false }`
[INFO] [stdout] c6e25254506f9a0c7b1ba60232104a43714db8ebb6bbab2f918a8b632b4ede63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 08c9a799012e0650e135bab5138bd054d2ee353ef7be64f3759cf24e04491382
[INFO] running `Command { std: "docker" "start" "-a" "08c9a799012e0650e135bab5138bd054d2ee353ef7be64f3759cf24e04491382", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:57:58
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub const fn parse(input: &'msg[u8]) -> Result<Self, IrcMsgError> {
[INFO] [stderr]    |                                ----                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |
[INFO] [stderr]    |                                the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'msg`
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub const fn parse(input: &'msg[u8]) -> Result<Self, IrcMsgError<'msg>> {
[INFO] [stderr]    |                                                                     ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:132:68
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub const fn parse_utf8_only(input: &'msg[u8]) -> Result<Self, IrcMsgError> {
[INFO] [stderr]     |                                          ----                      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'msg`
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub const fn parse_utf8_only(input: &'msg[u8]) -> Result<Self, IrcMsgError<'msg>> {
[INFO] [stderr]     |                                                                               ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:145:23
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub const fn tags(&self) -> Option<Tags> {
[INFO] [stderr]     |                       ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub const fn tags(&self) -> Option<Tags<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:150:25
[INFO] [stderr]     |
[INFO] [stderr] 150 |     pub const fn source(&self) -> Option<Source> {
[INFO] [stderr]     |                         ^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 150 |     pub const fn source(&self) -> Option<Source<'_>> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:155:26
[INFO] [stderr]     |
[INFO] [stderr] 155 |     pub const fn command(&self) -> Command {
[INFO] [stderr]     |                          ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 155 |     pub const fn command(&self) -> Command<'_> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:160:29
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub const fn parameters(&self) -> Option<Parameters> {
[INFO] [stderr]     |                             ^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub const fn parameters(&self) -> Option<Parameters<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/tags.rs:82:32
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub const fn extract_first(&self) -> Tag {
[INFO] [stderr]    |                                ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub const fn extract_first(&self) -> Tag<'_> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/tags.rs:90:31
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub const fn extract_last(&self) -> Tag {
[INFO] [stderr]    |                               ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub const fn extract_last(&self) -> Tag<'_> {
[INFO] [stderr]    |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tags.rs:100:35
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub const fn extract_specific(&self, target_index: usize) -> Option<Tag> {
[INFO] [stderr]     |                                   ^^^^^ the lifetime is elided here     ^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub const fn extract_specific(&self, target_index: usize) -> Option<Tag<'_>> {
[INFO] [stderr]     |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/source.rs:80:25
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub const fn origin(&self) -> Origin {
[INFO] [stderr]    |                         ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub const fn origin(&self) -> Origin<'_> {
[INFO] [stderr]    |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/source.rs:144:26
[INFO] [stderr]     |
[INFO] [stderr] 144 |     pub const fn content(&self) -> ContentType {
[INFO] [stderr]     |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 144 |     pub const fn content(&self) -> ContentType<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/source.rs:168:23
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub const fn nick(&self) -> ContentType {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub const fn nick(&self) -> ContentType<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/source.rs:178:23
[INFO] [stderr]     |
[INFO] [stderr] 178 |     pub const fn user(&self) -> Option<ContentType> {
[INFO] [stderr]     |                       ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 178 |     pub const fn user(&self) -> Option<ContentType<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/source.rs:188:23
[INFO] [stderr]     |
[INFO] [stderr] 188 |     pub const fn host(&self) -> Option<ContentType> {
[INFO] [stderr]     |                       ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 188 |     pub const fn host(&self) -> Option<ContentType<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/command.rs:40:81
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub const fn parse(input: &'msg [u8], params_amount: usize) -> Result<Self, CommandError> {
[INFO] [stderr]    |                                ---- the lifetime is named here                  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'msg`
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub const fn parse(input: &'msg [u8], params_amount: usize) -> Result<Self, CommandError<'msg>> {
[INFO] [stderr]    |                                                                                             ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parameters.rs:59:26
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub const fn content(&self) -> ContentType {
[INFO] [stderr]    |                          ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub const fn content(&self) -> ContentType<'_> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parameters.rs:66:32
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub const fn extract_first(&self) -> ContentType {
[INFO] [stderr]    |                                ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub const fn extract_first(&self) -> ContentType<'_> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parameters.rs:76:31
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub const fn extract_last(&self) -> ContentType {
[INFO] [stderr]    |                               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub const fn extract_last(&self) -> ContentType<'_> {
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parameters.rs:86:35
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub const fn extract_specific(&self, target_index: usize) -> Option<ContentType> {
[INFO] [stderr]    |                                   ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub const fn extract_specific(&self, target_index: usize) -> Option<ContentType<'_>> {
[INFO] [stderr]    |                                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/formatting.rs:120:49
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub const fn split_at_first_fmt_byte(input: &[u8]) -> Option<(OptMsgPart, Option<Self>, OptIrcColours, OptMsgPart)> {
[INFO] [stderr]     |                                                 ^^^^^             ^^^^^^^^^^                ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                 |                 |                         |
[INFO] [stderr]     |                                                 |                 |                         the same lifetime is hidden here
[INFO] [stderr]     |                                                 |                 the same lifetime is hidden here
[INFO] [stderr]     |                                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub const fn split_at_first_fmt_byte(input: &[u8]) -> Option<(OptMsgPart<'_>, Option<Self>, OptIrcColours<'_>, OptMsgPart<'_>)> {
[INFO] [stderr]     |                                                                             ++++                             ++++            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/formatting.rs:200:32
[INFO] [stderr]     |
[INFO] [stderr] 200 |     const fn one_colour(after: &[u8], index: usize) -> (OptIrcColours, OptMsgPart) {
[INFO] [stderr]     |                                ^^^^^                    ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |                        |
[INFO] [stderr]     |                                |                        the same lifetime is hidden here
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 200 |     const fn one_colour(after: &[u8], index: usize) -> (OptIrcColours<'_>, OptMsgPart<'_>) {
[INFO] [stderr]     |                                                                      ++++            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/formatting.rs:204:33
[INFO] [stderr]     |
[INFO] [stderr] 204 |     const fn two_colours(after: &[u8], first_split: usize, last_split: usize) -> (OptIrcColours, OptMsgPart) {
[INFO] [stderr]     |                                 ^^^^^                                             ^^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                 |                                                 |
[INFO] [stderr]     |                                 the lifetime is elided here                       the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 204 |     const fn two_colours(after: &[u8], first_split: usize, last_split: usize) -> (OptIrcColours<'_>, OptMsgPart<'_>) {
[INFO] [stderr]     |                                                                                                ++++            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/isupport.rs:102:28
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub const fn parameter(&self) -> ContentType {
[INFO] [stderr]     |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub const fn parameter(&self) -> ContentType<'_> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/isupport.rs:107:24
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub const fn value(&self) -> Option<ContentType> {
[INFO] [stderr]     |                        ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub const fn value(&self) -> Option<ContentType<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `const_irc_message_parser` (lib) generated 24 warnings (run `cargo fix --lib -p const_irc_message_parser` to apply 24 suggestions)
[INFO] [stderr] warning: `const_irc_message_parser` (lib test) generated 24 warnings (24 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/const_irc_message_parser-e1bf25db5b66446e)
[INFO] [stdout] 
[INFO] [stdout] running 39 tests
[INFO] [stdout] test casemapping::const_tests::is_equal_ascii ... ok
[INFO] [stdout] test casemapping::const_tests::is_equal_rfc1459 ... ok
[INFO] [stdout] test casemapping::const_tests::is_equal_rfc1459_strict ... ok
[INFO] [stdout] test command::const_tests::parsing_command ... ok
[INFO] [stdout] test command::const_tests::uppercasing ... ok
[INFO] [stdout] test const_tests::displaying_nonutf8 ... ok
[INFO] [stdout] test const_tests::get_command ... ok
[INFO] [stdout] test const_tests::get_parameters ... ok
[INFO] [stdout] test const_tests::parsing_ircmsg ... ok
[INFO] [stdout] test const_tests::remove_tags ... ok
[INFO] [stdout] test formatting::const_tests::count_irc_formatting_bytes ... ok
[INFO] [stdout] test const_tests::removing_first_space ... ok
[INFO] [stdout] test casemapping::const_tests::not_equal_ascii ... ok
[INFO] [stdout] test casemapping::const_tests::not_equal_rfc1459 ... ok
[INFO] [stdout] test formatting::const_tests::find_nth_fmt_byte ... ok
[INFO] [stdout] test formatting::const_tests::detect_irc_formatting ... ok
[INFO] [stdout] test isupport::const_tests::check_set ... ok
[INFO] [stdout] test isupport::const_tests::duplicate_parameter_check ... ok
[INFO] [stdout] test isupport::const_tests::get_parameter ... ok
[INFO] [stdout] test isupport::const_tests::get_value ... ok
[INFO] [stdout] test isupport::const_tests::parse_token ... ok
[INFO] [stdout] test parameters::const_tests::get_first ... ok
[INFO] [stdout] test isupport::const_tests::parse_token_from_contenttype ... ok
[INFO] [stdout] test parameters::const_tests::get_last ... ok
[INFO] [stdout] test parameters::const_tests::parameters_uft8 ... ok
[INFO] [stdout] test parameters::const_tests::parsing_parameters ... ok
[INFO] [stdout] test source::const_tests::invalid_byte_in_source ... ok
[INFO] [stdout] test source::const_tests::parsing_source ... ok
[INFO] [stdout] test tags::const_tests::get_first ... ok
[INFO] [stdout] test tags::const_tests::get_last ... ok
[INFO] [stdout] test formatting::const_tests::splitting_messages_hex ... ok
[INFO] [stdout] test tags::const_tests::get_specific ... ok
[INFO] [stdout] test parameters::const_tests::get_specific ... ok
[INFO] [stdout] test source::const_tests::source_utf8 ... ok
[INFO] [stdout] test casemapping::const_tests::not_equal_rfc1459_strict ... ok
[INFO] [stderr]    Doc-tests const_irc_message_parser
[INFO] [stdout] test casemapping::const_tests::bad_len ... ok
[INFO] [stdout] test formatting::const_tests::splitting_messages ... ok
[INFO] [stdout] test formatting::const_tests::splitting_messages_colours ... ok
[INFO] [stdout] test tags::const_tests::parsing_tags ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "08c9a799012e0650e135bab5138bd054d2ee353ef7be64f3759cf24e04491382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08c9a799012e0650e135bab5138bd054d2ee353ef7be64f3759cf24e04491382", kill_on_drop: false }`
[INFO] [stdout] 08c9a799012e0650e135bab5138bd054d2ee353ef7be64f3759cf24e04491382
