[INFO] fetching crate hotman 0.1.0... [INFO] testing hotman-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate hotman 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate hotman 0.1.0 [INFO] finished tweaking crates.io crate hotman 0.1.0 [INFO] tweaked toml for crates.io crate hotman 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hotman 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5743589820fa43eb84b7a8b1e0facc7627585ac143aeb1f70cba9d178d4bf46 [INFO] running `Command { std: "docker" "start" "-a" "c5743589820fa43eb84b7a8b1e0facc7627585ac143aeb1f70cba9d178d4bf46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5743589820fa43eb84b7a8b1e0facc7627585ac143aeb1f70cba9d178d4bf46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5743589820fa43eb84b7a8b1e0facc7627585ac143aeb1f70cba9d178d4bf46", kill_on_drop: false }` [INFO] [stdout] c5743589820fa43eb84b7a8b1e0facc7627585ac143aeb1f70cba9d178d4bf46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ae3944c994e209d9ed07d79c666cda710e0e9ca23fa31fafead5d5b294484d1 [INFO] running `Command { std: "docker" "start" "-a" "3ae3944c994e209d9ed07d79c666cda710e0e9ca23fa31fafead5d5b294484d1", 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.58s [INFO] running `Command { std: "docker" "inspect" "3ae3944c994e209d9ed07d79c666cda710e0e9ca23fa31fafead5d5b294484d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ae3944c994e209d9ed07d79c666cda710e0e9ca23fa31fafead5d5b294484d1", kill_on_drop: false }` [INFO] [stdout] 3ae3944c994e209d9ed07d79c666cda710e0e9ca23fa31fafead5d5b294484d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad924fb67bf5bbd2accba12f0c248ae1191bb45a910b5b0824038256ec6619b5 [INFO] running `Command { std: "docker" "start" "-a" "ad924fb67bf5bbd2accba12f0c248ae1191bb45a910b5b0824038256ec6619b5", 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.93s [INFO] running `Command { std: "docker" "inspect" "ad924fb67bf5bbd2accba12f0c248ae1191bb45a910b5b0824038256ec6619b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad924fb67bf5bbd2accba12f0c248ae1191bb45a910b5b0824038256ec6619b5", kill_on_drop: false }` [INFO] [stdout] ad924fb67bf5bbd2accba12f0c248ae1191bb45a910b5b0824038256ec6619b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2fc7536f998f31d1b1e1682bf7f68b99c02664d8f3adce782610d168b8d74ab4 [INFO] running `Command { std: "docker" "start" "-a" "2fc7536f998f31d1b1e1682bf7f68b99c02664d8f3adce782610d168b8d74ab4", 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] [stdout] [INFO] [stderr] warning: `hotman` (lib test) generated 95 warnings (95 duplicates) [INFO] [stdout] running 0 tests [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hotman-d841710542d68ea1) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Doc-tests hotman [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 52) ... ok [INFO] [stdout] test src/lib.rs - (line 125) ... ok [INFO] [stdout] test src/lib.rs - (line 101) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2fc7536f998f31d1b1e1682bf7f68b99c02664d8f3adce782610d168b8d74ab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fc7536f998f31d1b1e1682bf7f68b99c02664d8f3adce782610d168b8d74ab4", kill_on_drop: false }` [INFO] [stdout] 2fc7536f998f31d1b1e1682bf7f68b99c02664d8f3adce782610d168b8d74ab4