[INFO] fetching crate tynm 0.2.0...
[INFO] testing tynm-0.2.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate tynm 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate tynm 0.2.0
[INFO] finished tweaking crates.io crate tynm 0.2.0
[INFO] tweaked toml for crates.io crate tynm 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tynm 0.2.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tynm 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded indexmap v2.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bbd7e20ed9fc8185f8e716e457a781c13d4958c0a032aa16a2c0525c69ac8ecb
[INFO] running `Command { std: "docker" "start" "-a" "bbd7e20ed9fc8185f8e716e457a781c13d4958c0a032aa16a2c0525c69ac8ecb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bbd7e20ed9fc8185f8e716e457a781c13d4958c0a032aa16a2c0525c69ac8ecb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbd7e20ed9fc8185f8e716e457a781c13d4958c0a032aa16a2c0525c69ac8ecb", kill_on_drop: false }`
[INFO] [stdout] bbd7e20ed9fc8185f8e716e457a781c13d4958c0a032aa16a2c0525c69ac8ecb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 063f1eb3141a20d4c01bf7bb94a3037b8189458215a455b4fefbd081559f785a
[INFO] running `Command { std: "docker" "start" "-a" "063f1eb3141a20d4c01bf7bb94a3037b8189458215a455b4fefbd081559f785a", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling tynm v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:93:31
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn type_parameters(input: &str) -> IResult<&str, Vec<TypeName>> {
[INFO] [stdout]    |                               ^^^^             ^^^^      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn type_parameters(input: &str) -> IResult<&str, Vec<TypeName<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn array_or_slice_internal(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                       ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |                |
[INFO] [stdout]     |                                       |                the same lifetime is elided here
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn array_or_slice_internal(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:129:30
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn array_or_slice(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn array_or_slice(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:133:31
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn parse_reference(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                               ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn parse_reference(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:148:26
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub fn parse_unit(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub fn parse_unit(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:154:27
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn parse_tuple(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn parse_tuple(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn parse_unit_or_tuple(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                   ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |                |
[INFO] [stdout]     |                                   |                the same lifetime is elided here
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn parse_unit_or_tuple(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:171:31
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn named_primitive(input: &str) -> Option<IResult<&str, TypeName>> {
[INFO] [stdout]     |                               ^^^^                    ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                       |
[INFO] [stdout]     |                               |                       the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn named_primitive(input: &str) -> Option<IResult<&str, TypeName<'_>>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:203:27
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub fn struct_type(input: &str) -> IResult<&str, TypeNameStruct> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub fn struct_type(input: &str) -> IResult<&str, TypeNameStruct<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:41
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn named_primitive_or_struct(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                         ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                         |                |
[INFO] [stdout]     |                                         |                the same lifetime is elided here
[INFO] [stdout]     |                                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn named_primitive_or_struct(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:234:26
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn trait_type(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn trait_type(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:246:25
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub fn type_name(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub fn type_name(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn as_display(&self) -> TypeNameDisplay {
[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] 143 |     pub fn as_display(&self) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:162:28
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn as_display_opts(&self, type_params_fmt_opts: TypeParamsFmtOpts) -> TypeNameDisplay {
[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] 162 |     pub fn as_display_opts(&self, type_params_fmt_opts: TypeParamsFmtOpts) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:197:26
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn as_display_mn(&self, m: usize, n: usize) -> TypeNameDisplay {
[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] 197 |     pub fn as_display_mn(&self, m: usize, n: usize) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 234 |     ) -> TypeNameDisplay {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ 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] 234 |     ) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
[INFO] running `Command { std: "docker" "inspect" "063f1eb3141a20d4c01bf7bb94a3037b8189458215a455b4fefbd081559f785a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "063f1eb3141a20d4c01bf7bb94a3037b8189458215a455b4fefbd081559f785a", kill_on_drop: false }`
[INFO] [stdout] 063f1eb3141a20d4c01bf7bb94a3037b8189458215a455b4fefbd081559f785a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4a015d9bfba0471ae6d00a951757f4a66a2491db1779bf33e7fe66de381d614f
[INFO] running `Command { std: "docker" "start" "-a" "4a015d9bfba0471ae6d00a951757f4a66a2491db1779bf33e7fe66de381d614f", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:93:31
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn type_parameters(input: &str) -> IResult<&str, Vec<TypeName>> {
[INFO] [stdout]    |                               ^^^^             ^^^^      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn type_parameters(input: &str) -> IResult<&str, Vec<TypeName<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn array_or_slice_internal(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                       ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |                |
[INFO] [stdout]     |                                       |                the same lifetime is elided here
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn array_or_slice_internal(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:129:30
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn array_or_slice(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn array_or_slice(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:133:31
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn parse_reference(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                               ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn parse_reference(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:148:26
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub fn parse_unit(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub fn parse_unit(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:154:27
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn parse_tuple(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn parse_tuple(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn parse_unit_or_tuple(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                   ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |                |
[INFO] [stdout]     |                                   |                the same lifetime is elided here
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn parse_unit_or_tuple(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:171:31
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn named_primitive(input: &str) -> Option<IResult<&str, TypeName>> {
[INFO] [stdout]     |                               ^^^^                    ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                       |
[INFO] [stdout]     |                               |                       the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn named_primitive(input: &str) -> Option<IResult<&str, TypeName<'_>>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:203:27
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub fn struct_type(input: &str) -> IResult<&str, TypeNameStruct> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub fn struct_type(input: &str) -> IResult<&str, TypeNameStruct<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:41
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn named_primitive_or_struct(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                         ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                         |                |
[INFO] [stdout]     |                                         |                the same lifetime is elided here
[INFO] [stdout]     |                                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn named_primitive_or_struct(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:234:26
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn trait_type(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn trait_type(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:246:25
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub fn type_name(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub fn type_name(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn as_display(&self) -> TypeNameDisplay {
[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] 143 |     pub fn as_display(&self) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:162:28
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn as_display_opts(&self, type_params_fmt_opts: TypeParamsFmtOpts) -> TypeNameDisplay {
[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] 162 |     pub fn as_display_opts(&self, type_params_fmt_opts: TypeParamsFmtOpts) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:197:26
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn as_display_mn(&self, m: usize, n: usize) -> TypeNameDisplay {
[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] 197 |     pub fn as_display_mn(&self, m: usize, n: usize) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 234 |     ) -> TypeNameDisplay {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ 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] 234 |     ) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tynm v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:93:31
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn type_parameters(input: &str) -> IResult<&str, Vec<TypeName>> {
[INFO] [stdout]    |                               ^^^^             ^^^^      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn type_parameters(input: &str) -> IResult<&str, Vec<TypeName<'_>>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn array_or_slice_internal(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                       ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |                |
[INFO] [stdout]     |                                       |                the same lifetime is elided here
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn array_or_slice_internal(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:129:30
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn array_or_slice(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                              ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn array_or_slice(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:133:31
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn parse_reference(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                               ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub fn parse_reference(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:148:26
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub fn parse_unit(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub fn parse_unit(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:154:27
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn parse_tuple(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn parse_tuple(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn parse_unit_or_tuple(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                   ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |                |
[INFO] [stdout]     |                                   |                the same lifetime is elided here
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub fn parse_unit_or_tuple(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:171:31
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn named_primitive(input: &str) -> Option<IResult<&str, TypeName>> {
[INFO] [stdout]     |                               ^^^^                    ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                       |
[INFO] [stdout]     |                               |                       the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn named_primitive(input: &str) -> Option<IResult<&str, TypeName<'_>>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:203:27
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub fn struct_type(input: &str) -> IResult<&str, TypeNameStruct> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub fn struct_type(input: &str) -> IResult<&str, TypeNameStruct<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:219:41
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn named_primitive_or_struct(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                                         ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                         |                |
[INFO] [stdout]     |                                         |                the same lifetime is elided here
[INFO] [stdout]     |                                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn named_primitive_or_struct(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:234:26
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn trait_type(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                |
[INFO] [stdout]     |                          |                the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn trait_type(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:246:25
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub fn type_name(input: &str) -> IResult<&str, TypeName> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub fn type_name(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn as_display(&self) -> TypeNameDisplay {
[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] 143 |     pub fn as_display(&self) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:162:28
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn as_display_opts(&self, type_params_fmt_opts: TypeParamsFmtOpts) -> TypeNameDisplay {
[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] 162 |     pub fn as_display_opts(&self, type_params_fmt_opts: TypeParamsFmtOpts) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:197:26
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn as_display_mn(&self, m: usize, n: usize) -> TypeNameDisplay {
[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] 197 |     pub fn as_display_mn(&self, m: usize, n: usize) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 234 |     ) -> TypeNameDisplay {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ 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] 234 |     ) -> TypeNameDisplay<'_> {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.56s
[INFO] running `Command { std: "docker" "inspect" "4a015d9bfba0471ae6d00a951757f4a66a2491db1779bf33e7fe66de381d614f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a015d9bfba0471ae6d00a951757f4a66a2491db1779bf33e7fe66de381d614f", kill_on_drop: false }`
[INFO] [stdout] 4a015d9bfba0471ae6d00a951757f4a66a2491db1779bf33e7fe66de381d614f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 198573c7b70faa7d08df91e5d902fa198250053833e8ac3eeee283bde2de40a3
[INFO] running `Command { std: "docker" "start" "-a" "198573c7b70faa7d08df91e5d902fa198250053833e8ac3eeee283bde2de40a3", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:93:31
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub fn type_parameters(input: &str) -> IResult<&str, Vec<TypeName>> {
[INFO] [stderr]    |                               ^^^^             ^^^^      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |                |
[INFO] [stderr]    |                               |                the same lifetime is elided here
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub fn type_parameters(input: &str) -> IResult<&str, Vec<TypeName<'_>>> {
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:116:39
[INFO] [stderr]     |
[INFO] [stderr] 116 | pub fn array_or_slice_internal(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                                       ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                       |                |
[INFO] [stderr]     |                                       |                the same lifetime is elided here
[INFO] [stderr]     |                                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 116 | pub fn array_or_slice_internal(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:129:30
[INFO] [stderr]     |
[INFO] [stderr] 129 | pub fn array_or_slice(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                              ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |                |
[INFO] [stderr]     |                              |                the same lifetime is elided here
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 129 | pub fn array_or_slice(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:133:31
[INFO] [stderr]     |
[INFO] [stderr] 133 | pub fn parse_reference(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                               ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |                |
[INFO] [stderr]     |                               |                the same lifetime is elided here
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 133 | pub fn parse_reference(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:148:26
[INFO] [stderr]     |
[INFO] [stderr] 148 | pub fn parse_unit(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                |
[INFO] [stderr]     |                          |                the same lifetime is elided here
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 148 | pub fn parse_unit(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:154:27
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub fn parse_tuple(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                           ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |                |
[INFO] [stderr]     |                           |                the same lifetime is elided here
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub fn parse_tuple(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:167:35
[INFO] [stderr]     |
[INFO] [stderr] 167 | pub fn parse_unit_or_tuple(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                                   ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |                |
[INFO] [stderr]     |                                   |                the same lifetime is elided here
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 167 | pub fn parse_unit_or_tuple(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:171:31
[INFO] [stderr]     |
[INFO] [stderr] 171 | pub fn named_primitive(input: &str) -> Option<IResult<&str, TypeName>> {
[INFO] [stderr]     |                               ^^^^                    ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |                       |
[INFO] [stderr]     |                               |                       the same lifetime is elided here
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 171 | pub fn named_primitive(input: &str) -> Option<IResult<&str, TypeName<'_>>> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:203:27
[INFO] [stderr]     |
[INFO] [stderr] 203 | pub fn struct_type(input: &str) -> IResult<&str, TypeNameStruct> {
[INFO] [stderr]     |                           ^^^^             ^^^^  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |                |
[INFO] [stderr]     |                           |                the same lifetime is elided here
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 203 | pub fn struct_type(input: &str) -> IResult<&str, TypeNameStruct<'_>> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:219:41
[INFO] [stderr]     |
[INFO] [stderr] 219 | pub fn named_primitive_or_struct(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                                         ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                         |                |
[INFO] [stderr]     |                                         |                the same lifetime is elided here
[INFO] [stderr]     |                                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 219 | pub fn named_primitive_or_struct(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:234:26
[INFO] [stderr]     |
[INFO] [stderr] 234 | pub fn trait_type(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                |
[INFO] [stderr]     |                          |                the same lifetime is elided here
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 234 | pub fn trait_type(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:246:25
[INFO] [stderr]     |
[INFO] [stderr] 246 | pub fn type_name(input: &str) -> IResult<&str, TypeName> {
[INFO] [stderr]     |                         ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                |
[INFO] [stderr]     |                         |                the same lifetime is elided here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 246 | pub fn type_name(input: &str) -> IResult<&str, TypeName<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/types.rs:143:23
[INFO] [stderr]     |
[INFO] [stderr] 143 |     pub fn as_display(&self) -> TypeNameDisplay {
[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] 143 |     pub fn as_display(&self) -> TypeNameDisplay<'_> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/types.rs:162:28
[INFO] [stderr]     |
[INFO] [stderr] 162 |     pub fn as_display_opts(&self, type_params_fmt_opts: TypeParamsFmtOpts) -> TypeNameDisplay {
[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] 162 |     pub fn as_display_opts(&self, type_params_fmt_opts: TypeParamsFmtOpts) -> TypeNameDisplay<'_> {
[INFO] [stderr]     |                                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/types.rs:197:26
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn as_display_mn(&self, m: usize, n: usize) -> TypeNameDisplay {
[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] 197 |     pub fn as_display_mn(&self, m: usize, n: usize) -> TypeNameDisplay<'_> {
[INFO] [stderr]     |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/types.rs:230:9
[INFO] [stderr]     |
[INFO] [stderr] 230 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 234 |     ) -> TypeNameDisplay {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^ 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] 234 |     ) -> TypeNameDisplay<'_> {
[INFO] [stderr]     |                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tynm` (lib) generated 16 warnings (run `cargo fix --lib -p tynm` to apply 16 suggestions)
[INFO] [stderr] warning: `tynm` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tynm-65142d80b0a0b480)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test tests::type_name_opts ... ok
[INFO] [stdout] test tests::type_name_unsized ... ok
[INFO] [stdout] test tests::type_name_display_mn ... ok
[INFO] [stdout] test tests::type_name_reference ... ok
[INFO] [stdout] test tests::type_name_array ... ok
[INFO] [stdout] test tests::type_name_usize_mn ... ok
[INFO] [stdout] test tests::type_name_display ... ok
[INFO] [stdout] test tests::type_namemn_opts ... ok
[INFO] [stdout] test tests::type_namem_opts ... ok
[INFO] [stdout] test tests::type_name_slice ... ok
[INFO] [stdout] test tests::type_name_unit_tuple ... ok
[INFO] [stdout] test tests::type_name_unsized_mn ... ok
[INFO] [stdout] test tests::type_name_primitives ... ok
[INFO] [stdout] test types::tests::parse_nested_multi_type_parameterized_struct ... ok
[INFO] [stdout] test types::tests::parse_simple_struct ... ok
[INFO] [stdout] test types::tests::parse_type_parameterized_struct ... ok
[INFO] [stdout] test types::tests::parse_multi_type_parameterized_struct ... ok
[INFO] [stdout] test types::tests::parse_nested_type_parameterized_struct ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tynm
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/lib.rs - type_name_opts (line 105) ... ok
[INFO] [stdout] test src/lib.rs - type_namem_opts (line 172) ... ok
[INFO] [stdout] test src/lib.rs - type_namemn_opts (line 310) ... ok
[INFO] [stdout] test src/lib.rs - type_namen (line 214) ... ok
[INFO] [stdout] test src/lib.rs - (line 17) ... ok
[INFO] [stdout] test src/lib.rs - type_namemn (line 281) ... ok
[INFO] [stdout] test src/lib.rs - type_namem (line 144) ... ok
[INFO] [stdout] test src/lib.rs - type_namen_opts (line 242) ... ok
[INFO] [stdout] test src/types.rs - types::TypeName<'_>::as_display (line 136) ... ok
[INFO] [stdout] test src/lib.rs - type_name (line 82) ... ok
[INFO] [stdout] test src/types.rs - types::TypeName<'_>::as_display_opts (line 155) ... ok
[INFO] [stdout] test src/types.rs - types::TypeName<'_>::as_display_mn_opts (line 222) ... ok
[INFO] [stdout] test src/types.rs - types::TypeNameDisplay (line 17) ... ok
[INFO] [stdout] test src/types.rs - types::TypeName<'_>::as_display_mn (line 190) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.48s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.66s; merged doctests compilation took 0.17s
[INFO] running `Command { std: "docker" "inspect" "198573c7b70faa7d08df91e5d902fa198250053833e8ac3eeee283bde2de40a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "198573c7b70faa7d08df91e5d902fa198250053833e8ac3eeee283bde2de40a3", kill_on_drop: false }`
[INFO] [stdout] 198573c7b70faa7d08df91e5d902fa198250053833e8ac3eeee283bde2de40a3
