[INFO] fetching crate tynm 0.2.0...
[INFO] testing tynm-0.2.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate tynm 0.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] removed /workspace/builds/worker-6-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tynm 0.2.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7278c40f3d23d82864e4bc6264557617a929fc572b83e234be8a2de121b1ced1
[INFO] running `Command { std: "docker" "start" "-a" "7278c40f3d23d82864e4bc6264557617a929fc572b83e234be8a2de121b1ced1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7278c40f3d23d82864e4bc6264557617a929fc572b83e234be8a2de121b1ced1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7278c40f3d23d82864e4bc6264557617a929fc572b83e234be8a2de121b1ced1", kill_on_drop: false }`
[INFO] [stdout] 7278c40f3d23d82864e4bc6264557617a929fc572b83e234be8a2de121b1ced1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61afb19de566731d2ab62c2d3f4dca10a15880ab97e0770a117416e76934d84c
[INFO] running `Command { std: "docker" "start" "-a" "61afb19de566731d2ab62c2d3f4dca10a15880ab97e0770a117416e76934d84c", 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.21s
[INFO] running `Command { std: "docker" "inspect" "61afb19de566731d2ab62c2d3f4dca10a15880ab97e0770a117416e76934d84c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61afb19de566731d2ab62c2d3f4dca10a15880ab97e0770a117416e76934d84c", kill_on_drop: false }`
[INFO] [stdout] 61afb19de566731d2ab62c2d3f4dca10a15880ab97e0770a117416e76934d84c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c605c82d0d2507014233820beca23054f81c7d4047ebe929f357022546039a28
[INFO] running `Command { std: "docker" "start" "-a" "c605c82d0d2507014233820beca23054f81c7d4047ebe929f357022546039a28", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling ryu v1.0.20
[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] [stderr]    Compiling unsafe-libyaml v0.2.11
[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] [stderr]    Compiling itoa v1.0.15
[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] [stderr]    Compiling diff v0.1.13
[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 11.24s
[INFO] running `Command { std: "docker" "inspect" "c605c82d0d2507014233820beca23054f81c7d4047ebe929f357022546039a28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c605c82d0d2507014233820beca23054f81c7d4047ebe929f357022546039a28", kill_on_drop: false }`
[INFO] [stdout] c605c82d0d2507014233820beca23054f81c7d4047ebe929f357022546039a28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4883791f21a044155f9314aaa777ee5743dcae715e5ec5b5dcfb433ecad338b7
[INFO] running `Command { std: "docker" "start" "-a" "4883791f21a044155f9314aaa777ee5743dcae715e5ec5b5dcfb433ecad338b7", 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.11s
[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_array ... ok
[INFO] [stdout] test tests::type_name_display ... ok
[INFO] [stdout] test tests::type_name_opts ... ok
[INFO] [stdout] test tests::type_name_display_mn ... ok
[INFO] [stdout] test tests::type_name_primitives ... ok
[INFO] [stdout] test tests::type_name_reference ... ok
[INFO] [stdout] test tests::type_name_slice ... ok
[INFO] [stdout] test tests::type_name_usize_mn ... ok
[INFO] [stdout] test tests::type_name_unit_tuple ... ok
[INFO] [stdout] test tests::type_namem_opts ... ok
[INFO] [stdout] test tests::type_namemn_opts ... ok
[INFO] [stdout] test types::tests::parse_multi_type_parameterized_struct ... ok
[INFO] [stdout] test types::tests::parse_nested_multi_type_parameterized_struct ... ok
[INFO] [stdout] test types::tests::parse_nested_type_parameterized_struct ... ok
[INFO] [stdout] test types::tests::parse_type_parameterized_struct ... ok
[INFO] [stdout] test tests::type_name_unsized ... ok
[INFO] [stdout] test tests::type_name_unsized_mn ... ok
[INFO] [stdout] test types::tests::parse_simple_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_namem_opts (line 172) ... ok
[INFO] [stdout] test src/lib.rs - type_namem (line 144) ... ok
[INFO] [stdout] test src/lib.rs - type_namemn (line 281) ... ok
[INFO] [stdout] test src/lib.rs - type_namen_opts (line 242) ... ok
[INFO] [stdout] test src/lib.rs - type_name_opts (line 105) ... 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 - type_name (line 82) ... ok
[INFO] [stdout] test src/types.rs - types::TypeName<'_>::as_display (line 136) ... ok
[INFO] [stdout] test src/types.rs - types::TypeName<'_>::as_display_mn_opts (line 222) ... ok
[INFO] [stdout] test src/types.rs - types::TypeName<'_>::as_display_mn (line 190) ... ok
[INFO] [stdout] test src/lib.rs - (line 17) ... ok
[INFO] [stdout] test src/types.rs - types::TypeNameDisplay (line 17) ... ok
[INFO] [stdout] test src/types.rs - types::TypeName<'_>::as_display_opts (line 155) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.56s; merged doctests compilation took 0.16s
[INFO] running `Command { std: "docker" "inspect" "4883791f21a044155f9314aaa777ee5743dcae715e5ec5b5dcfb433ecad338b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4883791f21a044155f9314aaa777ee5743dcae715e5ec5b5dcfb433ecad338b7", kill_on_drop: false }`
[INFO] [stdout] 4883791f21a044155f9314aaa777ee5743dcae715e5ec5b5dcfb433ecad338b7
