[INFO] cloning repository https://github.com/danielhenrymantilla/extern-c.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danielhenrymantilla/extern-c.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielhenrymantilla%2Fextern-c.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielhenrymantilla%2Fextern-c.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0da15ec7f713da0683beba415cdd2895df5c45b
[INFO] checking danielhenrymantilla/extern-c.rs against master#c9af9c1dc85a55e309345030ff9cb7ea247953fa for pr-151146-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielhenrymantilla%2Fextern-c.rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/danielhenrymantilla/extern-c.rs
[INFO] finished tweaking git repo https://github.com/danielhenrymantilla/extern-c.rs
[INFO] tweaked toml for git repo https://github.com/danielhenrymantilla/extern-c.rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/danielhenrymantilla/extern-c.rs on toolchain c9af9c1dc85a55e309345030ff9cb7ea247953fa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/danielhenrymantilla/extern-c.rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded never-say-never v6.6.666
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 413f1206ca35ceece471190b20b3f45bd9b620814da0136b895dcfc8300d7d4d
[INFO] running `Command { std: "docker" "start" "-a" "413f1206ca35ceece471190b20b3f45bd9b620814da0136b895dcfc8300d7d4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "413f1206ca35ceece471190b20b3f45bd9b620814da0136b895dcfc8300d7d4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "413f1206ca35ceece471190b20b3f45bd9b620814da0136b895dcfc8300d7d4d", kill_on_drop: false }`
[INFO] [stdout] 413f1206ca35ceece471190b20b3f45bd9b620814da0136b895dcfc8300d7d4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89c99cad2e642ad5d25b75bb5c5aa5647d4f58420085d55db0a9ca2994be7441
[INFO] running `Command { std: "docker" "start" "-a" "89c99cad2e642ad5d25b75bb5c5aa5647d4f58420085d55db0a9ca2994be7441", kill_on_drop: false }`
[INFO] [stderr]     Checking never-say-never v6.6.666
[INFO] [stderr]     Checking extern-c v0.1.1-rc1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/helpers.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | / supported_abis! {
[INFO] [stdout] 60 | |     "Rust" => Rust,
[INFO] [stdout] 61 | |     "C" => C,
[INFO] [stdout] 62 | |     "system" => system,
[INFO] [stdout] 63 | |     "cdecl" => cdecl,
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 78 |           pub use self::ඞ::{$($Abi::*),*};
[INFO] [stdout]    |                   ^^^^^^^^^^^^-------^^^^
[INFO] [stdout]    |                   |           |
[INFO] [stdout]    |                   |           but the name `ඞ` in the value namespace is also re-exported here
[INFO] [stdout]    |                   the name `ඞ` in the value namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> src/helpers.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | / supported_abis! {
[INFO] [stdout] 60 | |     "Rust" => Rust,
[INFO] [stdout] 61 | |     "C" => C,
[INFO] [stdout] 62 | |     "system" => system,
[INFO] [stdout] 63 | |     "cdecl" => cdecl,
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 79 | /         pub(in crate) mod ඞ {
[INFO] [stdout] 80 | |             $(
[INFO] [stdout] 81 | |                 #[doc = concat!("`extern \"", $abi, "\" fn()`")]
[INFO] [stdout] 82 | |                 pub enum $Abi<Args, R> {
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |             )*
[INFO] [stdout] 89 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `ඞ` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> src/helpers.rs:78:29
[INFO] [stdout]    |
[INFO] [stdout] 59 | / supported_abis! {
[INFO] [stdout] 60 | |     "Rust" => Rust,
[INFO] [stdout] 61 | |     "C" => C,
[INFO] [stdout] 62 | |     "system" => system,
[INFO] [stdout] 63 | |     "cdecl" => cdecl,
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 78 |           pub use self::ඞ::{$($Abi::*),*};
[INFO] [stdout]    |                               ^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> src/helpers.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | / supported_abis! {
[INFO] [stdout] 60 | |     "Rust" => Rust,
[INFO] [stdout] 61 | |     "C" => C,
[INFO] [stdout] 62 | |     "system" => system,
[INFO] [stdout] 63 | |     "cdecl" => cdecl,
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 79 | /         pub(in crate) mod ඞ {
[INFO] [stdout] 80 | |             $(
[INFO] [stdout] 81 | |                 #[doc = concat!("`extern \"", $abi, "\" fn()`")]
[INFO] [stdout] 82 | |                 pub enum $Abi<Args, R> {
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |             )*
[INFO] [stdout] 89 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]    --> src/helpers.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 108 |           pub use self::ඞ::{$($Abi::*),*};
[INFO] [stdout]     |                   ^^^^^^^^^^^^-------^^^^
[INFO] [stdout]     |                   |           |
[INFO] [stdout]     |                   |           but the name `ඞ` in the value namespace is also re-exported here
[INFO] [stdout]     |                   the name `ඞ` in the value namespace is first re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/helpers.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | / supported_abis! {
[INFO] [stdout] 60 | |     "Rust" => Rust,
[INFO] [stdout] 61 | |     "C" => C,
[INFO] [stdout] 62 | |     "system" => system,
[INFO] [stdout] 63 | |     "cdecl" => cdecl,
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 78 |           pub use self::ඞ::{$($Abi::*),*};
[INFO] [stdout]    |                   ^^^^^^^^^^^^-------^^^^
[INFO] [stdout]    |                   |           |
[INFO] [stdout]    |                   |           but the name `ඞ` in the value namespace is also re-exported here
[INFO] [stdout]    |                   the name `ඞ` in the value namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> src/helpers.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | / supported_abis! {
[INFO] [stdout] 60 | |     "Rust" => Rust,
[INFO] [stdout] 61 | |     "C" => C,
[INFO] [stdout] 62 | |     "system" => system,
[INFO] [stdout] 63 | |     "cdecl" => cdecl,
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 79 | /         pub(in crate) mod ඞ {
[INFO] [stdout] 80 | |             $(
[INFO] [stdout] 81 | |                 #[doc = concat!("`extern \"", $abi, "\" fn()`")]
[INFO] [stdout] 82 | |                 pub enum $Abi<Args, R> {
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |             )*
[INFO] [stdout] 89 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `ඞ` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> src/helpers.rs:78:29
[INFO] [stdout]    |
[INFO] [stdout] 59 | / supported_abis! {
[INFO] [stdout] 60 | |     "Rust" => Rust,
[INFO] [stdout] 61 | |     "C" => C,
[INFO] [stdout] 62 | |     "system" => system,
[INFO] [stdout] 63 | |     "cdecl" => cdecl,
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 78 |           pub use self::ඞ::{$($Abi::*),*};
[INFO] [stdout]    |                               ^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> src/helpers.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | / supported_abis! {
[INFO] [stdout] 60 | |     "Rust" => Rust,
[INFO] [stdout] 61 | |     "C" => C,
[INFO] [stdout] 62 | |     "system" => system,
[INFO] [stdout] 63 | |     "cdecl" => cdecl,
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 79 | /         pub(in crate) mod ඞ {
[INFO] [stdout] 80 | |             $(
[INFO] [stdout] 81 | |                 #[doc = concat!("`extern \"", $abi, "\" fn()`")]
[INFO] [stdout] 82 | |                 pub enum $Abi<Args, R> {
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |             )*
[INFO] [stdout] 89 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/helpers.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 110 | /         pub(in crate) mod ඞ {
[INFO] [stdout] 111 | |             $(
[INFO] [stdout] 112 | |                 #[doc = concat!("`unsafe extern \"", $abi, "\" fn()`")]
[INFO] [stdout] 113 | |                 pub enum $Abi<Args, R> {
[INFO] [stdout] ...   |
[INFO] [stdout] 119 | |             )*
[INFO] [stdout] 120 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout] note: the name `ඞ` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/helpers.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 108 |           pub use self::ඞ::{$($Abi::*),*};
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/helpers.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 110 | /         pub(in crate) mod ඞ {
[INFO] [stdout] 111 | |             $(
[INFO] [stdout] 112 | |                 #[doc = concat!("`unsafe extern \"", $abi, "\" fn()`")]
[INFO] [stdout] 113 | |                 pub enum $Abi<Args, R> {
[INFO] [stdout] ...   |
[INFO] [stdout] 119 | |             )*
[INFO] [stdout] 120 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     = note: this warning originates in the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]    --> src/helpers.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 108 |           pub use self::ඞ::{$($Abi::*),*};
[INFO] [stdout]     |                   ^^^^^^^^^^^^-------^^^^
[INFO] [stdout]     |                   |           |
[INFO] [stdout]     |                   |           but the name `ඞ` in the value namespace is also re-exported here
[INFO] [stdout]     |                   the name `ඞ` in the value namespace is first re-exported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/helpers.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 110 | /         pub(in crate) mod ඞ {
[INFO] [stdout] 111 | |             $(
[INFO] [stdout] 112 | |                 #[doc = concat!("`unsafe extern \"", $abi, "\" fn()`")]
[INFO] [stdout] 113 | |                 pub enum $Abi<Args, R> {
[INFO] [stdout] ...   |
[INFO] [stdout] 119 | |             )*
[INFO] [stdout] 120 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout] note: the name `ඞ` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/helpers.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 108 |           pub use self::ඞ::{$($Abi::*),*};
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/helpers.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 110 | /         pub(in crate) mod ඞ {
[INFO] [stdout] 111 | |             $(
[INFO] [stdout] 112 | |                 #[doc = concat!("`unsafe extern \"", $abi, "\" fn()`")]
[INFO] [stdout] 113 | |                 pub enum $Abi<Args, R> {
[INFO] [stdout] ...   |
[INFO] [stdout] 119 | |             )*
[INFO] [stdout] 120 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     = note: this warning originates in the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 150 |             -> extern $abi fn($($Hd $(, $Rest)*)?) -> R
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 195 |           type FnPtr = extern $abi fn($($Hd $(, $Rest)*)?) -> R;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stdout]    --> src/helpers.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout]  59 | / supported_abis! {
[INFO] [stdout]  60 | |     "Rust" => Rust,
[INFO] [stdout]  61 | |     "C" => C,
[INFO] [stdout]  62 | |     "system" => system,
[INFO] [stdout]  63 | |     "cdecl" => cdecl,
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout] ...
[INFO] [stdout] 155 | /             extern $abi
[INFO] [stdout] 156 | |             fn extern_thunk<F, $($Hd $(, $Rest)* ,)? R>($(
[INFO] [stdout] 157 | |                 $Hd: $Hd $(,
[INFO] [stdout] 158 | |                 $Rest: $Rest )*)?
[INFO] [stdout] 159 | |             ) -> R
[INFO] [stdout] 160 | |             where
[INFO] [stdout] 161 | |                 F : ::core::ops::Fn($($Hd $(, $Rest)*)?) -> R,
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]     = help: use `extern "C"` instead
[INFO] [stdout]     = note: this warning originates in the macro `impls` which comes from the expansion of the macro `supported_abis` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "89c99cad2e642ad5d25b75bb5c5aa5647d4f58420085d55db0a9ca2994be7441", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89c99cad2e642ad5d25b75bb5c5aa5647d4f58420085d55db0a9ca2994be7441", kill_on_drop: false }`
[INFO] [stdout] 89c99cad2e642ad5d25b75bb5c5aa5647d4f58420085d55db0a9ca2994be7441
