[INFO] fetching crate abi_stable_derive_lib 0.6.2... [INFO] testing abi_stable_derive_lib-0.6.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate abi_stable_derive_lib 0.6.2 into /workspace/builds/worker-59/source [INFO] validating manifest of crates.io crate abi_stable_derive_lib 0.6.2 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-59/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c15a5ca835e40a4aa606f7f4711af9ae1486f2b2a6285e5015935c6d22223049 [INFO] running `Command { std: "docker" "start" "-a" "c15a5ca835e40a4aa606f7f4711af9ae1486f2b2a6285e5015935c6d22223049", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c15a5ca835e40a4aa606f7f4711af9ae1486f2b2a6285e5015935c6d22223049", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c15a5ca835e40a4aa606f7f4711af9ae1486f2b2a6285e5015935c6d22223049", kill_on_drop: false }` [INFO] [stdout] c15a5ca835e40a4aa606f7f4711af9ae1486f2b2a6285e5015935c6d22223049 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d64e06c8b73a6e6466aa1230c387aac149b2f2e26617f8f09a42b7c890ab07a2 [INFO] running `Command { std: "docker" "start" "-a" "d64e06c8b73a6e6466aa1230c387aac149b2f2e26617f8f09a42b7c890ab07a2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling core_extensions v0.1.20 [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] [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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] [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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] [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] [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] [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] [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] [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] [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] [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] [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] [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 18.08s [INFO] running `Command { std: "docker" "inspect" "d64e06c8b73a6e6466aa1230c387aac149b2f2e26617f8f09a42b7c890ab07a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d64e06c8b73a6e6466aa1230c387aac149b2f2e26617f8f09a42b7c890ab07a2", kill_on_drop: false }` [INFO] [stdout] d64e06c8b73a6e6466aa1230c387aac149b2f2e26617f8f09a42b7c890ab07a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02067811bdfe0a8c41e7e584d202683e42243612e4605c4850cddcf7ad06718f [INFO] running `Command { std: "docker" "start" "-a" "02067811bdfe0a8c41e7e584d202683e42243612e4605c4850cddcf7ad06718f", 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] [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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] [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: `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: 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: 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: 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: 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: 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: 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: 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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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] [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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] [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] [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] [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] [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] [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] [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] [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] [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] [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 8.99s [INFO] running `Command { std: "docker" "inspect" "02067811bdfe0a8c41e7e584d202683e42243612e4605c4850cddcf7ad06718f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02067811bdfe0a8c41e7e584d202683e42243612e4605c4850cddcf7ad06718f", kill_on_drop: false }` [INFO] [stdout] 02067811bdfe0a8c41e7e584d202683e42243612e4605c4850cddcf7ad06718f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e1ce7649a7081f817badc621543267a2946ea50cf9a234a1605decfdb6a7b91f [INFO] running `Command { std: "docker" "start" "-a" "e1ce7649a7081f817badc621543267a2946ea50cf9a234a1605decfdb6a7b91f", kill_on_drop: false }` [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] [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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] 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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] 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] 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] 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] 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] 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] 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] 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] 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] 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.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/abi_stable_derive_lib-da12aa0b8212acb2) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test sabi_trait::tests::must_pass ... ok [INFO] [stdout] test mangle_library_getter::tests::test_output ... ok [INFO] [stdout] test sabi_extern_fn_impl::tests::test_output ... 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.09s [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" "e1ce7649a7081f817badc621543267a2946ea50cf9a234a1605decfdb6a7b91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1ce7649a7081f817badc621543267a2946ea50cf9a234a1605decfdb6a7b91f", kill_on_drop: false }` [INFO] [stdout] e1ce7649a7081f817badc621543267a2946ea50cf9a234a1605decfdb6a7b91f