[INFO] fetching crate virtue 0.0.19...
[INFO] testing virtue-0.0.19 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate virtue 0.0.19 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate virtue 0.0.19
[INFO] finished tweaking crates.io crate virtue 0.0.19
[INFO] tweaked toml for crates.io crate virtue 0.0.19 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate virtue 0.0.19 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate virtue 0.0.19 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ddb9257fa3e2441610b47a5756985906bd3f3aae356e0b7c595022030a6efbd
[INFO] running `Command { std: "docker" "start" "-a" "2ddb9257fa3e2441610b47a5756985906bd3f3aae356e0b7c595022030a6efbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ddb9257fa3e2441610b47a5756985906bd3f3aae356e0b7c595022030a6efbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ddb9257fa3e2441610b47a5756985906bd3f3aae356e0b7c595022030a6efbd", kill_on_drop: false }`
[INFO] [stdout] 2ddb9257fa3e2441610b47a5756985906bd3f3aae356e0b7c595022030a6efbd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74c12904420b310b8ec4b74e1a16c175cc503864cd2b0d302ae6bc7e2f12e343
[INFO] running `Command { std: "docker" "start" "-a" "74c12904420b310b8ec4b74e1a16c175cc503864cd2b0d302ae6bc7e2f12e343", kill_on_drop: false }`
[INFO] [stderr]    Compiling virtue v0.0.19 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:301:21
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]     |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:306:19
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:315:26
[INFO] [stdout]     |
[INFO] [stdout] 315 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 315 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:555:9
[INFO] [stdout]     |
[INFO] [stdout] 555 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 558 |     ) -> FieldBuilder<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 558 |     ) -> FieldBuilder<'_, Self> {
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:328:9
[INFO] [stdout]     |
[INFO] [stdout] 328 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 331 |     ) -> FieldBuilder<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 331 |     ) -> FieldBuilder<'_, Self> {
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:338:21
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]     |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:343:19
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:352:26
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:47:28
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<Self> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<'_, Self> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<'_, Self> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn r#impl(&mut self, name: impl Into<String>) -> Impl<Self> {
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn r#impl(&mut self, name: impl Into<String>) -> Impl<'_, Self> {
[INFO] [stdout]    |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:66:26
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn generate_impl(&mut self, name: impl Into<String>) -> Impl<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn generate_impl(&mut self, name: impl Into<String>) -> Impl<'_, Self> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:40:19
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]    |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:49:26
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn impl_for(&mut self, trait_name: impl Into<String>) -> ImplFor<Self> {
[INFO] [stdout]    |                     ^^^^^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn impl_for(&mut self, trait_name: impl Into<String>) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:74:32
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]    |                                ^^^^^^^^^ the lifetime is elided here              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 92 |     ) -> ImplFor<Self> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     ) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 128 |     ) -> ImplFor<Self>
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     ) -> ImplFor<'_, Self>
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:139:28
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<Self> {
[INFO] [stdout]     |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<'_, Self> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<'_, Self> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn generate_mod(&mut self, mod_name: impl Into<String>) -> GenerateMod<Self> {
[INFO] [stdout]     |                         ^^^^^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn generate_mod(&mut self, mod_name: impl Into<String>) -> GenerateMod<'_, Self> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/impl.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<Self> {
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<'_, Self> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl.rs:104:27
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst {
[INFO] [stdout]     |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl_for.rs:176:27
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst {
[INFO] [stdout]     |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl_for.rs:191:24
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<ImplFor<'a, P>> {
[INFO] [stdout]     |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<'_, ImplFor<'a, P>> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "74c12904420b310b8ec4b74e1a16c175cc503864cd2b0d302ae6bc7e2f12e343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74c12904420b310b8ec4b74e1a16c175cc503864cd2b0d302ae6bc7e2f12e343", kill_on_drop: false }`
[INFO] [stdout] 74c12904420b310b8ec4b74e1a16c175cc503864cd2b0d302ae6bc7e2f12e343
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f15a932cdf07fa90ae9712f822ee7fc74f10d18962cb6b668bff0bf23aa90ccb
[INFO] running `Command { std: "docker" "start" "-a" "f15a932cdf07fa90ae9712f822ee7fc74f10d18962cb6b668bff0bf23aa90ccb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:301:21
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]     |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:306:19
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:315:26
[INFO] [stdout]     |
[INFO] [stdout] 315 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 315 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:555:9
[INFO] [stdout]     |
[INFO] [stdout] 555 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 558 |     ) -> FieldBuilder<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 558 |     ) -> FieldBuilder<'_, Self> {
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:328:9
[INFO] [stdout]     |
[INFO] [stdout] 328 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 331 |     ) -> FieldBuilder<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 331 |     ) -> FieldBuilder<'_, Self> {
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:338:21
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]     |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:343:19
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:352:26
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:47:28
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<Self> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<'_, Self> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<'_, Self> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn r#impl(&mut self, name: impl Into<String>) -> Impl<Self> {
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn r#impl(&mut self, name: impl Into<String>) -> Impl<'_, Self> {
[INFO] [stdout]    |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:66:26
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn generate_impl(&mut self, name: impl Into<String>) -> Impl<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn generate_impl(&mut self, name: impl Into<String>) -> Impl<'_, Self> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:40:19
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]    |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:49:26
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn impl_for(&mut self, trait_name: impl Into<String>) -> ImplFor<Self> {
[INFO] [stdout]    |                     ^^^^^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn impl_for(&mut self, trait_name: impl Into<String>) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:74:32
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]    |                                ^^^^^^^^^ the lifetime is elided here              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 92 |     ) -> ImplFor<Self> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     ) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 128 |     ) -> ImplFor<Self>
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     ) -> ImplFor<'_, Self>
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:139:28
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<Self> {
[INFO] [stdout]     |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<'_, Self> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<'_, Self> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn generate_mod(&mut self, mod_name: impl Into<String>) -> GenerateMod<Self> {
[INFO] [stdout]     |                         ^^^^^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn generate_mod(&mut self, mod_name: impl Into<String>) -> GenerateMod<'_, Self> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/impl.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<Self> {
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<'_, Self> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl.rs:104:27
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst {
[INFO] [stdout]     |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl_for.rs:176:27
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst {
[INFO] [stdout]     |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl_for.rs:191:24
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<ImplFor<'a, P>> {
[INFO] [stdout]     |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<'_, ImplFor<'a, P>> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling virtue v0.0.19 (/opt/rustwide/workdir)
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]    --> src/error.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn is_unknown_data_type(&self) -> bool {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:70:9
[INFO] [stdout]     |
[INFO] [stdout]  70 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]    --> src/error.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn is_invalid_rust_syntax(&self) -> bool {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:301:21
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]     |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:306:19
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:315:26
[INFO] [stdout]     |
[INFO] [stdout] 315 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 315 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_enum.rs:555:9
[INFO] [stdout]     |
[INFO] [stdout] 555 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 558 |     ) -> FieldBuilder<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 558 |     ) -> FieldBuilder<'_, Self> {
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:328:9
[INFO] [stdout]     |
[INFO] [stdout] 328 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 331 |     ) -> FieldBuilder<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 331 |     ) -> FieldBuilder<'_, Self> {
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:338:21
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]     |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:343:19
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/gen_struct.rs:352:26
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:47:28
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<Self> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<'_, Self> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<'_, Self> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn r#impl(&mut self, name: impl Into<String>) -> Impl<Self> {
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn r#impl(&mut self, name: impl Into<String>) -> Impl<'_, Self> {
[INFO] [stdout]    |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generate_mod.rs:66:26
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn generate_impl(&mut self, name: impl Into<String>) -> Impl<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn generate_impl(&mut self, name: impl Into<String>) -> Impl<'_, Self> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:40:19
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stdout]    |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:49:26
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stdout]    |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn impl_for(&mut self, trait_name: impl Into<String>) -> ImplFor<Self> {
[INFO] [stdout]    |                     ^^^^^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn impl_for(&mut self, trait_name: impl Into<String>) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:74:32
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stdout]    |                                ^^^^^^^^^ the lifetime is elided here              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/generator.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 92 |     ) -> ImplFor<Self> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     ) -> ImplFor<'_, Self> {
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 128 |     ) -> ImplFor<Self>
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     ) -> ImplFor<'_, Self>
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:139:28
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<Self> {
[INFO] [stdout]     |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<'_, Self> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:144:26
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<Self> {
[INFO] [stdout]     |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<'_, Self> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/generator.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn generate_mod(&mut self, mod_name: impl Into<String>) -> GenerateMod<Self> {
[INFO] [stdout]     |                         ^^^^^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn generate_mod(&mut self, mod_name: impl Into<String>) -> GenerateMod<'_, Self> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/generate/impl.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<Self> {
[INFO] [stdout]    |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<'_, Self> {
[INFO] [stdout]    |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl.rs:104:27
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst {
[INFO] [stdout]     |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl_for.rs:176:27
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst {
[INFO] [stdout]     |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/generate/impl_for.rs:191:24
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<ImplFor<'a, P>> {
[INFO] [stdout]     |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<'_, ImplFor<'a, P>> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.17s
[INFO] running `Command { std: "docker" "inspect" "f15a932cdf07fa90ae9712f822ee7fc74f10d18962cb6b668bff0bf23aa90ccb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f15a932cdf07fa90ae9712f822ee7fc74f10d18962cb6b668bff0bf23aa90ccb", kill_on_drop: false }`
[INFO] [stdout] f15a932cdf07fa90ae9712f822ee7fc74f10d18962cb6b668bff0bf23aa90ccb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 86da878cb9f148aaac600953839f299c9dc6533b134ad9a5595a08000902b81c
[INFO] running `Command { std: "docker" "start" "-a" "86da878cb9f148aaac600953839f299c9dc6533b134ad9a5595a08000902b81c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/gen_enum.rs:301:21
[INFO] [stderr]     |
[INFO] [stderr] 301 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stderr]     |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 301 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stderr]     |                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/gen_enum.rs:306:19
[INFO] [stderr]     |
[INFO] [stderr] 306 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stderr]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 306 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/gen_enum.rs:315:26
[INFO] [stderr]     |
[INFO] [stderr] 315 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stderr]     |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 315 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/gen_enum.rs:555:9
[INFO] [stderr]     |
[INFO] [stderr] 555 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 558 |     ) -> FieldBuilder<Self> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 558 |     ) -> FieldBuilder<'_, Self> {
[INFO] [stderr]     |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/gen_struct.rs:328:9
[INFO] [stderr]     |
[INFO] [stderr] 328 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 331 |     ) -> FieldBuilder<Self> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 331 |     ) -> FieldBuilder<'_, Self> {
[INFO] [stderr]     |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/gen_struct.rs:338:21
[INFO] [stderr]     |
[INFO] [stderr] 338 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stderr]     |                     ^^^^^^^^^ the lifetime is elided here         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 338 |     pub fn impl_for(&mut self, name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stderr]     |                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/gen_struct.rs:343:19
[INFO] [stderr]     |
[INFO] [stderr] 343 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stderr]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 343 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/gen_struct.rs:352:26
[INFO] [stderr]     |
[INFO] [stderr] 352 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stderr]     |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 352 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generate_mod.rs:47:28
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<Self> {
[INFO] [stderr]    |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<'_, Self> {
[INFO] [stderr]    |                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generate_mod.rs:52:26
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<Self> {
[INFO] [stderr]    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<'_, Self> {
[INFO] [stderr]    |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generate_mod.rs:57:19
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn r#impl(&mut self, name: impl Into<String>) -> Impl<Self> {
[INFO] [stderr]    |                   ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn r#impl(&mut self, name: impl Into<String>) -> Impl<'_, Self> {
[INFO] [stderr]    |                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generate_mod.rs:66:26
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub fn generate_impl(&mut self, name: impl Into<String>) -> Impl<Self> {
[INFO] [stderr]    |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub fn generate_impl(&mut self, name: impl Into<String>) -> Impl<'_, Self> {
[INFO] [stderr]    |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generator.rs:40:19
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn r#impl(&mut self) -> Impl<Self> {
[INFO] [stderr]    |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn r#impl(&mut self) -> Impl<'_, Self> {
[INFO] [stderr]    |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generator.rs:49:26
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn generate_impl(&mut self) -> Impl<Self> {
[INFO] [stderr]    |                          ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn generate_impl(&mut self) -> Impl<'_, Self> {
[INFO] [stderr]    |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generator.rs:56:21
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn impl_for(&mut self, trait_name: impl Into<String>) -> ImplFor<Self> {
[INFO] [stderr]    |                     ^^^^^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn impl_for(&mut self, trait_name: impl Into<String>) -> ImplFor<'_, Self> {
[INFO] [stderr]    |                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generator.rs:74:32
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into<StringOrIdent>) -> ImplFor<Self> {
[INFO] [stderr]    |                                ^^^^^^^^^ the lifetime is elided here              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub fn impl_for_other_type(&mut self, type_name: impl Into<StringOrIdent>) -> ImplFor<'_, Self> {
[INFO] [stderr]    |                                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/generator.rs:89:9
[INFO] [stderr]    |
[INFO] [stderr] 89 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 92 |     ) -> ImplFor<Self> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 92 |     ) -> ImplFor<'_, Self> {
[INFO] [stderr]    |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/generator.rs:125:9
[INFO] [stderr]     |
[INFO] [stderr] 125 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 128 |     ) -> ImplFor<Self>
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 128 |     ) -> ImplFor<'_, Self>
[INFO] [stderr]     |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/generator.rs:139:28
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<Self> {
[INFO] [stderr]     |                            ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub fn generate_struct(&mut self, name: impl Into<String>) -> GenStruct<'_, Self> {
[INFO] [stderr]     |                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/generator.rs:144:26
[INFO] [stderr]     |
[INFO] [stderr] 144 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<Self> {
[INFO] [stderr]     |                          ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 144 |     pub fn generate_enum(&mut self, name: impl Into<String>) -> GenEnum<'_, Self> {
[INFO] [stderr]     |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/generator.rs:149:25
[INFO] [stderr]     |
[INFO] [stderr] 149 |     pub fn generate_mod(&mut self, mod_name: impl Into<String>) -> GenerateMod<Self> {
[INFO] [stderr]     |                         ^^^^^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 149 |     pub fn generate_mod(&mut self, mod_name: impl Into<String>) -> GenerateMod<'_, Self> {
[INFO] [stderr]     |                                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/generate/impl.rs:81:24
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<Self> {
[INFO] [stderr]    |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<'_, Self> {
[INFO] [stderr]    |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/impl.rs:104:27
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst {
[INFO] [stderr]     |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst<'_> {
[INFO] [stderr]     |                                                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/impl_for.rs:176:27
[INFO] [stderr]     |
[INFO] [stderr] 176 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst {
[INFO] [stderr]     |                           ^^^^^^^^^ the lifetime is elided here                         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 176 |     pub fn generate_const(&mut self, name: impl Into<String>, ty: impl Into<String>) -> GenConst<'_> {
[INFO] [stderr]     |                                                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/generate/impl_for.rs:191:24
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<ImplFor<'a, P>> {
[INFO] [stderr]     |                        ^^^^^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub fn generate_fn(&mut self, name: impl Into<String>) -> FnBuilder<'_, ImplFor<'a, P>> {
[INFO] [stderr]     |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a method
[INFO] [stderr]    --> src/error.rs:116:5
[INFO] [stderr]     |
[INFO] [stderr] 116 |     pub fn is_unknown_data_type(&self) -> bool {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:70:9
[INFO] [stderr]     |
[INFO] [stderr]  70 | #![warn(missing_docs)]
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a method
[INFO] [stderr]    --> src/error.rs:120:5
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub fn is_invalid_rust_syntax(&self) -> bool {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `virtue` (lib) generated 25 warnings (run `cargo fix --lib -p virtue` to apply 25 suggestions)
[INFO] [stderr] warning: `virtue` (lib test) generated 27 warnings (25 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/virtue-9e755b086bc724c2)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test generate::generator::test::impl_for_with_impl_generics ... ok
[INFO] [stdout] test generate::generator::test::impl_for_with_trait_generics ... ok
[INFO] [stdout] test parse::attributes::test_attributes_try_take ... ok
[INFO] [stdout] test generate::generator::test::impl_for_with_lifetimes ... ok
[INFO] [stdout] test parse::body::issue_77 ... ok
[INFO] [stdout] test parse::body::test_enum_body_take ... ok
[INFO] [stdout] test parse::generics::test_generic_constraints_trailing_comma ... ok
[INFO] [stdout] test parse::generics::test_generic_constraints_try_take ... ok
[INFO] [stdout] test parse::body::enum_explicit_variants ... ok
[INFO] [stdout] test parse::visibility::test_visibility_try_take ... ok
[INFO] [stdout] test parse::data_type::test_datatype_take ... ok
[INFO] [stdout] test parse::generics::test_generics_try_take ... ok
[INFO] [stdout] test parse::body::test_struct_body_take ... ok
[INFO] [stdout] test utils::test_parse_tagged_attribute ... ok
[INFO] [stdout] test parse::generics::test_lifetime_take ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests virtue
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 103 tests
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_attribute (line 466) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_attribute_stream (line 519) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_parsed_attribute (line 494) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::inherit_generics (line 221) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_attribute (line 143) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_attribute_stream (line 194) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_derive (line 91) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_derives (line 116) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_generic (line 280) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_generics (line 250) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_parsed_attribute (line 170) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_attribute_stream (line 506) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_derive (line 77) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::inherit_generics (line 109) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::inherit_generics (line 204) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::EnumValue::add_field (line 533) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum (line 11) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_generic (line 264) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_derives (line 100) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::EnumValue::add_field (line 546) ... ok
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_attribute (line 246) ... ignored
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::add_field (line 309) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_attribute_stream (line 297) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_attribute (line 129) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_derive (line 192) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_attribute_stream (line 181) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_derives (line 218) ... ignored
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_attribute_stream (line 283) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::make_tuple (line 67) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_generic (line 164) ... ignored
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_generics (line 136) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_generics (line 234) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_parsed_attribute (line 272) ... ignored
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_parsed_attribute (line 158) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_derives (line 202) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::inherit_generics (line 96) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_parsed_attribute (line 482) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_attribute (line 451) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_attribute (line 232) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::make_zst (line 42) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_generic (line 150) ... FAILED
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_lifetime (line 140) ... FAILED
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_generic (line 208) ... FAILED
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::GenConst<'a>::with_value (line 61) ... ignored
[INFO] [stdout] test src/generate/generate_mod.rs - generate::generate_mod::GenerateMod<'a,P>::add_use (line 32) ... ignored
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::body (line 316) ... FAILED
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_lifetime_deps (line 178) ... FAILED
[INFO] [stdout] test src/generate/gen_enum.rs - generate::gen_enum::GenEnum (line 34) ... ok
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::add_field (line 321) ... ok
[INFO] [stdout] test src/generate/impl.rs - generate::r#impl::Impl<'a,Generator>::modify_generic_constraints (line 113) ... ignored
[INFO] [stdout] test src/generate/impl.rs - generate::r#impl::Impl<'a,P>::generate_const (line 100) ... ignored
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_parsed_attribute (line 261) ... FAILED
[INFO] [stdout] test src/generate/impl.rs - generate::r#impl::Impl<'a,P>::generate_fn (line 74) ... ignored
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_derive (line 178) ... FAILED
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::generate_const (line 172) ... ignored
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::generate_fn (line 184) ... ignored
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::impl_type (line 199) ... ignored
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::modify_generic_constraints (line 220) ... ignored
[INFO] [stdout] test src/generate/generator.rs - generate::generator::Generator::impl_for_other_type (line 65) ... FAILED
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::with_impl_generics (line 120) ... ignored
[INFO] [stdout] test src/generate/generator.rs - generate::generator::Generator::impl_for_with_lifetimes (line 102) ... FAILED
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::with_trait_generics (line 95) ... ignored
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_self_arg (line 254) ... FAILED
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_arg (line 272) ... FAILED
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::GenConst<'a>::with_value (line 47) ... FAILED
[INFO] [stdout] test src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_attribute (line 197) ... ignored
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::make_tuple (line 80) ... ok
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::with_trait_generics (line 85) ... FAILED
[INFO] [stdout] test src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_attribute (line 172) ... FAILED
[INFO] [stdout] test src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_attribute_stream (line 277) ... ignored
[INFO] [stdout] test src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_parsed_attribute (line 240) ... ignored
[INFO] [stdout] test src/generate/stream_builder.rs - generate::stream_builder::StreamBuilder::lifetime (line 108) ... ignored
[INFO] [stdout] test src/generate/stream_builder.rs - generate::stream_builder::StreamBuilder::lifetime_str (line 124) ... ignored
[INFO] [stdout] test src/lib.rs - (line 26) ... ignored
[INFO] [stdout] test src/lib.rs - (line 52) ... ignored
[INFO] [stdout] test src/lib.rs - (line 63) ... ignored
[INFO] [stdout] test src/parse/attributes.rs - parse::attributes::AttributeLocation::Field (line 27) ... ignored
[INFO] [stdout] test src/generate/mod.rs - generate::FieldBuilder<'_,P>::add_field (line 290) ... FAILED
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::as_async (line 158) ... FAILED
[INFO] [stdout] test src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_attribute_stream (line 263) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_generics (line 122) ... FAILED
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_generic_deps (line 228) ... FAILED
[INFO] [stdout] test src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::make_zst (line 55) ... ok
[INFO] [stdout] test src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_parsed_attribute (line 221) ... FAILED
[INFO] [stdout] test src/parse/generics.rs - parse::generics::GenericConstraints::push_constraint (line 551) ... ignored
[INFO] [stdout] test src/parse/generics.rs - parse::generics::GenericConstraints::push_parsed_constraint (line 583) ... ignored
[INFO] [stdout] test src/parse/mod.rs - parse::Parse (line 26) ... ignored
[INFO] [stdout] test src/generate/impl.rs - generate::r#impl::Impl<'a,P>::generate_const (line 86) ... FAILED
[INFO] [stdout] test src/generate/mod.rs - generate::FieldBuilder<'_,P>::add_field (line 302) ... ok
[INFO] [stdout] test src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_return_type (line 291) ... FAILED
[INFO] [stdout] test src/parse/generics.rs - parse::generics::Generics (line 10) ... ok
[INFO] [stdout] test src/parse/body.rs - parse::body::IdentOrIndex (line 577) ... ok
[INFO] [stdout] test src/generate/generator.rs - generate::generator::Generator::impl_for_with_lifetimes (line 114) ... FAILED
[INFO] [stdout] test src/parse/generics.rs - parse::generics::Generic::Generic (line 206) ... ok
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::with_impl_generics (line 110) ... FAILED
[INFO] [stdout] test src/parse/generics.rs - parse::generics::GenericConstraints (line 509) ... ok
[INFO] [stdout] test src/parse/generics.rs - parse::generics::Generic::Const (line 215) ... ok
[INFO] [stdout] test src/parse/body.rs - parse::body::Fields::delimiter (line 443) ... ok
[INFO] [stdout] test src/parse/generics.rs - parse::generics::Generic::Lifetime (line 197) ... ok
[INFO] [stdout] test src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::generate_const (line 158) ... FAILED
[INFO] [stdout] test src/generate/generator.rs - generate::generator::Generator::impl_trait_for_other_type (line 79) ... FAILED
[INFO] [stdout] test src/parse/body.rs - parse::body::Fields::names (line 414) ... ok
[INFO] [stdout] test src/utils.rs - utils::parse_tagged_attribute (line 13) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_attribute_stream (line 506) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:509:32
[INFO] [stdout]     |
[INFO] [stdout] 509 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_derive (line 77) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]   --> src/generate/gen_enum.rs:81:32
[INFO] [stdout]    |
[INFO] [stdout] 81 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::inherit_generics (line 204) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:209:32
[INFO] [stdout]     |
[INFO] [stdout] 209 | let mut generator = Generator::with_name("Bar").with_lifetime("a");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::EnumValue::add_field (line 533) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:536:32
[INFO] [stdout]     |
[INFO] [stdout] 536 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum (line 11) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]   --> src/generate/gen_enum.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_generic (line 264) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:269:32
[INFO] [stdout]     |
[INFO] [stdout] 269 | let mut generator = Generator::with_name("Bar").with_lifetime("a");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/generate/gen_enum.rs:272:37
[INFO] [stdout]     |
[INFO] [stdout] 272 |     .with_generic(Lifetime { ident: Ident::new("a", Span::call_site()), constraint: vec![] }.into())
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `virtue::prelude::Ident`, found `proc_macro2::Ident`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `proc_macro2::Ident` and `virtue::prelude::Ident` have similar names, but are actually distinct types
[INFO] [stdout] note: `proc_macro2::Ident` is defined in crate `proc_macro2`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs:936:1
[INFO] [stdout]     |
[INFO] [stdout] 936 | pub struct Ident {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `virtue::prelude::Ident` is defined in crate `proc_macro`
[INFO] [stdout]    --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/lib.rs:1033:0
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_derives (line 100) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:104:32
[INFO] [stdout]     |
[INFO] [stdout] 104 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::add_field (line 309) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_struct.rs:312:32
[INFO] [stdout]     |
[INFO] [stdout] 312 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_attribute (line 129) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:132:32
[INFO] [stdout]     |
[INFO] [stdout] 132 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/generate/gen_enum.rs:135:31
[INFO] [stdout]     |
[INFO] [stdout] 135 |     .with_attribute("serde", |b| {
[INFO] [stdout]     |                               ^
[INFO] [stdout] 136 |         b.push_parsed("(untagged)")?;
[INFO] [stdout]     |         - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 135 |     .with_attribute("serde", |b: /* Type */| {
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_attribute_stream (line 181) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:184:32
[INFO] [stdout]     |
[INFO] [stdout] 184 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_attribute_stream (line 283) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_struct.rs:287:32
[INFO] [stdout]     |
[INFO] [stdout] 287 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::make_tuple (line 67) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]   --> src/generate/gen_struct.rs:70:32
[INFO] [stdout]    |
[INFO] [stdout] 70 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_generics (line 234) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:239:32
[INFO] [stdout]     |
[INFO] [stdout] 239 | let mut generator = Generator::with_name("Bar").with_lifetime("a");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/generate/gen_enum.rs:242:39
[INFO] [stdout]     |
[INFO] [stdout] 242 |     .with_generics([Lifetime { ident: Ident::new("a", Span::call_site()), constraint: vec![] }.into()])
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `virtue::prelude::Ident`, found `proc_macro2::Ident`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `proc_macro2::Ident` and `virtue::prelude::Ident` have similar names, but are actually distinct types
[INFO] [stdout] note: `proc_macro2::Ident` is defined in crate `proc_macro2`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs:936:1
[INFO] [stdout]     |
[INFO] [stdout] 936 | pub struct Ident {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `virtue::prelude::Ident` is defined in crate `proc_macro`
[INFO] [stdout]    --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/lib.rs:1033:0
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_parsed_attribute (line 158) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:161:32
[INFO] [stdout]     |
[INFO] [stdout] 161 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_derives (line 202) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_struct.rs:206:32
[INFO] [stdout]     |
[INFO] [stdout] 206 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::inherit_generics (line 96) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]   --> src/generate/gen_struct.rs:99:32
[INFO] [stdout]    |
[INFO] [stdout] 99 | let mut generator = Generator::with_name("Bar").with_lifetime("a");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_parsed_attribute (line 482) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:485:32
[INFO] [stdout]     |
[INFO] [stdout] 485 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_attribute (line 451) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_enum.rs:454:32
[INFO] [stdout]     |
[INFO] [stdout] 454 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/generate/gen_enum.rs:458:31
[INFO] [stdout]     |
[INFO] [stdout] 458 |     .with_attribute("serde", |b| {
[INFO] [stdout]     |                               ^
[INFO] [stdout] 459 |         b.push_parsed("(rename_all = \"camelCase\")")?;
[INFO] [stdout]     |         - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 458 |     .with_attribute("serde", |b: /* Type */| {
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_attribute (line 232) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_struct.rs:235:32
[INFO] [stdout]     |
[INFO] [stdout] 235 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/generate/gen_struct.rs:238:31
[INFO] [stdout]     |
[INFO] [stdout] 238 |     .with_attribute("serde", |b| {
[INFO] [stdout]     |                               ^
[INFO] [stdout] 239 |         b.push_parsed("(rename_all = \"camelCase\")")?;
[INFO] [stdout]     |         - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 238 |     .with_attribute("serde", |b: /* Type */| {
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::make_zst (line 42) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]   --> src/generate/gen_struct.rs:45:32
[INFO] [stdout]    |
[INFO] [stdout] 45 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_generic (line 150) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_struct.rs:155:32
[INFO] [stdout]     |
[INFO] [stdout] 155 | let mut generator = Generator::with_name("Bar").with_lifetime("a");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/generate/gen_struct.rs:158:37
[INFO] [stdout]     |
[INFO] [stdout] 158 |     .with_generic(Lifetime { ident: Ident::new("a", Span::call_site()), constraint: vec![] }.into())
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `virtue::prelude::Ident`, found `proc_macro2::Ident`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `proc_macro2::Ident` and `virtue::prelude::Ident` have similar names, but are actually distinct types
[INFO] [stdout] note: `proc_macro2::Ident` is defined in crate `proc_macro2`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs:936:1
[INFO] [stdout]     |
[INFO] [stdout] 936 | pub struct Ident {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `virtue::prelude::Ident` is defined in crate `proc_macro`
[INFO] [stdout]    --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/lib.rs:1033:0
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_lifetime (line 140) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:143:32
[INFO] [stdout]     |
[INFO] [stdout] 143 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_generic (line 208) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:211:32
[INFO] [stdout]     |
[INFO] [stdout] 211 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::body (line 316) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:319:32
[INFO] [stdout]     |
[INFO] [stdout] 319 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/generate/generate_item.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout] 323 |     .body(|b| {
[INFO] [stdout]     |            ^
[INFO] [stdout] 324 |         b.push_parsed("println!(\"hello world\");")?;
[INFO] [stdout]     |         - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 323 |     .body(|b: /* Type */| {
[INFO] [stdout]     |             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_lifetime_deps (line 178) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:181:32
[INFO] [stdout]     |
[INFO] [stdout] 181 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_parsed_attribute (line 261) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_struct.rs:264:32
[INFO] [stdout]     |
[INFO] [stdout] 264 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_derive (line 178) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_struct.rs:182:32
[INFO] [stdout]     |
[INFO] [stdout] 182 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generator.rs - generate::generator::Generator::impl_for_other_type (line 65) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `virtue::generate::Generator` in the current scope
[INFO] [stdout]   --> src/generate/generator.rs:68:32
[INFO] [stdout]    |
[INFO] [stdout] 68 | let mut generator = Generator::with_name("Baz");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `virtue::generate::Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generator.rs - generate::generator::Generator::impl_for_with_lifetimes (line 102) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `virtue::generate::Generator` in the current scope
[INFO] [stdout]    --> src/generate/generator.rs:105:32
[INFO] [stdout]     |
[INFO] [stdout] 105 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `virtue::generate::Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_self_arg (line 254) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:257:32
[INFO] [stdout]     |
[INFO] [stdout] 257 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_arg (line 272) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:275:32
[INFO] [stdout]     |
[INFO] [stdout] 275 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::GenConst<'a>::with_value (line 47) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]   --> src/generate/generate_item.rs:50:32
[INFO] [stdout]    |
[INFO] [stdout] 50 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/generate/generate_item.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |          .with_value(|b| {
[INFO] [stdout]    |                       ^
[INFO] [stdout] 54 |             b.push_parsed("5")?;
[INFO] [stdout]    |             - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 53 |          .with_value(|b: /* Type */| {
[INFO] [stdout]    |                        ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::with_trait_generics (line 85) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]   --> src/generate/impl_for.rs:88:32
[INFO] [stdout]    |
[INFO] [stdout] 88 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_attribute (line 172) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/mod.rs:175:32
[INFO] [stdout]     |
[INFO] [stdout] 175 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/generate/mod.rs:180:31
[INFO] [stdout]     |
[INFO] [stdout] 180 |     .with_attribute("serde", |b| {
[INFO] [stdout]     |                               ^
[INFO] [stdout] 181 |         b.push_parsed("(default)")?;
[INFO] [stdout]     |         - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 180 |     .with_attribute("serde", |b: /* Type */| {
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/generate/mod.rs:188:31
[INFO] [stdout]     |
[INFO] [stdout] 188 |     .with_attribute("serde", |b| {
[INFO] [stdout]     |                               ^
[INFO] [stdout] 189 |         b.push_parsed("(default)")?;
[INFO] [stdout]     |         - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 188 |     .with_attribute("serde", |b: /* Type */| {
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/mod.rs - generate::FieldBuilder<'_,P>::add_field (line 290) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/mod.rs:293:32
[INFO] [stdout]     |
[INFO] [stdout] 293 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::as_async (line 158) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:161:32
[INFO] [stdout]     |
[INFO] [stdout] 161 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_attribute_stream (line 263) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/mod.rs:266:32
[INFO] [stdout]     |
[INFO] [stdout] 266 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_generics (line 122) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/gen_struct.rs:127:32
[INFO] [stdout]     |
[INFO] [stdout] 127 | let mut generator = Generator::with_name("Bar").with_lifetime("a");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/generate/gen_struct.rs:130:39
[INFO] [stdout]     |
[INFO] [stdout] 130 |     .with_generics([Lifetime { ident: Ident::new("a", Span::call_site()), constraint: vec![] }.into()])
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `virtue::prelude::Ident`, found `proc_macro2::Ident`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `proc_macro2::Ident` and `virtue::prelude::Ident` have similar names, but are actually distinct types
[INFO] [stdout] note: `proc_macro2::Ident` is defined in crate `proc_macro2`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs:936:1
[INFO] [stdout]     |
[INFO] [stdout] 936 | pub struct Ident {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `virtue::prelude::Ident` is defined in crate `proc_macro`
[INFO] [stdout]    --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/lib.rs:1033:0
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_generic_deps (line 228) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:231:32
[INFO] [stdout]     |
[INFO] [stdout] 231 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_parsed_attribute (line 221) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/mod.rs:224:32
[INFO] [stdout]     |
[INFO] [stdout] 224 | let mut generator = Generator::with_name("Fooz");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/impl.rs - generate::r#impl::Impl<'a,P>::generate_const (line 86) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]   --> src/generate/impl.rs:89:32
[INFO] [stdout]    |
[INFO] [stdout] 89 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/generate/impl.rs:92:23
[INFO] [stdout]    |
[INFO] [stdout] 92 |          .with_value(|b| {
[INFO] [stdout]    |                       ^
[INFO] [stdout] 93 |             b.push_parsed("5")?;
[INFO] [stdout]    |             - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 92 |          .with_value(|b: /* Type */| {
[INFO] [stdout]    |                        ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_return_type (line 291) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/generate_item.rs:294:32
[INFO] [stdout]     |
[INFO] [stdout] 294 | let mut generator = Generator::with_name("Foo");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generator.rs - generate::generator::Generator::impl_for_with_lifetimes (line 114) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `virtue::generate::Generator` in the current scope
[INFO] [stdout]    --> src/generate/generator.rs:117:32
[INFO] [stdout]     |
[INFO] [stdout] 117 | let mut generator = Generator::with_name("Bar").with_lifetime("a");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `virtue::generate::Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::with_impl_generics (line 110) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/impl_for.rs:113:32
[INFO] [stdout]     |
[INFO] [stdout] 113 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::generate_const (line 158) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `Generator` in the current scope
[INFO] [stdout]    --> src/generate/impl_for.rs:161:32
[INFO] [stdout]     |
[INFO] [stdout] 161 | let mut generator = Generator::with_name("Bar");
[INFO] [stdout]     |                                ^^^^^^^^^ function or associated item not found in `Generator`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/generate/impl_for.rs:164:23
[INFO] [stdout]     |
[INFO] [stdout] 164 |          .with_value(|b| {
[INFO] [stdout]     |                       ^
[INFO] [stdout] 165 |             b.push_parsed("5")?;
[INFO] [stdout]     |             - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 164 |          .with_value(|b: /* Type */| {
[INFO] [stdout]     |                        ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/generate/generator.rs - generate::generator::Generator::impl_trait_for_other_type (line 79) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `with_name` found for struct `virtue::generate::Generator` in the current scope
[INFO] [stdout]   --> src/generate/generator.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 | let mut generator = Generator::with_name("Baz");
[INFO] [stdout]    |                                ^^^^^^^^^ function or associated item not found in `virtue::generate::Generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/utils.rs - utils::parse_tagged_attribute (line 13) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (691) panicked at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/bridge/client.rs:218:32:
[INFO] [stdout] procedural macro API is used outside of a procedural macro
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4e76314df2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4e76314df2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4e76314df2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4e76314df2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4e76325bda - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4e76325bda - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5b4e763189d6 - std[3b51380354919863]::io::default_write_fmt::<std[3b51380354919863]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4e763189d6 - <std[3b51380354919863]::sys::stdio::unix::Stderr as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4e7630008f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4e7630008f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4e76311181 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5b4e763113eb - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5b4e76300148 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x5b4e762f56f9 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5b4e7630096d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5b4e7632627c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5b4e76325fd4 - core[27de1724e4349be2]::panicking::panic_display::<&str>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:259:5
[INFO] [stdout]   17:     0x5b4e76325fd4 - core[27de1724e4349be2]::option::expect_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/option.rs:2208:5
[INFO] [stdout]   18:     0x5b4e762e8358 - <core[27de1724e4349be2]::option::Option<&core[27de1724e4349be2]::cell::RefCell<proc_macro[7c6b38c9e458d2a9]::bridge::client::Bridge>>>::expect
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/option.rs:971:21
[INFO] [stdout]   19:     0x5b4e762e8358 - <proc_macro[7c6b38c9e458d2a9]::bridge::client::Bridge>::with::<proc_macro[7c6b38c9e458d2a9]::bridge::client::TokenStream, <proc_macro[7c6b38c9e458d2a9]::bridge::client::TokenStream>::from_str::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/bridge/client.rs:218:32
[INFO] [stdout]   20:     0x5b4e762e8358 - proc_macro[7c6b38c9e458d2a9]::bridge::client::state::with::<proc_macro[7c6b38c9e458d2a9]::bridge::client::TokenStream, <proc_macro[7c6b38c9e458d2a9]::bridge::client::Bridge>::with<proc_macro[7c6b38c9e458d2a9]::bridge::client::TokenStream, <proc_macro[7c6b38c9e458d2a9]::bridge::client::TokenStream>::from_str::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/bridge/client.rs:211:9
[INFO] [stdout]   21:     0x5b4e762e8358 - <proc_macro[7c6b38c9e458d2a9]::bridge::client::Bridge>::with::<proc_macro[7c6b38c9e458d2a9]::bridge::client::TokenStream, <proc_macro[7c6b38c9e458d2a9]::bridge::client::TokenStream>::from_str::{closure#0}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/bridge/client.rs:217:9
[INFO] [stdout]   22:     0x5b4e762e8358 - <proc_macro[7c6b38c9e458d2a9]::bridge::client::TokenStream>::from_str
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/bridge/client.rs:137:17
[INFO] [stdout]   23:     0x5b4e762e8358 - <proc_macro[7c6b38c9e458d2a9]::TokenStream as core[27de1724e4349be2]::str::traits::FromStr>::from_str
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/proc_macro/src/lib.rs:196:29
[INFO] [stdout]   24:     0x5b4e762dbf64 - <proc_macro[7c6b38c9e458d2a9]::TokenStream as proc_macro2[a77c96877f5c4ba0]::fallback::FromStr2>::from_str_unchecked
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/fallback.rs:1238:9
[INFO] [stdout]   25:     0x5b4e762db8e8 - <proc_macro[7c6b38c9e458d2a9]::TokenStream as core[27de1724e4349be2]::convert::From<proc_macro2[a77c96877f5c4ba0]::imp::TokenStream>>::from
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/wrapper.rs:148:17
[INFO] [stdout]   26:     0x5b4e762db7a2 - <proc_macro[7c6b38c9e458d2a9]::TokenStream as core[27de1724e4349be2]::convert::From<proc_macro2[a77c96877f5c4ba0]::TokenStream>>::from
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs:284:9
[INFO] [stdout]   27:     0x5b4e762c78b7 - <proc_macro2[a77c96877f5c4ba0]::TokenStream as core[27de1724e4349be2]::convert::Into<proc_macro[7c6b38c9e458d2a9]::TokenStream>>::into
[INFO] [stdout]   28:     0x5b4e762c7673 - rust_out[8e547ba4386cb4c9]::main::_doctest_main_src_utils_rs_13_0::parse_token_stream_group
[INFO] [stdout]   29:     0x5b4e762c6d72 - rust_out[8e547ba4386cb4c9]::main::_doctest_main_src_utils_rs_13_0
[INFO] [stdout]   30:     0x5b4e762c6ca6 - rust_out[8e547ba4386cb4c9]::main
[INFO] [stdout]   31:     0x5b4e762c7f33 - <fn() as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   32:     0x5b4e762c6c66 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   33:     0x5b4e762c6c79 - std[3b51380354919863]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   34:     0x5b4e76310766 - <&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   35:     0x5b4e76310766 - std[3b51380354919863]::panicking::catch_unwind::do_call::<&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5b4e76310766 - std[3b51380354919863]::panicking::catch_unwind::<i32, &dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5b4e76310766 - std[3b51380354919863]::panic::catch_unwind::<&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5b4e76310766 - std[3b51380354919863]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/rt.rs:175:24
[INFO] [stdout]   39:     0x5b4e76310766 - std[3b51380354919863]::panicking::catch_unwind::do_call::<std[3b51380354919863]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5b4e76310766 - std[3b51380354919863]::panicking::catch_unwind::<isize, std[3b51380354919863]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5b4e76310766 - std[3b51380354919863]::panic::catch_unwind::<std[3b51380354919863]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5b4e76310766 - std[3b51380354919863]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/rt.rs:171:5
[INFO] [stdout]   43:     0x5b4e762c6c51 - std[3b51380354919863]::rt::lang_start::<()>
[INFO] [stdout]   44:     0x5b4e762c7f95 - main
[INFO] [stdout]   45:     0x7bd42a0121ca - <unknown>
[INFO] [stdout]   46:     0x7bd42a01228b - __libc_start_main
[INFO] [stdout]   47:     0x5b4e762c6ad5 - _start
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::EnumValue::add_field (line 533)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_attribute (line 451)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_attribute_stream (line 506)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::EnumValue::with_parsed_attribute (line 482)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum (line 11)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::inherit_generics (line 204)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_attribute (line 129)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_attribute_stream (line 181)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_derive (line 77)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_derives (line 100)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_generic (line 264)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_generics (line 234)
[INFO] [stdout]     src/generate/gen_enum.rs - generate::gen_enum::GenEnum<'a,P>::with_parsed_attribute (line 158)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::add_field (line 309)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::inherit_generics (line 96)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::make_tuple (line 67)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::make_zst (line 42)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_attribute (line 232)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_attribute_stream (line 283)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_derive (line 178)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_derives (line 202)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_generic (line 150)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_generics (line 122)
[INFO] [stdout]     src/generate/gen_struct.rs - generate::gen_struct::GenStruct<'a,P>::with_parsed_attribute (line 261)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::as_async (line 158)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::body (line 316)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_arg (line 272)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_generic (line 208)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_generic_deps (line 228)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_lifetime (line 140)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_lifetime_deps (line 178)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_return_type (line 291)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::FnBuilder<'a,P>::with_self_arg (line 254)
[INFO] [stdout]     src/generate/generate_item.rs - generate::generate_item::GenConst<'a>::with_value (line 47)
[INFO] [stdout]     src/generate/generator.rs - generate::generator::Generator::impl_for_other_type (line 65)
[INFO] [stdout]     src/generate/generator.rs - generate::generator::Generator::impl_for_with_lifetimes (line 102)
[INFO] [stdout]     src/generate/generator.rs - generate::generator::Generator::impl_for_with_lifetimes (line 114)
[INFO] [stdout]     src/generate/generator.rs - generate::generator::Generator::impl_trait_for_other_type (line 79)
[INFO] [stdout]     src/generate/impl.rs - generate::r#impl::Impl<'a,P>::generate_const (line 86)
[INFO] [stdout]     src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::generate_const (line 158)
[INFO] [stdout]     src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::with_impl_generics (line 110)
[INFO] [stdout]     src/generate/impl_for.rs - generate::impl_for::ImplFor<'a,P>::with_trait_generics (line 85)
[INFO] [stdout]     src/generate/mod.rs - generate::FieldBuilder<'_,P>::add_field (line 290)
[INFO] [stdout]     src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_attribute (line 172)
[INFO] [stdout]     src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_attribute_stream (line 263)
[INFO] [stdout]     src/generate/mod.rs - generate::FieldBuilder<'_,P>::with_parsed_attribute (line 221)
[INFO] [stdout]     src/utils.rs - utils::parse_tagged_attribute (line 13)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 47 failed; 42 ignored; 0 measured; 0 filtered out; finished in 1.50s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "86da878cb9f148aaac600953839f299c9dc6533b134ad9a5595a08000902b81c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86da878cb9f148aaac600953839f299c9dc6533b134ad9a5595a08000902b81c", kill_on_drop: false }`
[INFO] [stdout] 86da878cb9f148aaac600953839f299c9dc6533b134ad9a5595a08000902b81c
