[INFO] fetching crate abi_stable_derive 0.10.2... [INFO] checking abi_stable_derive-0.10.2 against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] extracting crate abi_stable_derive 0.10.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate abi_stable_derive 0.10.2 on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate abi_stable_derive 0.10.2 [INFO] finished tweaking crates.io crate abi_stable_derive 0.10.2 [INFO] tweaked toml for crates.io crate abi_stable_derive 0.10.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 492e52615e9c088093e4813db3495794cdfff4b2c732103c727e92e8b0852cc6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "492e52615e9c088093e4813db3495794cdfff4b2c732103c727e92e8b0852cc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "492e52615e9c088093e4813db3495794cdfff4b2c732103c727e92e8b0852cc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "492e52615e9c088093e4813db3495794cdfff4b2c732103c727e92e8b0852cc6", kill_on_drop: false }` [INFO] [stdout] 492e52615e9c088093e4813db3495794cdfff4b2c732103c727e92e8b0852cc6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cd654c268bf8048f0b0239903612ab9469122507801f215a380b31027c1c16ed [INFO] running `Command { std: "docker" "start" "-a" "cd654c268bf8048f0b0239903612ab9469122507801f215a380b31027c1c16ed", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking core_extensions v1.4.2 [INFO] [stderr] Checking typed-arena v2.0.1 [INFO] [stderr] Checking proc-macro2 v1.0.29 [INFO] [stderr] Checking abi_stable_shared v0.10.2 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.76 [INFO] [stderr] Checking ron v0.6.5 [INFO] [stderr] Checking as_derive_utils v0.10.2 [INFO] [stderr] Checking abi_stable_derive v0.10.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sabi_trait/lifetime_unelider.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | mut ty: Type, [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sabi_trait/lifetime_unelider.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | let mut this = LifetimeUnelider::new(&mut self_lifetime); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dot` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `add` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | $( pub(crate) $field_ts : TokenStream2 , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `rsome` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `rnone` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `comp_tl_function` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `value_kind` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_kind` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_data` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_under` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `union_under` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `field_1to1` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `slice_and_field_indices` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_field_index` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `from_vari_field_val` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `unsafe_extern_fn_type_layout` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `extern_fn_type_layout` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_type_layout_ctor` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_stable_abi` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | pub(crate) unit_ret:FnParamRet<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | 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:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | $( pub(crate) $field_ty : ::syn::Type , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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: `under_lifetime` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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_lifetime` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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: `ignored_pat` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $pat_ident : ::syn::Pat , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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: `lt_ref` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | pub(crate) $ident:TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 229 | / declare_lifetime_tokens!{ [INFO] [stdout] 230 | | lifetime_tokens=[ [INFO] [stdout] 231 | | lt="", [INFO] [stdout] 232 | | lt_erasedptr="_ErasedPtr,", [INFO] [stdout] ... | [INFO] [stdout] 246 | | ] [INFO] [stdout] 247 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_lifetime_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lt_mut` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | pub(crate) $ident:TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 229 | / declare_lifetime_tokens!{ [INFO] [stdout] 230 | | lifetime_tokens=[ [INFO] [stdout] 231 | | lt="", [INFO] [stdout] 232 | | lt_erasedptr="_ErasedPtr,", [INFO] [stdout] ... | [INFO] [stdout] 246 | | ] [INFO] [stdout] 247 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_lifetime_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arenas` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | 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:396:5 [INFO] [stdout] | [INFO] [stdout] 396 | 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:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | 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:423:5 [INFO] [stdout] | [INFO] [stdout] 423 | 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:699:5 [INFO] [stdout] | [INFO] [stdout] 699 | 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:700:5 [INFO] [stdout] | [INFO] [stdout] 700 | 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:718:5 [INFO] [stdout] | [INFO] [stdout] 718 | 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:719:5 [INFO] [stdout] | [INFO] [stdout] 719 | pub(crate) name:&'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dot` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `declare_common_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `add` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_token : ::syn::token::$token_token , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | $( pub(crate) $field_ts : TokenStream2 , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `rsome` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `rnone` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `comp_tl_function` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `value_kind` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_kind` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_data` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_under` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `union_under` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `field_1to1` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `slice_and_field_indices` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_field_index` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `from_vari_field_val` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `unsafe_extern_fn_type_layout` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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: `extern_fn_type_layout` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_type_layout_ctor` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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_stable_abi` [INFO] [stdout] --> src/stable_abi/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | pub(crate) unit_ret:FnParamRet<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | / declare_common_tokens! { [INFO] [stdout] 87 | | with_new[ [INFO] [stdout] 88 | | start_len_tokens=crate::common_tokens::StartLenTokens, [INFO] [stdout] 89 | | fn_pointer_tokens=crate::common_tokens::FnPointerTokens, [INFO] [stdout] ... | [INFO] [stdout] 185 | | ] [INFO] [stdout] 186 | | } [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:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | 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:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | $( pub(crate) $field_ts : TokenStream , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | $( pub(crate) $field_ty : ::syn::Type , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | $( pub(crate) $field_ident : ::syn::Ident , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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: `under_lifetime` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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_lifetime` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | $( pub(crate) $lifetime_ident : ::syn::Lifetime , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | $( pub(crate) $strlit_ident : ::syn::LitStr , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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: `ignored_pat` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | $( pub(crate) $pat_ident : ::syn::Pat , )* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | / declare_common_tokens! { [INFO] [stdout] 78 | | abi[ [INFO] [stdout] 79 | | extern_c=r#"extern "C" "#, [INFO] [stdout] 80 | | ] [INFO] [stdout] ... | [INFO] [stdout] 161 | | ] [INFO] [stdout] 162 | | } [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: `lt_ref` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | pub(crate) $ident:TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 229 | / declare_lifetime_tokens!{ [INFO] [stdout] 230 | | lifetime_tokens=[ [INFO] [stdout] 231 | | lt="", [INFO] [stdout] 232 | | lt_erasedptr="_ErasedPtr,", [INFO] [stdout] ... | [INFO] [stdout] 246 | | ] [INFO] [stdout] 247 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_lifetime_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lt_mut` [INFO] [stdout] --> src/sabi_trait/common_tokens.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | pub(crate) $ident:TokenStream, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 229 | / declare_lifetime_tokens!{ [INFO] [stdout] 230 | | lifetime_tokens=[ [INFO] [stdout] 231 | | lt="", [INFO] [stdout] 232 | | lt_erasedptr="_ErasedPtr,", [INFO] [stdout] ... | [INFO] [stdout] 246 | | ] [INFO] [stdout] 247 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_lifetime_tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arenas` [INFO] [stdout] --> src/sabi_trait/trait_definition.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | 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:396:5 [INFO] [stdout] | [INFO] [stdout] 396 | 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:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | 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:423:5 [INFO] [stdout] | [INFO] [stdout] 423 | 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:699:5 [INFO] [stdout] | [INFO] [stdout] 699 | 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:700:5 [INFO] [stdout] | [INFO] [stdout] 700 | 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:718:5 [INFO] [stdout] | [INFO] [stdout] 718 | 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:719:5 [INFO] [stdout] | [INFO] [stdout] 719 | pub(crate) name:&'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 86 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 88 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.59s [INFO] running `Command { std: "docker" "inspect" "cd654c268bf8048f0b0239903612ab9469122507801f215a380b31027c1c16ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd654c268bf8048f0b0239903612ab9469122507801f215a380b31027c1c16ed", kill_on_drop: false }` [INFO] [stdout] cd654c268bf8048f0b0239903612ab9469122507801f215a380b31027c1c16ed