[INFO] fetching crate hotman 0.1.0... [INFO] testing hotman-0.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate hotman 0.1.0 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate hotman 0.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b7f3dccc38626b7eec3e3d1288443812e5578e86d615af4ce5adc79c830fcab8 [INFO] running `Command { std: "docker" "start" "-a" "b7f3dccc38626b7eec3e3d1288443812e5578e86d615af4ce5adc79c830fcab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7f3dccc38626b7eec3e3d1288443812e5578e86d615af4ce5adc79c830fcab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7f3dccc38626b7eec3e3d1288443812e5578e86d615af4ce5adc79c830fcab8", kill_on_drop: false }` [INFO] [stdout] b7f3dccc38626b7eec3e3d1288443812e5578e86d615af4ce5adc79c830fcab8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cad65fcc7f9fc13ef680179420a8a5e957c049fec318fb84b0dc6e303f1ec085 [INFO] running `Command { std: "docker" "start" "-a" "cad65fcc7f9fc13ef680179420a8a5e957c049fec318fb84b0dc6e303f1ec085", 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.79s [INFO] running `Command { std: "docker" "inspect" "cad65fcc7f9fc13ef680179420a8a5e957c049fec318fb84b0dc6e303f1ec085", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cad65fcc7f9fc13ef680179420a8a5e957c049fec318fb84b0dc6e303f1ec085", kill_on_drop: false }` [INFO] [stdout] cad65fcc7f9fc13ef680179420a8a5e957c049fec318fb84b0dc6e303f1ec085 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce828cf3c2eb24270a79a582d2f31bffb01ffa25a1ee6bc93da416b60802763d [INFO] running `Command { std: "docker" "start" "-a" "ce828cf3c2eb24270a79a582d2f31bffb01ffa25a1ee6bc93da416b60802763d", 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.76s [INFO] running `Command { std: "docker" "inspect" "ce828cf3c2eb24270a79a582d2f31bffb01ffa25a1ee6bc93da416b60802763d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce828cf3c2eb24270a79a582d2f31bffb01ffa25a1ee6bc93da416b60802763d", kill_on_drop: false }` [INFO] [stdout] ce828cf3c2eb24270a79a582d2f31bffb01ffa25a1ee6bc93da416b60802763d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 20adeafffa4d457e611f826c8235cf3275d49bb8f975520b80d0ee6dfc7d8b85 [INFO] running `Command { std: "docker" "start" "-a" "20adeafffa4d457e611f826c8235cf3275d49bb8f975520b80d0ee6dfc7d8b85", 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.26s [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 52) ... ok [INFO] [stdout] test src/lib.rs - (line 101) ... ok [INFO] [stdout] test src/lib.rs - (line 125) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "20adeafffa4d457e611f826c8235cf3275d49bb8f975520b80d0ee6dfc7d8b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20adeafffa4d457e611f826c8235cf3275d49bb8f975520b80d0ee6dfc7d8b85", kill_on_drop: false }` [INFO] [stdout] 20adeafffa4d457e611f826c8235cf3275d49bb8f975520b80d0ee6dfc7d8b85