[INFO] fetching crate hotman 0.1.0... [INFO] testing hotman-0.1.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate hotman 0.1.0 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hotman 0.1.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 154323636be7ff55460a00d8119460eb823e7099d11616ab114d1759aed618da [INFO] running `Command { std: "docker" "start" "-a" "154323636be7ff55460a00d8119460eb823e7099d11616ab114d1759aed618da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "154323636be7ff55460a00d8119460eb823e7099d11616ab114d1759aed618da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "154323636be7ff55460a00d8119460eb823e7099d11616ab114d1759aed618da", kill_on_drop: false }` [INFO] [stdout] 154323636be7ff55460a00d8119460eb823e7099d11616ab114d1759aed618da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3eb926757b5993f819d22d4171c4b520391d497ad9ac9ffbef014712f63e7ebd [INFO] running `Command { std: "docker" "start" "-a" "3eb926757b5993f819d22d4171c4b520391d497ad9ac9ffbef014712f63e7ebd", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling hotman v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/attribute.rs:189:43 [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]; [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:165:47 [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 4.94s [INFO] running `Command { std: "docker" "inspect" "3eb926757b5993f819d22d4171c4b520391d497ad9ac9ffbef014712f63e7ebd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3eb926757b5993f819d22d4171c4b520391d497ad9ac9ffbef014712f63e7ebd", kill_on_drop: false }` [INFO] [stdout] 3eb926757b5993f819d22d4171c4b520391d497ad9ac9ffbef014712f63e7ebd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0ac2fdeb1415abb2449c5b3846e1c83727c46abeba134c7f5b84f87a7e18f7ae [INFO] running `Command { std: "docker" "start" "-a" "0ac2fdeb1415abb2449c5b3846e1c83727c46abeba134c7f5b84f87a7e18f7ae", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/attribute.rs:189:43 [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]; [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:165:47 [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/attribute.rs:189:43 [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]; [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 189 | fn [](&self) -> [<$name _ref_t>]<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:165:47 [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 165 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 221 | / elements!( [INFO] [stdout] 222 | | ( [INFO] [stdout] 223 | | A, [INFO] [stdout] 224 | | download, [INFO] [stdout] ... | [INFO] [stdout] 466 | | (Wbr), [INFO] [stdout] 467 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_global_attrs` which comes from the expansion of the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 3.03s [INFO] running `Command { std: "docker" "inspect" "0ac2fdeb1415abb2449c5b3846e1c83727c46abeba134c7f5b84f87a7e18f7ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ac2fdeb1415abb2449c5b3846e1c83727c46abeba134c7f5b84f87a7e18f7ae", kill_on_drop: false }` [INFO] [stdout] 0ac2fdeb1415abb2449c5b3846e1c83727c46abeba134c7f5b84f87a7e18f7ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 049a6a27fa70e3aa7405f399ffc8b32fa0c1d12bf19fe0be1b8dca57e373d9c2 [INFO] running `Command { std: "docker" "start" "-a" "049a6a27fa70e3aa7405f399ffc8b32fa0c1d12bf19fe0be1b8dca57e373d9c2", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/attribute.rs:189:43 [INFO] [stderr] | [INFO] [stderr] 189 | fn [](&self) -> [<$name _ref_t>]; [INFO] [stderr] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 189 | fn [](&self) -> [<$name _ref_t>]<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/element.rs:33:39 [INFO] [stderr] | [INFO] [stderr] 33 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stderr] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 33 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/element.rs:165:47 [INFO] [stderr] | [INFO] [stderr] 165 | fn [](&self) -> attribute::[<$attr _ref_t>] { [INFO] [stderr] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `elements` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 165 | fn [](&self) -> attribute::[<$attr _ref_t>]<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `hotman` (lib) generated 95 warnings (92 duplicates) (run `cargo fix --lib -p hotman` to apply 3 suggestions) [INFO] [stderr] warning: `hotman` (lib test) generated 95 warnings (95 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/hotman-0ae73dcd0121c5c7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "049a6a27fa70e3aa7405f399ffc8b32fa0c1d12bf19fe0be1b8dca57e373d9c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "049a6a27fa70e3aa7405f399ffc8b32fa0c1d12bf19fe0be1b8dca57e373d9c2", kill_on_drop: false }` [INFO] [stdout] 049a6a27fa70e3aa7405f399ffc8b32fa0c1d12bf19fe0be1b8dca57e373d9c2