[INFO] fetching crate hotman 0.1.0... [INFO] testing hotman-0.1.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate hotman 0.1.0 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate hotman 0.1.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4bc62b9711f3f04b2d6f1869b03f6c4b528fd9097c85b1caa5c6a5193e10cb3b [INFO] running `Command { std: "docker" "start" "-a" "4bc62b9711f3f04b2d6f1869b03f6c4b528fd9097c85b1caa5c6a5193e10cb3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bc62b9711f3f04b2d6f1869b03f6c4b528fd9097c85b1caa5c6a5193e10cb3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bc62b9711f3f04b2d6f1869b03f6c4b528fd9097c85b1caa5c6a5193e10cb3b", kill_on_drop: false }` [INFO] [stdout] 4bc62b9711f3f04b2d6f1869b03f6c4b528fd9097c85b1caa5c6a5193e10cb3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb9c74f9fffc04792524c672b0f3009ca584e91e5e480f87ced1695d36a54599 [INFO] running `Command { std: "docker" "start" "-a" "fb9c74f9fffc04792524c672b0f3009ca584e91e5e480f87ced1695d36a54599", 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.69s [INFO] running `Command { std: "docker" "inspect" "fb9c74f9fffc04792524c672b0f3009ca584e91e5e480f87ced1695d36a54599", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb9c74f9fffc04792524c672b0f3009ca584e91e5e480f87ced1695d36a54599", kill_on_drop: false }` [INFO] [stdout] fb9c74f9fffc04792524c672b0f3009ca584e91e5e480f87ced1695d36a54599 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 009a9521fdcfc8e6f51b5be3031fc95eb5af9c7307fe02342c93161a2d5596a8 [INFO] running `Command { std: "docker" "start" "-a" "009a9521fdcfc8e6f51b5be3031fc95eb5af9c7307fe02342c93161a2d5596a8", 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.60s [INFO] running `Command { std: "docker" "inspect" "009a9521fdcfc8e6f51b5be3031fc95eb5af9c7307fe02342c93161a2d5596a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "009a9521fdcfc8e6f51b5be3031fc95eb5af9c7307fe02342c93161a2d5596a8", kill_on_drop: false }` [INFO] [stdout] 009a9521fdcfc8e6f51b5be3031fc95eb5af9c7307fe02342c93161a2d5596a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 414b7fe4766c9375d50c4cd3ec08335c2c88d1b6e8f26e6810bda106431f67d1 [INFO] running `Command { std: "docker" "start" "-a" "414b7fe4766c9375d50c4cd3ec08335c2c88d1b6e8f26e6810bda106431f67d1", 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.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hotman-d841710542d68ea1) [INFO] [stdout] [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] [stderr] Doc-tests hotman [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.36s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "414b7fe4766c9375d50c4cd3ec08335c2c88d1b6e8f26e6810bda106431f67d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "414b7fe4766c9375d50c4cd3ec08335c2c88d1b6e8f26e6810bda106431f67d1", kill_on_drop: false }` [INFO] [stdout] 414b7fe4766c9375d50c4cd3ec08335c2c88d1b6e8f26e6810bda106431f67d1