[INFO] fetching crate abi_stable_derive_lib 0.6.2... [INFO] testing abi_stable_derive_lib-0.6.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate abi_stable_derive_lib 0.6.2 into /workspace/builds/worker-98/source [INFO] validating manifest of crates.io crate abi_stable_derive_lib 0.6.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate abi_stable_derive_lib 0.6.2 [INFO] finished tweaking crates.io crate abi_stable_derive_lib 0.6.2 [INFO] tweaked toml for crates.io crate abi_stable_derive_lib 0.6.2 written to /workspace/builds/worker-98/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded core_extensions v0.1.20 [INFO] [stderr] Downloaded abi_stable_shared v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b761e617126943384d138c6598059849f04683f9cec2b50fb3c86fc932727181 [INFO] running `Command { std: "docker" "start" "-a" "b761e617126943384d138c6598059849f04683f9cec2b50fb3c86fc932727181", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b761e617126943384d138c6598059849f04683f9cec2b50fb3c86fc932727181", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b761e617126943384d138c6598059849f04683f9cec2b50fb3c86fc932727181", kill_on_drop: false }` [INFO] [stdout] b761e617126943384d138c6598059849f04683f9cec2b50fb3c86fc932727181 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a91c50dbad075309b7ca8ee3a796bb8741717284684e359ca012848a6a04943a [INFO] running `Command { std: "docker" "start" "-a" "a91c50dbad075309b7ca8ee3a796bb8741717284684e359ca012848a6a04943a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling core_extensions v0.1.20 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling abi_stable_shared v0.6.0 [INFO] [stderr] Compiling abi_stable_derive_lib v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `path` [INFO] [stdout] --> src/datastructure.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub(crate) path: TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Enum` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/datastructure.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dot` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bang` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `semicolon` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colon` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `brace` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pound` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `as_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_empty` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | $( pub(crate) $field_ts : TokenStream2 , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cratename` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tl_field` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tl_functions` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `struct_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enum_under` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `prefix_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_repr_transparent` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_prefix_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `env` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fields` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `get_abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instantiate_field` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime_indices` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `make_get_abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stable_abi` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shared_stable_abi` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `type_identity` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `marker_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assert_zero_sized` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `get` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stable_abi_bound` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sabi_reexports` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cmp_ignored` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime_index` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_static` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_param` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_const` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subfields` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `with_functions` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `underscore` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `for_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `static_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stringify_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `underscore_lt` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `c_abi_lit` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `unit_ret` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) unit_ret:FnParamRet<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/sabi_trait/attribute_parsing.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | name:&'a Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ParseContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/attribute_parsing.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `makevtable_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vtable_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `trait_obj_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_self` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_uself` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_self_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_origptr_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_uself_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_rbox_uself_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_transptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_de_erasedptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_erasedptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `empty_tuple` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | $( pub(crate) $field_ty : ::syn::Type , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `default_trait` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `the_trait` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u_erased_ptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nope_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `self_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `uself_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `capself` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `c_abi_lit` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `item` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) item:&'a ItemTrait, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arenas` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub(crate) arenas:&'a Arenas, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `item` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | pub(crate) item:&'a syn::TraitItemMethod, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vis` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) vis:&'a Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ctokens` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | pub(crate) ctokens:&'a CommonTokens, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bound` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | pub(crate) bound:&'a syn::TraitBound, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DeserializeBound` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | pub(crate) lifetime:&'a syn::Lifetime, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DeserializeBound` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `which_trait` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:551:5 [INFO] [stdout] | [INFO] [stdout] 551 | pub(crate) which_trait:WhichTrait, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitImplness` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:552:5 [INFO] [stdout] | [INFO] [stdout] 552 | pub(crate) name:&'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitImplness` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/stable_abi/attribute_parsing.rs:204:17 [INFO] [stdout] | [INFO] [stdout] 204 | / &[ [INFO] [stdout] 205 | | "Self: ::std::ops::Deref", [INFO] [stdout] 206 | | "::Target:__SharedStableAbi", [INFO] [stdout] 207 | | ].iter() [INFO] [stdout] 208 | | .map(|x| syn::parse_str::(x).unwrap() ) [INFO] [stdout] 209 | | .extending(&mut this.extra_bounds); [INFO] [stdout] | |___________________________________________________^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 204 | let _ = &[ [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.15s [INFO] running `Command { std: "docker" "inspect" "a91c50dbad075309b7ca8ee3a796bb8741717284684e359ca012848a6a04943a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a91c50dbad075309b7ca8ee3a796bb8741717284684e359ca012848a6a04943a", kill_on_drop: false }` [INFO] [stdout] a91c50dbad075309b7ca8ee3a796bb8741717284684e359ca012848a6a04943a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2938868741a2b28dc81089d46a2b12bf6d78f8ebc35e5ae2ea2d3d5a669d134 [INFO] running `Command { std: "docker" "start" "-a" "d2938868741a2b28dc81089d46a2b12bf6d78f8ebc35e5ae2ea2d3d5a669d134", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `path` [INFO] [stdout] --> src/datastructure.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub(crate) path: TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Enum` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/datastructure.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dot` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bang` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `semicolon` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colon` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `brace` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pound` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `as_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_empty` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | $( pub(crate) $field_ts : TokenStream2 , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cratename` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tl_field` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tl_functions` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `struct_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enum_under` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `prefix_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_repr_transparent` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_prefix_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `env` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fields` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `get_abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instantiate_field` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime_indices` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `make_get_abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stable_abi` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shared_stable_abi` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `type_identity` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `marker_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assert_zero_sized` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `get` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stable_abi_bound` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sabi_reexports` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cmp_ignored` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime_index` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_static` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_param` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_const` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subfields` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `with_functions` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `underscore` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `for_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `static_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stringify_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `underscore_lt` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `c_abi_lit` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `unit_ret` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) unit_ret:FnParamRet<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/sabi_trait/attribute_parsing.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | name:&'a Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ParseContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/attribute_parsing.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `makevtable_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vtable_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `trait_obj_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_self` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_uself` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_self_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_origptr_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_uself_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_rbox_uself_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_transptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_de_erasedptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_erasedptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `empty_tuple` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | $( pub(crate) $field_ty : ::syn::Type , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `default_trait` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `the_trait` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u_erased_ptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nope_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `self_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `uself_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `capself` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling abi_stable_derive_lib v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `c_abi_lit` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `item` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) item:&'a ItemTrait, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arenas` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub(crate) arenas:&'a Arenas, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `item` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | pub(crate) item:&'a syn::TraitItemMethod, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vis` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) vis:&'a Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ctokens` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | pub(crate) ctokens:&'a CommonTokens, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bound` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | pub(crate) bound:&'a syn::TraitBound, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DeserializeBound` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | pub(crate) lifetime:&'a syn::Lifetime, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DeserializeBound` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `which_trait` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:551:5 [INFO] [stdout] | [INFO] [stdout] 551 | pub(crate) which_trait:WhichTrait, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitImplness` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:552:5 [INFO] [stdout] | [INFO] [stdout] 552 | pub(crate) name:&'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitImplness` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/stable_abi/attribute_parsing.rs:204:17 [INFO] [stdout] | [INFO] [stdout] 204 | / &[ [INFO] [stdout] 205 | | "Self: ::std::ops::Deref", [INFO] [stdout] 206 | | "::Target:__SharedStableAbi", [INFO] [stdout] 207 | | ].iter() [INFO] [stdout] 208 | | .map(|x| syn::parse_str::(x).unwrap() ) [INFO] [stdout] 209 | | .extending(&mut this.extra_bounds); [INFO] [stdout] | |___________________________________________________^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 204 | let _ = &[ [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `path` [INFO] [stdout] --> src/datastructure.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub(crate) path: TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Enum` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/datastructure.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dot` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bang` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `semicolon` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `colon` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `brace` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pound` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `as_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_empty` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | $( pub(crate) $field_ts : TokenStream2 , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cratename` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tl_field` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tl_functions` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `struct_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `enum_under` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `prefix_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_repr_transparent` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_prefix_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `env` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fields` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `get_abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instantiate_field` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime_indices` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `make_get_abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stable_abi` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shared_stable_abi` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `type_identity` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `marker_type` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assert_zero_sized` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `abi_info` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `get` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stable_abi_bound` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sabi_reexports` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cmp_ignored` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime_index` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_static` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_param` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap_const` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subfields` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `with_functions` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `underscore` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `for_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `static_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stringify_` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `underscore_lt` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `c_abi_lit` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `unit_ret` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) unit_ret:FnParamRet<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / declare_common_tokens! { [INFO] [stdout] 80 | | with_new[ [INFO] [stdout] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 181 | | ] [INFO] [stdout] 182 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/sabi_trait/attribute_parsing.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | name:&'a Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ParseContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/attribute_parsing.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `makevtable_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vtable_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `trait_obj_typarams` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_self` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_uself` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_self_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_origptr_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_uself_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_rbox_uself_erasability` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_transptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_lt_de_erasedptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ts_erasedptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `empty_tuple` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | $( pub(crate) $field_ty : ::syn::Type , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `default_trait` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `the_trait` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `u_erased_ptr` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nope_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `self_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `uself_ident` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `capself` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `c_abi_lit` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | / declare_common_tokens! { [INFO] [stdout] 73 | | abi[ [INFO] [stdout] 74 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 75 | | ] [INFO] [stdout] ... | [INFO] [stdout] 170 | | ] [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `item` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) item:&'a ItemTrait, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arenas` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub(crate) arenas:&'a Arenas, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `item` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | pub(crate) item:&'a syn::TraitItemMethod, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vis` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) vis:&'a Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ctokens` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | pub(crate) ctokens:&'a CommonTokens, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bound` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | pub(crate) bound:&'a syn::TraitBound, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DeserializeBound` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lifetime` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | pub(crate) lifetime:&'a syn::Lifetime, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DeserializeBound` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `which_trait` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:551:5 [INFO] [stdout] | [INFO] [stdout] 551 | pub(crate) which_trait:WhichTrait, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitImplness` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:552:5 [INFO] [stdout] | [INFO] [stdout] 552 | pub(crate) name:&'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TraitImplness` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/stable_abi/attribute_parsing.rs:204:17 [INFO] [stdout] | [INFO] [stdout] 204 | / &[ [INFO] [stdout] 205 | | "Self: ::std::ops::Deref", [INFO] [stdout] 206 | | "::Target:__SharedStableAbi", [INFO] [stdout] 207 | | ].iter() [INFO] [stdout] 208 | | .map(|x| syn::parse_str::(x).unwrap() ) [INFO] [stdout] 209 | | .extending(&mut this.extra_bounds); [INFO] [stdout] | |___________________________________________________^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 204 | let _ = &[ [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 23.58s [INFO] running `Command { std: "docker" "inspect" "d2938868741a2b28dc81089d46a2b12bf6d78f8ebc35e5ae2ea2d3d5a669d134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2938868741a2b28dc81089d46a2b12bf6d78f8ebc35e5ae2ea2d3d5a669d134", kill_on_drop: false }` [INFO] [stdout] d2938868741a2b28dc81089d46a2b12bf6d78f8ebc35e5ae2ea2d3d5a669d134 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 391cacdd71980f975685239d9cb7d5514dd752e07889cd839d41aff9eb4688a8 [INFO] running `Command { std: "docker" "start" "-a" "391cacdd71980f975685239d9cb7d5514dd752e07889cd839d41aff9eb4688a8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `path` [INFO] [stderr] --> src/datastructure.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | pub(crate) path: TokenStream, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Enum` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/datastructure.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dot` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `bang` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `semicolon` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `colon` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `brace` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `pound` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `as_` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_empty` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | $( pub(crate) $field_ts : TokenStream2 , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cratename` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tl_field` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tl_functions` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `struct_` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `enum_under` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `prefix_type` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cap_repr_transparent` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cap_prefix_type` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `env` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `fields` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `get_abi_info` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `instantiate_field` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `lifetime_indices` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `make_get_abi_info` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `stable_abi` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `shared_stable_abi` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `type_identity` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `marker_type` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `assert_zero_sized` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `abi_info` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `get` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `stable_abi_bound` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `sabi_reexports` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cmp_ignored` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `lifetime_index` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cap_static` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cap_param` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cap_const` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `subfields` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `with_functions` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `underscore` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `for_` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `static_` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `stringify_` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `underscore_lt` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `c_abi_lit` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:29:16 [INFO] [stderr] | [INFO] [stderr] 29 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `unit_ret` [INFO] [stderr] --> src/stable_abi/common_tokens.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | pub(crate) unit_ret:FnParamRet<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/stable_abi/common_tokens.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 79 | / declare_common_tokens! { [INFO] [stderr] 80 | | with_new[ [INFO] [stderr] 81 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stderr] 82 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stderr] ... | [INFO] [stderr] 181 | | ] [INFO] [stderr] 182 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/sabi_trait/attribute_parsing.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | name:&'a Ident, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ParseContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/attribute_parsing.rs:96:10 [INFO] [stderr] | [INFO] [stderr] 96 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `makevtable_typarams` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `vtable_typarams` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `trait_obj_typarams` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_self` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_uself` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_lt_self_erasability` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_lt_origptr_erasability` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_lt_uself_erasability` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_lt_rbox_uself_erasability` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_lt_transptr` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_lt_de_erasedptr` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ts_erasedptr` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `empty_tuple` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | $( pub(crate) $field_ty : ::syn::Type , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `default_trait` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `the_trait` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `u_erased_ptr` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nope_ident` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `self_ident` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `uself_ident` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `capself` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `c_abi_lit` [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `CommonTokens` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/common_tokens.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 72 | / declare_common_tokens! { [INFO] [stderr] 73 | | abi[ [INFO] [stderr] 74 | | extern_c=r#"extern "C" "#, [INFO] [stderr] 75 | | ] [INFO] [stderr] ... | [INFO] [stderr] 170 | | ] [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `item` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | pub(crate) item:&'a ItemTrait, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TraitDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `arenas` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | pub(crate) arenas:&'a Arenas, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TraitDefinition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `item` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:306:5 [INFO] [stderr] | [INFO] [stderr] 306 | pub(crate) item:&'a syn::TraitItemMethod, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stderr] | [INFO] [stderr] 304 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `vis` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:310:5 [INFO] [stderr] | [INFO] [stderr] 310 | pub(crate) vis:&'a Visibility, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stderr] | [INFO] [stderr] 304 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ctokens` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:321:5 [INFO] [stderr] | [INFO] [stderr] 321 | pub(crate) ctokens:&'a CommonTokens, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TraitMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:304:10 [INFO] [stderr] | [INFO] [stderr] 304 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `bound` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:533:5 [INFO] [stderr] | [INFO] [stderr] 533 | pub(crate) bound:&'a syn::TraitBound, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `DeserializeBound` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:531:10 [INFO] [stderr] | [INFO] [stderr] 531 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `lifetime` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:534:5 [INFO] [stderr] | [INFO] [stderr] 534 | pub(crate) lifetime:&'a syn::Lifetime, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `DeserializeBound` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:531:10 [INFO] [stderr] | [INFO] [stderr] 531 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `which_trait` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:551:5 [INFO] [stderr] | [INFO] [stderr] 551 | pub(crate) which_trait:WhichTrait, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TraitImplness` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:549:10 [INFO] [stderr] | [INFO] [stderr] 549 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:552:5 [INFO] [stderr] | [INFO] [stderr] 552 | pub(crate) name:&'static str, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TraitImplness` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/sabi_trait/trait_definition.rs:549:10 [INFO] [stderr] | [INFO] [stderr] 549 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/stable_abi/attribute_parsing.rs:204:17 [INFO] [stderr] | [INFO] [stderr] 204 | / &[ [INFO] [stderr] 205 | | "Self: ::std::ops::Deref", [INFO] [stderr] 206 | | "::Target:__SharedStableAbi", [INFO] [stderr] 207 | | ].iter() [INFO] [stderr] 208 | | .map(|x| syn::parse_str::(x).unwrap() ) [INFO] [stderr] 209 | | .extending(&mut this.extra_bounds); [INFO] [stderr] | |___________________________________________________^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 204 | let _ = &[ [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `abi_stable_derive_lib` (lib) generated 79 warnings [INFO] [stderr] warning: `abi_stable_derive_lib` (lib test) generated 79 warnings (79 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/abi_stable_derive_lib-5edaa49d371842db) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test sabi_extern_fn_impl::tests::test_output ... ok [INFO] [stdout] test mangle_library_getter::tests::test_output ... ok [INFO] [stdout] test sabi_trait::tests::must_pass ... ok [INFO] [stdout] test stable_abi::tests::test_discriminant_gen_code ... ok [INFO] [stdout] test stable_abi::tests::check_struct_repr_attrs ... ok [INFO] [stdout] test sabi_trait::tests::must_not_pass ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Doc-tests abi_stable_derive_lib [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "391cacdd71980f975685239d9cb7d5514dd752e07889cd839d41aff9eb4688a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "391cacdd71980f975685239d9cb7d5514dd752e07889cd839d41aff9eb4688a8", kill_on_drop: false }` [INFO] [stdout] 391cacdd71980f975685239d9cb7d5514dd752e07889cd839d41aff9eb4688a8