[INFO] fetching crate nonymous 0.3.3... [INFO] testing nonymous-0.3.3 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate nonymous 0.3.3 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate nonymous 0.3.3 [INFO] finished tweaking crates.io crate nonymous 0.3.3 [INFO] tweaked toml for crates.io crate nonymous 0.3.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nonymous 0.3.3 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 25 packages to latest compatible versions [INFO] [stderr] Adding arrayvec v0.5.2 (available: v0.7.6) [INFO] [stderr] Adding ntest v0.7.5 (available: v0.9.3) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f6ec746d6ce4668746b8d97dba224e61502c2b1fb8c5e1eb2c552b00aee9821 [INFO] running `Command { std: "docker" "start" "-a" "8f6ec746d6ce4668746b8d97dba224e61502c2b1fb8c5e1eb2c552b00aee9821", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f6ec746d6ce4668746b8d97dba224e61502c2b1fb8c5e1eb2c552b00aee9821", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f6ec746d6ce4668746b8d97dba224e61502c2b1fb8c5e1eb2c552b00aee9821", kill_on_drop: false }` [INFO] [stdout] 8f6ec746d6ce4668746b8d97dba224e61502c2b1fb8c5e1eb2c552b00aee9821 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6ee9f2f36be72658d8e1d5d6d36f08d15b91434a1190b2cfd52ac0c05c65c53 [INFO] running `Command { std: "docker" "start" "-a" "f6ee9f2f36be72658d8e1d5d6d36f08d15b91434a1190b2cfd52ac0c05c65c53", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling nonymous v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `ci_` [INFO] [stdout] --> src/lib.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(ci_, deny(warnings))] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci_)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci_)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/const.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | pub const fn name(&self, k: K) -> Option { [INFO] [stdout] | ^^^^^ ^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub const fn name(&self, k: K) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn header(&self) -> Header { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 15 | pub fn header(&self) -> Header<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn opt(&self) -> Option<&Extension> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 22 | pub fn opt(&self) -> Option<&Extension<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn qname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn qname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn qtype(&self) -> Type { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn qtype(&self) -> Type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn qclass(&self) -> Class { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 130 | pub fn qclass(&self) -> Class<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn name(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn name(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn r#type(&self) -> Type { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn r#type(&self) -> Type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:158:18 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn class(&self) -> Class { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | pub fn class(&self) -> Class<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn try_rdata(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn try_rdata(&self) -> Result, RdataError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:195:18 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn rdata(&self) -> Rdata { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 195 | pub fn rdata(&self) -> Rdata<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:161:18 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn mname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 161 | pub fn mname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn rname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn rname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:213:21 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn exchange(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn exchange(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:240:16 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn tag(&self) -> CaaTag { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn tag(&self) -> CaaTag<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn value(&self) -> CaaValue { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 248 | pub fn value(&self) -> CaaValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s [INFO] running `Command { std: "docker" "inspect" "f6ee9f2f36be72658d8e1d5d6d36f08d15b91434a1190b2cfd52ac0c05c65c53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6ee9f2f36be72658d8e1d5d6d36f08d15b91434a1190b2cfd52ac0c05c65c53", kill_on_drop: false }` [INFO] [stdout] f6ee9f2f36be72658d8e1d5d6d36f08d15b91434a1190b2cfd52ac0c05c65c53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46cd39694602d9c0692070a5b058be33e784c711e1b66bd6e2dcf5f053449c9e [INFO] running `Command { std: "docker" "start" "-a" "46cd39694602d9c0692070a5b058be33e784c711e1b66bd6e2dcf5f053449c9e", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling ntest_proc_macro_helper v0.7.5 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stdout] warning: unexpected `cfg` condition name: `ci_` [INFO] [stdout] --> src/lib.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(ci_, deny(warnings))] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci_)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci_)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ntest_test_cases v0.7.5 [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/const.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | pub const fn name(&self, k: K) -> Option { [INFO] [stdout] | ^^^^^ ^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub const fn name(&self, k: K) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn header(&self) -> Header { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 15 | pub fn header(&self) -> Header<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn opt(&self) -> Option<&Extension> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 22 | pub fn opt(&self) -> Option<&Extension<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn qname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn qname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn qtype(&self) -> Type { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn qtype(&self) -> Type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn qclass(&self) -> Class { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 130 | pub fn qclass(&self) -> Class<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn name(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn name(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn r#type(&self) -> Type { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn r#type(&self) -> Type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:158:18 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn class(&self) -> Class { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | pub fn class(&self) -> Class<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn try_rdata(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn try_rdata(&self) -> Result, RdataError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:195:18 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn rdata(&self) -> Rdata { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 195 | pub fn rdata(&self) -> Rdata<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:161:18 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn mname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 161 | pub fn mname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn rname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn rname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:213:21 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn exchange(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn exchange(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:240:16 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn tag(&self) -> CaaTag { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn tag(&self) -> CaaTag<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn value(&self) -> CaaValue { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 248 | pub fn value(&self) -> CaaValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling ntest_timeout v0.7.5 [INFO] [stderr] Compiling ntest v0.7.5 [INFO] [stderr] Compiling nonymous v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `ci_` [INFO] [stdout] --> src/lib.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(ci_, deny(warnings))] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci_)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci_)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/example.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / builder! { [INFO] [stdout] 61 | | FooBuilder { [INFO] [stdout] 62 | | Builder [Q]; [INFO] [stdout] 63 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/example.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / builder! { [INFO] [stdout] 61 | | FooBuilder { [INFO] [stdout] 62 | | Builder [Q]; [INFO] [stdout] 63 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | ($crate::view)(BoundsError), [INFO] [stdout] | ----------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | ($crate::view)(MessageError), [INFO] [stdout] | ------------ field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | ($crate::view)(QuestionError), [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | ($crate::view)(RecordError), [INFO] [stdout] | ----------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | ($crate::view)(NameError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | ($crate::view)(LabelError), [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | ($crate::view)(ExtensionError), [INFO] [stdout] | -------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | ($crate::view::rdata)(RdataError), [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | ($crate::view::rdata)(SoaError), [INFO] [stdout] | -------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | ($crate::emit)(SinkError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | ($crate::emit)(GrowError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | ($crate::emit::extension)(ExtensionError) as EmitExtensionError, [INFO] [stdout] | ------------------ field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | ($crate::emit::message)(MessageError) as EmitMessageError, [INFO] [stdout] | ---------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | ($crate::emit::name)(NameError) as EmitNameError, [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | ($crate::emit::question)(QuestionError) as EmitQuestionError, [INFO] [stdout] | ----------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | ($crate::emit::record)(RecordError) as EmitRecordError, [INFO] [stdout] | --------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/emit.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | ($crate::view)(BoundsError), [INFO] [stdout] | ----------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | ($crate::view)(MessageError), [INFO] [stdout] | ------------ field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | ($crate::view)(QuestionError), [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | ($crate::view)(RecordError), [INFO] [stdout] | ----------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | ($crate::view)(NameError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | ($crate::view)(LabelError), [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | ($crate::view)(ExtensionError), [INFO] [stdout] | -------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | ($crate::view::rdata)(RdataError), [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | ($crate::view::rdata)(SoaError), [INFO] [stdout] | -------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | ($crate::emit)(SinkError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | ($crate::emit)(GrowError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | ($crate::emit::extension)(ExtensionError) as EmitExtensionError, [INFO] [stdout] | ------------------ field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | ($crate::emit::message)(MessageError) as EmitMessageError, [INFO] [stdout] | ---------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | ($crate::emit::name)(NameError) as EmitNameError, [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | ($crate::emit::question)(QuestionError) as EmitQuestionError, [INFO] [stdout] | ----------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | ($crate::emit::record)(RecordError) as EmitRecordError, [INFO] [stdout] | --------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/inherent.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | ($crate::view)(BoundsError), [INFO] [stdout] | ----------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | ($crate::view)(MessageError), [INFO] [stdout] | ------------ field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | ($crate::view)(QuestionError), [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | ($crate::view)(RecordError), [INFO] [stdout] | ----------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | ($crate::view)(NameError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | ($crate::view)(LabelError), [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | ($crate::view)(ExtensionError), [INFO] [stdout] | -------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | ($crate::view::rdata)(RdataError), [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | ($crate::view::rdata)(SoaError), [INFO] [stdout] | -------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | ($crate::emit)(SinkError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | ($crate::emit)(GrowError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | ($crate::emit::extension)(ExtensionError) as EmitExtensionError, [INFO] [stdout] | ------------------ field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | ($crate::emit::message)(MessageError) as EmitMessageError, [INFO] [stdout] | ---------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | ($crate::emit::name)(NameError) as EmitNameError, [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | ($crate::emit::question)(QuestionError) as EmitQuestionError, [INFO] [stdout] | ----------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | ($crate::emit::record)(RecordError) as EmitRecordError, [INFO] [stdout] | --------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/view/iter.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | ($crate::view)(BoundsError), [INFO] [stdout] | ----------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | ($crate::view)(MessageError), [INFO] [stdout] | ------------ field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | ($crate::view)(QuestionError), [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | ($crate::view)(RecordError), [INFO] [stdout] | ----------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | ($crate::view)(NameError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | ($crate::view)(LabelError), [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | ($crate::view)(ExtensionError), [INFO] [stdout] | -------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | ($crate::view::rdata)(RdataError), [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | ($crate::view::rdata)(SoaError), [INFO] [stdout] | -------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | ($crate::emit)(SinkError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | ($crate::emit)(GrowError), [INFO] [stdout] | --------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | ($crate::emit::extension)(ExtensionError) as EmitExtensionError, [INFO] [stdout] | ------------------ field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | ($crate::emit::message)(MessageError) as EmitMessageError, [INFO] [stdout] | ---------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | ($crate::emit::name)(NameError) as EmitNameError, [INFO] [stdout] | ------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | ($crate::emit::question)(QuestionError) as EmitQuestionError, [INFO] [stdout] | ----------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | $($variant($ty),)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | ($crate::emit::record)(RecordError) as EmitRecordError, [INFO] [stdout] | --------------- field in this variant [INFO] [stdout] | [INFO] [stdout] ::: src/zone.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | declare_any_error!(AnyError); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - $($variant($ty),)+ [INFO] [stdout] 35 + $($variant(()),)+ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/const.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | pub const fn name(&self, k: K) -> Option { [INFO] [stdout] | ^^^^^ ^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub const fn name(&self, k: K) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/const.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | const fn name_linear(&self, k: K) -> Option { [INFO] [stdout] | ^^^^^ ^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 30 | const fn name_linear(&self, k: K) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn header(&self) -> Header { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 15 | pub fn header(&self) -> Header<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn opt(&self) -> Option<&Extension> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 22 | pub fn opt(&self) -> Option<&Extension<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn qname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn qname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn qtype(&self) -> Type { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn qtype(&self) -> Type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn qclass(&self) -> Class { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 130 | pub fn qclass(&self) -> Class<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn name(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn name(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn r#type(&self) -> Type { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn r#type(&self) -> Type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:158:18 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn class(&self) -> Class { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | pub fn class(&self) -> Class<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn try_rdata(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn try_rdata(&self) -> Result, RdataError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/inherent.rs:195:18 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn rdata(&self) -> Rdata { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 195 | pub fn rdata(&self) -> Rdata<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:161:18 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn mname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 161 | pub fn mname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn rname(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn rname(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:213:21 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn exchange(&self) -> Name { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn exchange(&self) -> Name<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:240:16 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn tag(&self) -> CaaTag { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn tag(&self) -> CaaTag<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/view/rdata.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | pub fn value(&self) -> CaaValue { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 248 | pub fn value(&self) -> CaaValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.92s [INFO] running `Command { std: "docker" "inspect" "46cd39694602d9c0692070a5b058be33e784c711e1b66bd6e2dcf5f053449c9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46cd39694602d9c0692070a5b058be33e784c711e1b66bd6e2dcf5f053449c9e", kill_on_drop: false }` [INFO] [stdout] 46cd39694602d9c0692070a5b058be33e784c711e1b66bd6e2dcf5f053449c9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6cbdd0c8dee7d3280ba8e9f51f84a2baec40ff17a9e3f293e6d41486bab57f89 [INFO] running `Command { std: "docker" "start" "-a" "6cbdd0c8dee7d3280ba8e9f51f84a2baec40ff17a9e3f293e6d41486bab57f89", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `ci_` [INFO] [stderr] --> src/lib.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | #![cfg_attr(ci_, deny(warnings))] [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci_)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci_)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/emit.rs:167:11 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/extension.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / builder! { [INFO] [stderr] 35 | | ExtensionBuilder { [INFO] [stderr] 36 | | Builder; [INFO] [stderr] 37 | | @ >: [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stderr] --> src/emit.rs:167:28 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/extension.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / builder! { [INFO] [stderr] 35 | | ExtensionBuilder { [INFO] [stderr] 36 | | Builder; [INFO] [stderr] 37 | | @ >: [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/emit.rs:167:11 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/message.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / builder! { [INFO] [stderr] 104 | | MessageBuilder { [INFO] [stderr] 105 | | Builder [Q]; [INFO] [stderr] 106 | | @

Q [Q]: [INFO] [stderr] ... | [INFO] [stderr] 224 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stderr] --> src/emit.rs:167:28 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/message.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / builder! { [INFO] [stderr] 104 | | MessageBuilder { [INFO] [stderr] 105 | | Builder [Q]; [INFO] [stderr] 106 | | @

Q [Q]: [INFO] [stderr] ... | [INFO] [stderr] 224 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/emit.rs:167:11 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/name.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / builder! { [INFO] [stderr] 54 | | NameBuilder { [INFO] [stderr] 55 | | Builder; [INFO] [stderr] 56 | | @

: [INFO] [stderr] ... | [INFO] [stderr] 155 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stderr] --> src/emit.rs:167:28 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/name.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / builder! { [INFO] [stderr] 54 | | NameBuilder { [INFO] [stderr] 55 | | Builder; [INFO] [stderr] 56 | | @

: [INFO] [stderr] ... | [INFO] [stderr] 155 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/emit.rs:167:11 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/question.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / builder! { [INFO] [stderr] 38 | | QuestionBuilder { [INFO] [stderr] 39 | | Builder; [INFO] [stderr] 40 | | @

: [INFO] [stderr] ... | [INFO] [stderr] 63 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stderr] --> src/emit.rs:167:28 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/question.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / builder! { [INFO] [stderr] 38 | | QuestionBuilder { [INFO] [stderr] 39 | | Builder; [INFO] [stderr] 40 | | @

: [INFO] [stderr] ... | [INFO] [stderr] 63 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/emit.rs:167:11 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/record.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | / builder! { [INFO] [stderr] 69 | | RecordBuilder { [INFO] [stderr] 70 | | Builder [Q]; [INFO] [stderr] 71 | | @

RecordName: [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stderr] --> src/emit.rs:167:28 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/record.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | / builder! { [INFO] [stderr] 69 | | RecordBuilder { [INFO] [stderr] 70 | | Builder [Q]; [INFO] [stderr] 71 | | @

RecordName: [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/const.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | pub const fn name(&self, k: K) -> Option { [INFO] [stderr] | ^^^^^ ^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 21 | pub const fn name(&self, k: K) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:15:19 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn header(&self) -> Header { [INFO] [stderr] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 15 | pub fn header(&self) -> Header<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn opt(&self) -> Option<&Extension> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 22 | pub fn opt(&self) -> Option<&Extension<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:113:18 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn qname(&self) -> Name { [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 113 | pub fn qname(&self) -> Name<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:121:18 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn qtype(&self) -> Type { [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 121 | pub fn qtype(&self) -> Type<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:130:19 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn qclass(&self) -> Class { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 130 | pub fn qclass(&self) -> Class<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn name(&self) -> Name { [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 141 | pub fn name(&self) -> Name<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:149:19 [INFO] [stderr] | [INFO] [stderr] 149 | pub fn r#type(&self) -> Type { [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 149 | pub fn r#type(&self) -> Type<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:158:18 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn class(&self) -> Class { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 158 | pub fn class(&self) -> Class<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:179:22 [INFO] [stderr] | [INFO] [stderr] 179 | pub fn try_rdata(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 179 | pub fn try_rdata(&self) -> Result, RdataError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/inherent.rs:195:18 [INFO] [stderr] | [INFO] [stderr] 195 | pub fn rdata(&self) -> Rdata { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 195 | pub fn rdata(&self) -> Rdata<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/rdata.rs:161:18 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn mname(&self) -> Name { [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 161 | pub fn mname(&self) -> Name<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/rdata.rs:169:18 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn rname(&self) -> Name { [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 169 | pub fn rname(&self) -> Name<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/rdata.rs:213:21 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn exchange(&self) -> Name { [INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 213 | pub fn exchange(&self) -> Name<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/rdata.rs:240:16 [INFO] [stderr] | [INFO] [stderr] 240 | pub fn tag(&self) -> CaaTag { [INFO] [stderr] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 240 | pub fn tag(&self) -> CaaTag<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/view/rdata.rs:248:18 [INFO] [stderr] | [INFO] [stderr] 248 | pub fn value(&self) -> CaaValue { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 248 | pub fn value(&self) -> CaaValue<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `nonymous` (lib) generated 22 warnings (run `cargo fix --lib -p nonymous` to apply 21 suggestions) [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/emit.rs:167:11 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/example.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / builder! { [INFO] [stderr] 61 | | FooBuilder { [INFO] [stderr] 62 | | Builder [Q]; [INFO] [stderr] 63 | | @

Q [Q]: [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stderr] --> src/emit.rs:167:28 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/example.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / builder! { [INFO] [stderr] 61 | | FooBuilder { [INFO] [stderr] 62 | | Builder [Q]; [INFO] [stderr] 63 | | @

Q [Q]: [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/emit.rs:167:11 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/extension.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / builder! { [INFO] [stderr] 35 | | ExtensionBuilder { [INFO] [stderr] 36 | | Builder; [INFO] [stderr] 37 | | @ >: [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stderr] --> src/emit.rs:167:28 [INFO] [stderr] | [INFO] [stderr] 167 | $(#[allow(unused)] builder! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/emit/extension.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / builder! { [INFO] [stderr] 35 | | ExtensionBuilder { [INFO] [stderr] 36 | | Builder; [INFO] [stderr] 37 | | @ >: [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 55 | ($crate::view)(BoundsError), [INFO] [stderr] | ----------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 56 | ($crate::view)(MessageError), [INFO] [stderr] | ------------ field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 57 | ($crate::view)(QuestionError), [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | ($crate::view)(RecordError), [INFO] [stderr] | ----------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 59 | ($crate::view)(NameError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 60 | ($crate::view)(LabelError), [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 61 | ($crate::view)(ExtensionError), [INFO] [stderr] | -------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 62 | ($crate::view::rdata)(RdataError), [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 63 | ($crate::view::rdata)(SoaError), [INFO] [stderr] | -------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | ($crate::emit)(SinkError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 65 | ($crate::emit)(GrowError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 66 | ($crate::emit::extension)(ExtensionError) as EmitExtensionError, [INFO] [stderr] | ------------------ field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | ($crate::emit::message)(MessageError) as EmitMessageError, [INFO] [stderr] | ---------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 68 | ($crate::emit::name)(NameError) as EmitNameError, [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 69 | ($crate::emit::question)(QuestionError) as EmitQuestionError, [INFO] [stderr] | ----------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 70 | ($crate::emit::record)(RecordError) as EmitRecordError, [INFO] [stderr] | --------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/emit.rs:402:5 [INFO] [stderr] | [INFO] [stderr] 402 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 55 | ($crate::view)(BoundsError), [INFO] [stderr] | ----------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 56 | ($crate::view)(MessageError), [INFO] [stderr] | ------------ field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 57 | ($crate::view)(QuestionError), [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | ($crate::view)(RecordError), [INFO] [stderr] | ----------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 59 | ($crate::view)(NameError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 60 | ($crate::view)(LabelError), [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 61 | ($crate::view)(ExtensionError), [INFO] [stderr] | -------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 62 | ($crate::view::rdata)(RdataError), [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 63 | ($crate::view::rdata)(SoaError), [INFO] [stderr] | -------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | ($crate::emit)(SinkError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 65 | ($crate::emit)(GrowError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 66 | ($crate::emit::extension)(ExtensionError) as EmitExtensionError, [INFO] [stderr] | ------------------ field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | ($crate::emit::message)(MessageError) as EmitMessageError, [INFO] [stderr] | ---------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 68 | ($crate::emit::name)(NameError) as EmitNameError, [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 69 | ($crate::emit::question)(QuestionError) as EmitQuestionError, [INFO] [stderr] | ----------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 70 | ($crate::emit::record)(RecordError) as EmitRecordError, [INFO] [stderr] | --------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/inherent.rs:309:5 [INFO] [stderr] | [INFO] [stderr] 309 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 55 | ($crate::view)(BoundsError), [INFO] [stderr] | ----------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 56 | ($crate::view)(MessageError), [INFO] [stderr] | ------------ field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 57 | ($crate::view)(QuestionError), [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | ($crate::view)(RecordError), [INFO] [stderr] | ----------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 59 | ($crate::view)(NameError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 60 | ($crate::view)(LabelError), [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 61 | ($crate::view)(ExtensionError), [INFO] [stderr] | -------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 62 | ($crate::view::rdata)(RdataError), [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 63 | ($crate::view::rdata)(SoaError), [INFO] [stderr] | -------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | ($crate::emit)(SinkError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 65 | ($crate::emit)(GrowError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 66 | ($crate::emit::extension)(ExtensionError) as EmitExtensionError, [INFO] [stderr] | ------------------ field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | ($crate::emit::message)(MessageError) as EmitMessageError, [INFO] [stderr] | ---------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 68 | ($crate::emit::name)(NameError) as EmitNameError, [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 69 | ($crate::emit::question)(QuestionError) as EmitQuestionError, [INFO] [stderr] | ----------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 70 | ($crate::emit::record)(RecordError) as EmitRecordError, [INFO] [stderr] | --------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/view/iter.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 55 | ($crate::view)(BoundsError), [INFO] [stderr] | ----------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 56 | ($crate::view)(MessageError), [INFO] [stderr] | ------------ field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 57 | ($crate::view)(QuestionError), [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | ($crate::view)(RecordError), [INFO] [stderr] | ----------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 59 | ($crate::view)(NameError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 60 | ($crate::view)(LabelError), [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 61 | ($crate::view)(ExtensionError), [INFO] [stderr] | -------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 62 | ($crate::view::rdata)(RdataError), [INFO] [stderr] | ---------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 63 | ($crate::view::rdata)(SoaError), [INFO] [stderr] | -------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | ($crate::emit)(SinkError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 65 | ($crate::emit)(GrowError), [INFO] [stderr] | --------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 66 | ($crate::emit::extension)(ExtensionError) as EmitExtensionError, [INFO] [stderr] | ------------------ field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | ($crate::emit::message)(MessageError) as EmitMessageError, [INFO] [stderr] | ---------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 68 | ($crate::emit::name)(NameError) as EmitNameError, [INFO] [stderr] | ------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 69 | ($crate::emit::question)(QuestionError) as EmitQuestionError, [INFO] [stderr] | ----------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | $($variant($ty),)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 70 | ($crate::emit::record)(RecordError) as EmitRecordError, [INFO] [stderr] | --------------- field in this variant [INFO] [stderr] | [INFO] [stderr] ::: src/zone.rs:628:5 [INFO] [stderr] | [INFO] [stderr] 628 | declare_any_error!(AnyError); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `AnyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: this warning originates in the macro `$crate::declare_any_error` which comes from the expansion of the macro `declare_any_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 35 - $($variant($ty),)+ [INFO] [stderr] 35 + $($variant(()),)+ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/const.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | const fn name_linear(&self, k: K) -> Option { [INFO] [stderr] | ^^^^^ ^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 30 | const fn name_linear(&self, k: K) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `nonymous` (lib test) generated 88 warnings (21 duplicates) (run `cargo fix --lib -p nonymous --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nonymous-936b0ee0912ce011) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test emit::test::empty ... ok [INFO] [stdout] test r#const::heap::test::drain ... ok [INFO] [stdout] test emit::test::question ... ok [INFO] [stdout] test emit::example::test ... ok [INFO] [stdout] test r#const::heap::test::insert ... ok [INFO] [stdout] test emit::test::message ... ok [INFO] [stdout] test emit::test::name ... ok [INFO] [stdout] test emit::test::limit ... ok [INFO] [stdout] test r#const::test::number ... ok [INFO] [stdout] test r#const::test::name ... ok [INFO] [stdout] test r#const::test::any ... ok [INFO] [stdout] test view::iter::test::labels ... ok [INFO] [stdout] test view::test::label ... ok [INFO] [stdout] test view::test::question ... ok [INFO] [stdout] test view::test::message ... ok [INFO] [stdout] test view::test::record ... ok [INFO] [stdout] test zone::test::in_address ... ok [INFO] [stdout] test view::test::assert ... ok [INFO] [stdout] test zone::test::txt ... ok [INFO] [stdout] test zone::test::unknown ... ok [INFO] [stdout] test view::test::name ... ok [INFO] [stdout] test view::inherent::test::label ... ok [INFO] [stdout] test view::inherent::test::name ... ok [INFO] [stdout] test zone::test::caa ... ok [INFO] [stdout] test zone::test::in_aaaa ... ok [INFO] [stdout] test zone::test::mx ... ok [INFO] [stdout] test zone::test::record ... ok [INFO] [stderr] Doc-tests nonymous [INFO] [stdout] test zone::test::soa ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] warning: lint `private_intra_doc_links` has been renamed to `rustdoc::private_intra_doc_links` [INFO] [stderr] --> src/emit.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | #![allow(private_intra_doc_links)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::private_intra_doc_links` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 1 warning emitted [INFO] [stdout] running 11 tests [INFO] [stderr] [INFO] [stdout] test src/view.rs - view::Message (line 38) ... ok [INFO] [stdout] test src/view.rs - view::Label (line 127) ... ok [INFO] [stdout] test src/view.rs - view::Record (line 92) ... ok [INFO] [stdout] test src/view.rs - view::CharacterString (line 194) ... ok [INFO] [stdout] test src/view.rs - view::Class (line 160) ... ok [INFO] [stdout] test src/view.rs - view::Header (line 59) ... ok [INFO] [stdout] test src/view.rs - view::Type (line 144) ... ok [INFO] [stdout] test src/view.rs - view::Name (line 110) ... ok [INFO] [stdout] test src/view.rs - view::Question (line 75) ... ok [INFO] [stdout] test src/view.rs - view::Extension (line 176) ... ok [INFO] [stdout] test src/emit/message.rs - emit::message::MessageBuilder (line 51) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6cbdd0c8dee7d3280ba8e9f51f84a2baec40ff17a9e3f293e6d41486bab57f89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cbdd0c8dee7d3280ba8e9f51f84a2baec40ff17a9e3f293e6d41486bab57f89", kill_on_drop: false }` [INFO] [stdout] 6cbdd0c8dee7d3280ba8e9f51f84a2baec40ff17a9e3f293e6d41486bab57f89