[INFO] fetching crate asn1-rs 0.8.0-beta.1...
[INFO] testing asn1-rs-0.8.0-beta.1 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate asn1-rs 0.8.0-beta.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate asn1-rs 0.8.0-beta.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate asn1-rs 0.8.0-beta.1
[INFO] tweaked toml for crates.io crate asn1-rs 0.8.0-beta.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate asn1-rs 0.8.0-beta.1 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate asn1-rs 0.8.0-beta.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d0dd80364c2bf81194cab2d53c221fe08347c5065fbd4b8d29342298e34a036c
[INFO] running `Command { std: "docker" "start" "-a" "d0dd80364c2bf81194cab2d53c221fe08347c5065fbd4b8d29342298e34a036c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0dd80364c2bf81194cab2d53c221fe08347c5065fbd4b8d29342298e34a036c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0dd80364c2bf81194cab2d53c221fe08347c5065fbd4b8d29342298e34a036c", kill_on_drop: false }`
[INFO] [stdout] d0dd80364c2bf81194cab2d53c221fe08347c5065fbd4b8d29342298e34a036c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 376ede40c65af399a4cfd45e0569ab83ae3679d22e46e1e46bbbfdd7402c7d63
[INFO] running `Command { std: "docker" "start" "-a" "376ede40c65af399a4cfd45e0569ab83ae3679d22e46e1e46bbbfdd7402c7d63", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling rusticata-macros v5.0.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling asn1-rs-impl v0.3.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling asn1-rs v0.8.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/tag.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |     T61String = 20,
[INFO] [stdout]    |                 -- matches all the relevant values
[INFO] [stdout] 35 |     TeletexString = 20,
[INFO] [stdout]    |                     ^^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stdout]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stdout]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stdout]     |     |                               |
[INFO] [stdout]     |     |                               the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stdout]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stdout]     |     ---------------------------^^^^^^^------------
[INFO] [stdout]     |     |                          |
[INFO] [stdout]     |     |                          the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stdout]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stdout]     |     |                                   |
[INFO] [stdout]     |     |                                   the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stdout]     |     -----------------------^^^----------------------
[INFO] [stdout]     |     |                      |
[INFO] [stdout]     |     |                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stdout]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stdout]     |     |                                  |
[INFO] [stdout]     |     |                                  the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stdout]     |     ----------------------------^^^^^^^^-------------
[INFO] [stdout]     |     |                           |
[INFO] [stdout]     |     |                           the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stdout]     |     -----------------------^^^--------
[INFO] [stdout]     |     |                      |
[INFO] [stdout]     |     |                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stdout]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stdout]     |     |                                  |
[INFO] [stdout]     |     |                                  the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stdout]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stdout]     |     |                             |
[INFO] [stdout]     |     |                             the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stdout]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stdout]     |     |                                 |
[INFO] [stdout]     |     |                                 the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.65s
[INFO] running `Command { std: "docker" "inspect" "376ede40c65af399a4cfd45e0569ab83ae3679d22e46e1e46bbbfdd7402c7d63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "376ede40c65af399a4cfd45e0569ab83ae3679d22e46e1e46bbbfdd7402c7d63", kill_on_drop: false }`
[INFO] [stdout] 376ede40c65af399a4cfd45e0569ab83ae3679d22e46e1e46bbbfdd7402c7d63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 701c6eed3ecc7fa2112638224387cda61ab5d8a1b1fc435d5f99e408f6ce68b8
[INFO] running `Command { std: "docker" "start" "-a" "701c6eed3ecc7fa2112638224387cda61ab5d8a1b1fc435d5f99e408f6ce68b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling winnow v0.7.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/tag.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |     T61String = 20,
[INFO] [stdout]    |                 -- matches all the relevant values
[INFO] [stdout] 35 |     TeletexString = 20,
[INFO] [stdout]    |                     ^^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stdout]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stdout]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stdout]     |     |                               |
[INFO] [stdout]     |     |                               the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stdout]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stdout]     |     ---------------------------^^^^^^^------------
[INFO] [stdout]     |     |                          |
[INFO] [stdout]     |     |                          the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stdout]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stdout]     |     |                                   |
[INFO] [stdout]     |     |                                   the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stdout]     |     -----------------------^^^----------------------
[INFO] [stdout]     |     |                      |
[INFO] [stdout]     |     |                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stdout]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stdout]     |     |                                  |
[INFO] [stdout]     |     |                                  the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stdout]     |     ----------------------------^^^^^^^^-------------
[INFO] [stdout]     |     |                           |
[INFO] [stdout]     |     |                           the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stdout]     |     -----------------------^^^--------
[INFO] [stdout]     |     |                      |
[INFO] [stdout]     |     |                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stdout]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stdout]     |     |                                  |
[INFO] [stdout]     |     |                                  the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stdout]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stdout]     |     |                             |
[INFO] [stdout]     |     |                             the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stdout]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stdout]     |     |                                 |
[INFO] [stdout]     |     |                                 the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling trybuild v1.0.104
[INFO] [stderr]    Compiling asn1-rs v0.8.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Person` is never constructed
[INFO] [stdout]  --> tests/issue-18-constructed-bit-sequence.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct Person {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/tag.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |     T61String = 20,
[INFO] [stdout]    |                 -- matches all the relevant values
[INFO] [stdout] 35 |     TeletexString = 20,
[INFO] [stdout]    |                     ^^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stdout]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stdout]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stdout]     |     |                               |
[INFO] [stdout]     |     |                               the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stdout]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stdout]     |     |                            |
[INFO] [stdout]     |     |                            the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stdout]     |     ---------------------------^^^^^^^------------
[INFO] [stdout]     |     |                          |
[INFO] [stdout]     |     |                          the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stdout]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stdout]     |     |                                   |
[INFO] [stdout]     |     |                                   the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stdout]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stdout]     |     |                              |
[INFO] [stdout]     |     |                              the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stdout]     |     -----------------------^^^----------------------
[INFO] [stdout]     |     |                      |
[INFO] [stdout]     |     |                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stdout]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stdout]     |     |                                  |
[INFO] [stdout]     |     |                                  the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stdout]     |     ----------------------------^^^^^^^^-------------
[INFO] [stdout]     |     |                           |
[INFO] [stdout]     |     |                           the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stdout]     |     -----------------------^^^--------
[INFO] [stdout]     |     |                      |
[INFO] [stdout]     |     |                      the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stdout]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stdout]     |     |                                  |
[INFO] [stdout]     |     |                                  the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stdout]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stdout]     |     |                             |
[INFO] [stdout]     |     |                             the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stdout]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stdout]     |     |                                 |
[INFO] [stdout]     |     |                                 the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout]     |
[INFO] [stdout] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stdout]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stdout]     |     |                                |
[INFO] [stdout]     |     |                                the same lifetime is hidden here
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.37s
[INFO] running `Command { std: "docker" "inspect" "701c6eed3ecc7fa2112638224387cda61ab5d8a1b1fc435d5f99e408f6ce68b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "701c6eed3ecc7fa2112638224387cda61ab5d8a1b1fc435d5f99e408f6ce68b8", kill_on_drop: false }`
[INFO] [stdout] 701c6eed3ecc7fa2112638224387cda61ab5d8a1b1fc435d5f99e408f6ce68b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fac76edbace3dda4ec2441e26091d15ec93bbe7128a48d6d78064cc0b1e4f941
[INFO] running `Command { std: "docker" "start" "-a" "fac76edbace3dda4ec2441e26091d15ec93bbe7128a48d6d78064cc0b1e4f941", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stdout] running 106 tests
[INFO] [stderr]   --> src/tag.rs:35:21
[INFO] [stdout] test asn1_types::any::tests::ber_parser_any ... ok
[INFO] [stderr]    |
[INFO] [stdout] test asn1_types::any::tests::parse_ber_indefinite_any ... ok
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stdout] test asn1_types::any::tests::methods_any ... ok
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stdout] test asn1_types::bitstring::tests::test_bitstring_parse_segmented_primitive ... ok
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stdout] test asn1_types::bitstring::tests::test_bitstring_parse_segmented_constructed ... ok
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stdout] test asn1_types::boolean::tests::parse_ber_bool ... ok
[INFO] [stderr]    |
[INFO] [stdout] test asn1_types::boolean::tests::parse_der_bool ... ok
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test asn1_types::enumerated::tests::parse_ber_enum ... ok
[INFO] [stderr] 
[INFO] [stdout] test asn1_types::boolean::tests::tests_std::tober_bool ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test asn1_types::bitstring::tests::tests_std::tober_bitstring ... ok
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout] test asn1_types::bitstring::tests::test_bitstring_to_bitvec ... ok
[INFO] [stderr]     |
[INFO] [stdout] test asn1_types::enumerated::tests::parse_der_enum ... ok
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout] test asn1_types::enumerated::tests::tests_std::tober_enumerated ... ok
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] test asn1_types::generalizedtime::tests::parse_der_generalizedtime ... ok
[INFO] [stderr] ...
[INFO] [stdout] test asn1_types::generalizedtime::tests::tests_std::tober_generalizedtime ... ok
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stdout] test asn1_types::integer::tests::declare_int ... ok
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stdout] test asn1_types::integer::tests::decode_i8 ... ok
[INFO] [stderr]     |     |                              |
[INFO] [stdout] test asn1_types::integer::tests::decode_i16 ... ok
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stdout] test asn1_types::integer::tests::decode_isize ... ok
[INFO] [stderr]     |     in this macro invocation
[INFO] [stdout] test asn1_types::integer::tests::decode_u16 ... ok
[INFO] [stderr]     |
[INFO] [stdout] test asn1_types::integer::tests::decode_u8 ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test asn1_types::integer::tests::decode_usize ... ok
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] test asn1_types::integer::tests::encode_i16 ... ok
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] test asn1_types::integer::tests::encode_isize ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test asn1_types::integer::tests::encode_i8 ... ok
[INFO] [stderr]     |
[INFO] [stdout] test asn1_types::integer::tests::encode_u16 ... ok
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stdout] test asn1_types::integer::tests::encode_u8 ... ok
[INFO] [stderr]     |                                               ++++
[INFO] [stdout] test asn1_types::integer::tests::encode_usize ... ok
[INFO] [stderr] 
[INFO] [stdout] test asn1_types::integer::tests::reject_non_canonical ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test asn1_types::integer::tests::trim_slice ... ok
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stdout] test asn1_types::integer::tests::tests_std::tober_integer ... ok
[INFO] [stderr]     |
[INFO] [stdout] test asn1_types::iterator::tests::any_iterator_ber ... ok
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stdout] test asn1_types::iterator::tests::any_iterator_try_collect ... ok
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stdout] test asn1_types::bitstring::tests::test_bitstring_is_set ... ok
[INFO] [stderr] ...
[INFO] [stdout] test asn1_types::iterator::tests::any_iterator_try_collect_std ... ok
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stdout] test asn1_types::null::tests::parse_ber_null ... ok
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stdout] test asn1_types::oid::tests::oid_starts_with ... ok
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr] warning: struct `Person` is never constructed
[INFO] [stderr]  --> tests/issue-18-constructed-bit-sequence.rs:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 | struct Person {
[INFO] [stderr]   |        ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib test) generated 20 warnings (20 duplicates)
[INFO] [stderr] warning: `asn1-rs` (test "issue-18-constructed-bit-sequence") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/asn1_rs-905ff2a7dfc7c79c)
[INFO] [stdout] test asn1_types::null::tests::parse_der_null ... ok
[INFO] [stdout] test asn1_types::iterator::tests::any_iterator_der ... ok
[INFO] [stdout] test asn1_types::octetstring::tests::tests_std::tober_octetstring ... ok
[INFO] [stdout] test asn1_types::octetstring::tests::parse_ber_octetstring ... ok
[INFO] [stdout] test asn1_types::oid::tests::declare_oid ... ok
[INFO] [stdout] test asn1_types::oid::tests::oid_macro_parameters ... ok
[INFO] [stdout] test asn1_types::octetstring::tests::parse_ber_octetstring_constructed ... ok
[INFO] [stdout] test asn1_types::oid::tests::oid_to_der ... ok
[INFO] [stdout] test asn1_types::oid::tests::parse_ber_oid ... ok
[INFO] [stdout] test asn1_types::oid::tests::parse_der_oid ... ok
[INFO] [stdout] test asn1_types::oid::tests::test_compare_oid ... ok
[INFO] [stdout] test asn1_types::oid::tests::tests_std::tober_oid ... ok
[INFO] [stdout] test asn1_types::oid::tests::tests_std::tober_rel_oid ... ok
[INFO] [stdout] test asn1_types::optional::tests::check_optional ... ok
[INFO] [stdout] test asn1_types::real::tests::parse_ber_real_binary ... ok
[INFO] [stdout] test asn1_types::real::tests::parse_ber_real_special ... ok
[INFO] [stdout] test asn1_types::real::tests::tests_std::tober_real_binary ... ok
[INFO] [stdout] test asn1_types::real::tests::parse_ber_real_string ... ok
[INFO] [stdout] test asn1_types::real::tests::tests_std::tober_real_special ... ok
[INFO] [stdout] test asn1_types::real::tests::tests_std::tober_real_string ... ok
[INFO] [stdout] test asn1_types::sequence::any_sequence::tests::parse_ber_anysequence ... ok
[INFO] [stdout] test asn1_types::sequence::any_sequence::tests::tests_std::tober_anysequence ... ok
[INFO] [stdout] test asn1_types::sequence::array::tests::parse_der_array_n ... ok
[INFO] [stdout] test asn1_types::sequence::array::tests::tests_std::tober_array_n ... ok
[INFO] [stdout] test asn1_types::sequence::sequence_of::tests::use_sequence_of ... ok
[INFO] [stdout] test asn1_types::sequence::iterator::tests::sequence_iterator_ber ... ok
[INFO] [stdout] test asn1_types::sequence::any_sequence::tests::parse_der_anysequence ... ok
[INFO] [stdout] test asn1_types::sequence::sequence_of::tests::ber_parser_sequence_of_vec ... ok
[INFO] [stdout] test asn1_types::sequence::array::tests::parse_ber_array_n ... ok
[INFO] [stdout] test asn1_types::sequence::iterator::tests::sequence_iterator_der ... ok
[INFO] [stdout] test asn1_types::set::any_set::tests::parse_ber_anyset ... ok
[INFO] [stdout] test asn1_types::set::btreeset::tests::ber_btreeset ... ok
[INFO] [stdout] test asn1_types::set::any_set::tests::parse_der_anyset ... ok
[INFO] [stdout] test asn1_types::set::btreeset::tests::der_btreeset ... ok
[INFO] [stdout] test asn1_types::set::any_set::tests::tests_std::tober_anyset ... ok
[INFO] [stdout] test asn1_types::strings::bmpstring::tests::parse_der_bmpstring ... ok
[INFO] [stdout] test asn1_types::set::hashset::tests::ber_hashset ... ok
[INFO] [stdout] test asn1_types::strings::bmpstring::tests::parse_ber_bmpstring ... ok
[INFO] [stdout] test asn1_types::set::hashset::tests::der_hashset ... ok
[INFO] [stdout] test asn1_types::strings::str::tests::parse_ber_str ... ok
[INFO] [stdout] test asn1_types::sequence::tuple::tests::assert_traits_tuples ... ok
[INFO] [stdout] test asn1_types::strings::bmpstring::tests::tests_std::tober_bmpstring ... ok
[INFO] [stdout] test asn1_types::strings::string::tests::parse_der_string ... ok
[INFO] [stdout] test asn1_types::strings::string::tests::parse_ber_string ... ok
[INFO] [stdout] test asn1_types::strings::universalstring::tests::parse_ber_universalstring ... ok
[INFO] [stdout] test asn1_types::strings::visiblestring::tests::parse_ber_visiblestring ... ok
[INFO] [stdout] test asn1_types::strings::visiblestring::tests::parse_ber_visiblestring_constructed ... ok
[INFO] [stdout] test asn1_types::strings::visiblestring::tests::tests_std::tober_visiblestring ... ok
[INFO] [stdout] test asn1_types::tagged::explicit::tests::check_opttagged_explicit ... ok
[INFO] [stdout] test asn1_types::tagged::application::tests::from_ber_application_implicit ... ok
[INFO] [stdout] test asn1_types::tagged::explicit::std_tests::tober_tagged_explicit ... ok
[INFO] [stdout] test asn1_types::tagged::implicit::std_tests::tober_tagged_implicit ... ok
[INFO] [stdout] test asn1_types::strings::visiblestring::tests::parse_der_visiblestring ... ok
[INFO] [stdout] test asn1_types::tagged::explicit::tests::check_tagged_explicit ... ok
[INFO] [stdout] test asn1_types::strings::universalstring::tests::parse_der_universalstring ... ok
[INFO] [stdout] test asn1_types::tagged::implicit::tests::check_tagged_implicit ... ok
[INFO] [stdout] test asn1_types::strings::universalstring::tests::tests_std::tober_universalstring ... ok
[INFO] [stdout] test asn1_types::tagged::implicit::tests::check_opttagged_implicit ... ok
[INFO] [stdout] test asn1_types::utctime::tests::tests_std::tober_utctime ... ok
[INFO] [stdout] test header::tests::methods_header ... ok
[INFO] [stdout] test asn1_types::utctime::tests::parse_der_utctime ... ok
[INFO] [stdout] test to_ber::constructed::tests::tober_constructed_vec ... ok
[INFO] [stdout] test input::tests::input_take ... ok
[INFO] [stdout] test length::tests::methods_length ... ok
[INFO] [stdout] test to_ber::constructed_indefinite::tests::tober_indefinite_vec ... ok
[INFO] [stdout] test to_ber::encoder::tests::tober_write_length ... ok
[INFO] [stdout] test asn1_types::tagged::private::tests::from_ber_private_implicit ... ok
[INFO] [stdout] test class::tests::methods_class ... ok
[INFO] [stderr]      Running tests/assert_trait.rs (/opt/rustwide/target/debug/deps/assert_trait-1827b784fd3f25d2)
[INFO] [stdout] test asn1_types::strings::str::tests::parse_der_str ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 106 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test assert_traits_dyntagged ... ok
[INFO] [stdout] test assert_traits_berparser ... ok
[INFO] [stdout] test assert_traits_derparser ... ok
[INFO] [stdout] test assert_traits_tober ... ok
[INFO] [stdout] test assert_traits_toder ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ber.rs (/opt/rustwide/target/debug/deps/ber-7f18a311a0560027)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test from_ber_any ... ok
[INFO] [stdout] test from_ber_int ... ok
[INFO] [stdout] test from_ber_iter_sequence_incomplete ... ok
[INFO] [stdout] test from_ber_generalizedtime ... ok
[INFO] [stdout] test from_ber_iter_sequence ... ok
[INFO] [stdout] test from_ber_bitstring ... ok
[INFO] [stdout] test from_ber_length_invalid ... ok
[INFO] [stdout] test from_ber_iter_set ... ok
[INFO] [stdout] test from_ber_endofcontent ... ok
[INFO] [stdout] test from_ber_length_incomplete ... ok
[INFO] [stdout] test from_ber_octetstring ... ok
[INFO] [stdout] test from_ber_relative_oid ... ok
[INFO] [stdout] test from_ber_real_f64 ... ok
[INFO] [stdout] test from_ber_sequence ... ok
[INFO] [stdout] test from_ber_real_special ... ok
[INFO] [stdout] test from_ber_real_string ... ok
[INFO] [stdout] test from_ber_real_string_primitive ... ok
[INFO] [stdout] test from_ber_set_of ... ok
[INFO] [stdout] test from_ber_set_of_vec ... ok
[INFO] [stdout] test from_ber_sequence_of_vec ... ok
[INFO] [stdout] test from_ber_sequence_vec ... ok
[INFO] [stdout] test from_ber_set ... ok
[INFO] [stdout] test from_ber_tag_custom ... ok
[INFO] [stdout] test from_ber_tag_incomplete ... ok
[INFO] [stdout] test from_ber_tagged_optional_cov ... ok
[INFO] [stdout] test from_ber_tag_long ... ok
[INFO] [stderr]      Running tests/compile_tests.rs (/opt/rustwide/target/debug/deps/compile_tests-6d8d56ce46968a59)
[INFO] [stdout] test from_ber_tag_overflow ... ok
[INFO] [stdout] test from_ber_tagged_explicit_optional ... ok
[INFO] [stdout] test from_ber_universalstring ... ok
[INFO] [stdout] test from_ber_real_binary ... ok
[INFO] [stdout] test from_ber_real_f32 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]     Checking hex-literal v0.4.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking rusticata-macros v5.0.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling asn1-rs-impl v0.3.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking asn1-rs v0.8.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.99s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_pass_alias ... ok
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stdout] test compile_pass_enumerated ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_pass_sequence ... ok
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling rusticata-macros v5.0.0
[INFO] [stderr]    Compiling asn1-rs v0.8.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]    Compiling asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.97s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] test tests/run-pass/data_outlives_object.rs ... error
[INFO] [stderr] tests/run-pass/data_outlives_object.rs: No such file or directory (os error 2)
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_pass_misc ... FAILED
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_fail ... ok
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_pass_berparser ... ok
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_pass_derparser ... ok
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stdout] test compile_pass_choice ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stdout] test compile_pass_set ... ok
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr] 
[INFO] [stdout] test compile_pass_tober ... ok
[INFO] [stderr] 
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> /opt/rustwide/workdir/src/tag.rs:35:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     T61String = 20,
[INFO] [stderr]    |                 -- matches all the relevant values
[INFO] [stderr] 35 |     TeletexString = 20,
[INFO] [stderr]    |                     ^^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence, "SEQUENCE");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[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]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     impl_any_as!(as_anysequence => AnySequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString, "BMPString");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 333 |     impl_any_as!(as_bmpstring => BmpString<'_>, "BMPString");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv, "EMBEDDED PDV");
[INFO] [stderr]     |     --------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                               |
[INFO] [stderr]     |     |                               the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 336 |     impl_any_as!(as_embedded_pdv => EmbeddedPdv<'_>, "EMBEDDED PDV");
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString, "GeneralString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 340 |     impl_any_as!(as_generalstring => GeneralString<'_>, "GeneralString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString, "GraphicString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 341 |     impl_any_as!(as_graphicstring => GraphicString<'_>, "GraphicString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String, "IA5String");
[INFO] [stderr]     |     -----------------------------^^^^^^^^^--------------
[INFO] [stderr]     |     |                            |
[INFO] [stderr]     |     |                            the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 347 |     impl_any_as!(as_ia5string => Ia5String<'_>, "IA5String");
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer, "INTEGER");
[INFO] [stderr]     |     ---------------------------^^^^^^^------------
[INFO] [stderr]     |     |                          |
[INFO] [stderr]     |     |                          the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     impl_any_as!(as_integer => Integer<'_>, "INTEGER");
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString, "NumericString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 350 |     impl_any_as!(as_numericstring => NumericString<'_>, "NumericString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     ------------------------------------^^^^^^^^^^^^^^^^----------------------
[INFO] [stderr]     |     |                                   |
[INFO] [stderr]     |     |                                   the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 351 |     impl_any_as!(as_objectdescriptor => ObjectDescriptor<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString, "OCTET STRING");
[INFO] [stderr]     |     -------------------------------^^^^^^^^^^^-----------------
[INFO] [stderr]     |     |                              |
[INFO] [stderr]     |     |                              the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     impl_any_as!(as_octetstring => OctetString<'_>, "OCTET STRING");
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid, "OBJECT IDENTIFIER");
[INFO] [stderr]     |     -----------------------^^^----------------------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     impl_any_as!(as_oid => Oid<'_>, "OBJECT IDENTIFIER");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString, "PrintableString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 361 |     impl_any_as!(as_printablestring => PrintableString<'_>, "PrintableString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence, "SEQUENCE");
[INFO] [stderr]     |     ----------------------------^^^^^^^^-------------
[INFO] [stderr]     |     |                           |
[INFO] [stderr]     |     |                           the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     impl_any_as!(as_sequence => Sequence<'_>, "SEQUENCE");
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set, "SET");
[INFO] [stderr]     |     -----------------------^^^--------
[INFO] [stderr]     |     |                      |
[INFO] [stderr]     |     |                      the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 363 |     impl_any_as!(as_set => Set<'_>, "SET");
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString, "TeletexString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 366 |     impl_any_as!(as_teletexstring => TeletexString<'_>, "TeletexString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString, "UniversalString");
[INFO] [stderr]     |     -----------------------------------^^^^^^^^^^^^^^^--------------------
[INFO] [stderr]     |     |                                  |
[INFO] [stderr]     |     |                                  the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 372 |     impl_any_as!(as_universalstring => UniversalString<'_>, "UniversalString");
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String, "UTF8String");
[INFO] [stderr]     |     ------------------------------^^^^^^^^^^---------------
[INFO] [stderr]     |     |                             |
[INFO] [stderr]     |     |                             the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 374 |     impl_any_as!(as_utf8string => Utf8String<'_>, "UTF8String");
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString, "VideotexString");
[INFO] [stderr]     |     ----------------------------------^^^^^^^^^^^^^^-------------------
[INFO] [stderr]     |     |                                 |
[INFO] [stderr]     |     |                                 the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 375 |     impl_any_as!(as_videotexstring => VideotexString<'_>, "VideotexString");
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/asn1_types/any.rs:268:25
[INFO] [stderr]     |
[INFO] [stderr] 268 |         pub fn $fn_name(&self) -> Result<$ty> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString, "VisibleString");
[INFO] [stderr]     |     ---------------------------------^^^^^^^^^^^^^------------------
[INFO] [stderr]     |     |                                |
[INFO] [stderr]     |     |                                the same lifetime is hidden here
[INFO] [stderr]     |     in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_any_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 376 |     impl_any_as!(as_visiblestring => VisibleString<'_>, "VisibleString");
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `asn1-rs` (lib) generated 20 warnings (run `cargo fix --lib -p asn1-rs` to apply 19 suggestions)
[INFO] [stderr]     Checking asn1-rs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/asn1-rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stdout] test compile_pass_toder ... ok
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] failures:
[INFO] [stderr] There are no trybuild tests enabled yet.
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] ---- compile_pass_misc stdout ----
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test compile_tests`
[INFO] [stdout] thread 'compile_pass_misc' (169) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.104/src/run.rs:102:13:
[INFO] [stdout] 1 of 1 tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5be2fc4f7fba - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5be2fc4f7fba - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5be2fc4f7fba - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5be2fc4f7fba - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5be2fc50e6fa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5be2fc50e6fa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5be2fc4fce82 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5be2fc4fce82 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5be2fc4d3a4f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5be2fc4d3a4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5be2fc4eeea9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5be2fc488e9c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5be2fc488e9c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5be2fc4ef062 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5be2fc4ef062 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5be2fc4d3b08 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5be2fc4cb1b9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5be2fc4d481d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5be2fc50efac - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5be2fc2e2e14 - trybuild::run::<impl trybuild::Runner>::run::h0e517c8b78a3d94c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.104/src/run.rs:102:13
[INFO] [stdout]   20:     0x5be2fc2dd4b8 - <trybuild::TestCases as core::ops::drop::Drop>::drop::hd27097d3dc7b24dd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.104/src/lib.rs:341:38
[INFO] [stdout]   21:     0x5be2fc1d6aa7 - core::ptr::drop_in_place<trybuild::TestCases>::haeff8c3997d124d9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ptr/mod.rs:805:1
[INFO] [stdout]   22:     0x5be2fc1d6153 - compile_tests::compile_pass_misc::hd491dd83b9745278
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compile_tests.rs:63:1
[INFO] [stdout]   23:     0x5be2fc1d6187 - compile_tests::compile_pass_misc::{{closure}}::hf75a68d71aab1493
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compile_tests.rs:58:23
[INFO] [stdout]   24:     0x5be2fc1d6786 - core::ops::function::FnOnce::call_once::h0388598fc8523ba2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5be2fc47cf7b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5be2fc47cf7b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5be2fc48996b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5be2fc48996b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5be2fc48996b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x5be2fc48996b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x5be2fc48996b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5be2fc48996b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5be2fc48996b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5be2fc485084 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5be2fc485084 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x5be2fc48c572 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   37:     0x5be2fc48c572 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5be2fc48c572 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x5be2fc48c572 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x5be2fc48c572 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5be2fc48c572 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   42:     0x5be2fc48c572 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5be2fc4f72ff - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   44:     0x5be2fc4f72ff - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x785cb35deaa4 - <unknown>
[INFO] [stdout]   46:     0x785cb366ba64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compile_pass_misc
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 51.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fac76edbace3dda4ec2441e26091d15ec93bbe7128a48d6d78064cc0b1e4f941", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fac76edbace3dda4ec2441e26091d15ec93bbe7128a48d6d78064cc0b1e4f941", kill_on_drop: false }`
[INFO] [stdout] fac76edbace3dda4ec2441e26091d15ec93bbe7128a48d6d78064cc0b1e4f941
