[INFO] fetching crate hotman 0.1.0... [INFO] testing hotman-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate hotman 0.1.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate hotman 0.1.0 [INFO] finished tweaking crates.io crate hotman 0.1.0 [INFO] tweaked toml for crates.io crate hotman 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hotman 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate hotman 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12529eb131627d3e7c9416bd3c3d761194f82f8bbaa77945191b08062139d57a [INFO] running `Command { std: "docker" "start" "-a" "12529eb131627d3e7c9416bd3c3d761194f82f8bbaa77945191b08062139d57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12529eb131627d3e7c9416bd3c3d761194f82f8bbaa77945191b08062139d57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12529eb131627d3e7c9416bd3c3d761194f82f8bbaa77945191b08062139d57a", kill_on_drop: false }` [INFO] [stdout] 12529eb131627d3e7c9416bd3c3d761194f82f8bbaa77945191b08062139d57a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b74200c967ef97f93d59ce24a30e5a301755212e2ea9c7b170c0369554785a9 [INFO] running `Command { std: "docker" "start" "-a" "4b74200c967ef97f93d59ce24a30e5a301755212e2ea9c7b170c0369554785a9", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling hotman v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute.rs:189:43 [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 202 | / attributes!( [INFO] [stdout] 203 | | accept, [INFO] [stdout] 204 | | action, [INFO] [stdout] 205 | | align, [INFO] [stdout] ... | [INFO] [stdout] 315 | | xmlns, [INFO] [stdout] 316 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `attributes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:165:47 [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s [INFO] running `Command { std: "docker" "inspect" "4b74200c967ef97f93d59ce24a30e5a301755212e2ea9c7b170c0369554785a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b74200c967ef97f93d59ce24a30e5a301755212e2ea9c7b170c0369554785a9", kill_on_drop: false }` [INFO] [stdout] 4b74200c967ef97f93d59ce24a30e5a301755212e2ea9c7b170c0369554785a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f0bdbea633e2c710014eeae34234e42ae61adf9b2899ae75b123a261fe842a7 [INFO] running `Command { std: "docker" "start" "-a" "8f0bdbea633e2c710014eeae34234e42ae61adf9b2899ae75b123a261fe842a7", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute.rs:189:43 [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 202 | / attributes!( [INFO] [stdout] 203 | | accept, [INFO] [stdout] 204 | | action, [INFO] [stdout] 205 | | align, [INFO] [stdout] ... | [INFO] [stdout] 315 | | xmlns, [INFO] [stdout] 316 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `attributes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:165:47 [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hotman v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attribute.rs:189:43 [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 202 | / attributes!( [INFO] [stdout] 203 | | accept, [INFO] [stdout] 204 | | action, [INFO] [stdout] 205 | | align, [INFO] [stdout] ... | [INFO] [stdout] 315 | | xmlns, [INFO] [stdout] 316 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `attributes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:165:47 [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.09s [INFO] running `Command { std: "docker" "inspect" "8f0bdbea633e2c710014eeae34234e42ae61adf9b2899ae75b123a261fe842a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f0bdbea633e2c710014eeae34234e42ae61adf9b2899ae75b123a261fe842a7", kill_on_drop: false }` [INFO] [stdout] 8f0bdbea633e2c710014eeae34234e42ae61adf9b2899ae75b123a261fe842a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5874ff0663c4dc6ee88b82987424c5d094e8cd462c7d040da0aef1391abeee31 [INFO] running `Command { std: "docker" "start" "-a" "5874ff0663c4dc6ee88b82987424c5d094e8cd462c7d040da0aef1391abeee31", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attribute.rs:189:43 [INFO] [stderr] | [INFO] [stderr] 189 | fn [](&self) -> [<$name _ref_t>]; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 202 | / attributes!( [INFO] [stderr] 203 | | accept, [INFO] [stderr] 204 | | action, [INFO] [stderr] 205 | | align, [INFO] [stderr] ... | [INFO] [stderr] 315 | | xmlns, [INFO] [stderr] 316 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] = note: this warning originates in the macro `attributes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 189 | fn [](&self) -> [<$name _ref_t>]<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:33:39 [INFO] [stderr] | [INFO] [stderr] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 221 | / elements!( [INFO] [stderr] 222 | | ( [INFO] [stderr] 223 | | A, [INFO] [stderr] 224 | | download, [INFO] [stderr] ... | [INFO] [stderr] 466 | | (Wbr), [INFO] [stderr] 467 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:165:47 [INFO] [stderr] | [INFO] [stderr] 165 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 221 | / elements!( [INFO] [stderr] 222 | | ( [INFO] [stderr] 223 | | A, [INFO] [stderr] 224 | | download, [INFO] [stderr] ... | [INFO] [stderr] 466 | | (Wbr), [INFO] [stderr] 467 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 165 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `hotman` (lib) generated 95 warnings (92 duplicates) (run `cargo fix --lib -p hotman` to apply 3 suggestions) [INFO] [stderr] warning: `hotman` (lib test) generated 95 warnings (95 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hotman-d841710542d68ea1) [INFO] [stdout] [INFO] [stderr] Doc-tests hotman [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 101) ... ok [INFO] [stdout] test src/lib.rs - (line 125) ... ok [INFO] [stdout] test src/lib.rs - (line 52) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5874ff0663c4dc6ee88b82987424c5d094e8cd462c7d040da0aef1391abeee31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5874ff0663c4dc6ee88b82987424c5d094e8cd462c7d040da0aef1391abeee31", kill_on_drop: false }` [INFO] [stdout] 5874ff0663c4dc6ee88b82987424c5d094e8cd462c7d040da0aef1391abeee31