[INFO] fetching crate floatconv 0.2.8... [INFO] testing floatconv-0.2.8 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate floatconv 0.2.8 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate floatconv 0.2.8 [INFO] finished tweaking crates.io crate floatconv 0.2.8 [INFO] tweaked toml for crates.io crate floatconv 0.2.8 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate floatconv 0.2.8 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25c6f6d6505ac01c6c379af5359ec1db2e81609bec5d85b066f81a964d625316 [INFO] running `Command { std: "docker" "start" "-a" "25c6f6d6505ac01c6c379af5359ec1db2e81609bec5d85b066f81a964d625316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25c6f6d6505ac01c6c379af5359ec1db2e81609bec5d85b066f81a964d625316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25c6f6d6505ac01c6c379af5359ec1db2e81609bec5d85b066f81a964d625316", kill_on_drop: false }` [INFO] [stdout] 25c6f6d6505ac01c6c379af5359ec1db2e81609bec5d85b066f81a964d625316 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c0be8003586dc33a7f25060fe3df59df4f0ef54e637b5438bc84c340ffed6c4e [INFO] running `Command { std: "docker" "start" "-a" "c0be8003586dc33a7f25060fe3df59df4f0ef54e637b5438bc84c340ffed6c4e", kill_on_drop: false }` [INFO] [stderr] Compiling floatconv v0.2.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:63:16 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:68:16 [INFO] [stdout] | [INFO] [stdout] 68 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | impl_round!(u32_to_f32_round u32_to_f32_truncate u32 u32 u32_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | impl_round!(u32_to_f32_round u32_to_f32_truncate u32 u32 u32_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | impl_round!(u64_to_f32_round u64_to_f32_truncate u64 u32 u64_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | impl_round!(u64_to_f32_round u64_to_f32_truncate u64 u32 u64_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 135 | impl_round!(u128_to_f32_round u128_to_f32_truncate u128 u32 u128_to_f32); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 135 | impl_round!(u128_to_f32_round u128_to_f32_truncate u128 u32 u128_to_f32); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | impl_round!(u64_to_f64_round u64_to_f64_truncate u64 u64 u64_to_f64); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | impl_round!(u64_to_f64_round u64_to_f64_truncate u64 u64 u64_to_f64); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | impl_round!(u128_to_f64_round u128_to_f64_truncate u128 u64 u128_to_f64); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | impl_round!(u128_to_f64_round u128_to_f64_truncate u128 u64 u128_to_f64); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 139 | impl_signed!(i8_to_f32 i8 u8_to_f32 u32); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | impl_signed!(i16_to_f32 i16 u16_to_f32 u32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | impl_signed!(i32_to_f32_round i32 u32_to_f32_round u32); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_signed!(i32_to_f32_truncate i32 u32_to_f32_truncate u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | impl_signed!(i64_to_f32_round i64 u64_to_f32_round u32); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 144 | impl_signed!(i64_to_f32_truncate i64 u64_to_f32_truncate u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | impl_signed!(i128_to_f32_round i128 u128_to_f32_round u32); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | impl_signed!(i128_to_f32_truncate i128 u128_to_f32_truncate u32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | impl_signed!(i8_to_f64 i8 u8_to_f64 u64); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | impl_signed!(i16_to_f64 i16 u16_to_f64 u64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | impl_signed!(i32_to_f64 i32 u32_to_f64 u64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | impl_signed!(i64_to_f64_round i64 u64_to_f64_round u64); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 152 | impl_signed!(i64_to_f64_truncate i64 u64_to_f64_truncate u64); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | impl_signed!(i128_to_f64_round i128 u128_to_f64_round u64); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | impl_signed!(i128_to_f64_truncate i128 u128_to_f64_truncate u64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl_to_int!(u32 23 127 f32_to_u8 u8 u8 false); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | impl_to_int!(u32 23 127 f32_to_u16 u16 u16 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | impl_to_int!(u32 23 127 f32_to_u32 u32 u32 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 183 | impl_to_int!(u32 23 127 f32_to_u64 u64 u64 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | impl_to_int!(u32 23 127 f32_to_u128 u128 u128 false); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | impl_to_int!(u32 23 127 f32_to_i8 i8 u8 true); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | impl_to_int!(u32 23 127 f32_to_i16 i16 u16 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 188 | impl_to_int!(u32 23 127 f32_to_i32 i32 u32 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | impl_to_int!(u32 23 127 f32_to_i64 i64 u64 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl_to_int!(u32 23 127 f32_to_i128 i128 u128 true); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 192 | impl_to_int!(u64 52 1023 f64_to_u8 u8 u8 false); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | impl_to_int!(u64 52 1023 f64_to_u16 u16 u16 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | impl_to_int!(u64 52 1023 f64_to_u32 u32 u32 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | impl_to_int!(u64 52 1023 f64_to_u64 u64 u64 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 196 | impl_to_int!(u64 52 1023 f64_to_u128 u128 u128 false); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 198 | impl_to_int!(u64 52 1023 f64_to_i8 i8 u8 true); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | impl_to_int!(u64 52 1023 f64_to_i16 i16 u16 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 200 | impl_to_int!(u64 52 1023 f64_to_i32 i32 u32 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 201 | impl_to_int!(u64 52 1023 f64_to_i64 i64 u64 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 202 | impl_to_int!(u64 52 1023 f64_to_i128 i128 u128 true); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | impl_native!(f32_to_u32 f32 u32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | impl_native!(f32_to_i32 f32 i32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | impl_native!(f32_to_u64 f32 u64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl_native!(f32_to_i64 f32 i64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | impl_native!(f64_to_u32 f64 u32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | impl_native!(f64_to_i32 f64 i32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 103 | impl_native!(f64_to_u64 f64 u64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | impl_native!(f64_to_i64 f64 i64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 107 | impl_native!(u8_to_f32 u8 f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | impl_native!(i8_to_f32 i8 f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | impl_native!(u16_to_f32 u16 f32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | impl_native!(i16_to_f32 i16 f32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | impl_native!(u32_to_f32_round u32 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl_native!(i32_to_f32_round i32 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_native!(u64_to_f32_round u64 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_native!(i64_to_f32_round i64 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_native!(u8_to_f64 u8 f64); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | impl_native!(i8_to_f64 i8 f64); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | impl_native!(u16_to_f64 u16 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl_native!(i16_to_f64 i16 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | impl_native!(u32_to_f64 u32 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | impl_native!(i32_to_f64 i32 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | impl_native!(u64_to_f64_round u64 f64); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | impl_native!(i64_to_f64_round i64 f64); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_special!(u128_to_f64_round u128 f64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_special` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_special!(i128_to_f64_round i128 f64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_special` (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.29s [INFO] running `Command { std: "docker" "inspect" "c0be8003586dc33a7f25060fe3df59df4f0ef54e637b5438bc84c340ffed6c4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0be8003586dc33a7f25060fe3df59df4f0ef54e637b5438bc84c340ffed6c4e", kill_on_drop: false }` [INFO] [stdout] c0be8003586dc33a7f25060fe3df59df4f0ef54e637b5438bc84c340ffed6c4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 10fdeedb890508643ee41c391b468d91186ebace4eb13ab704d5021c89fe3d97 [INFO] running `Command { std: "docker" "start" "-a" "10fdeedb890508643ee41c391b468d91186ebace4eb13ab704d5021c89fe3d97", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:63:16 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:68:16 [INFO] [stdout] | [INFO] [stdout] 68 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | impl_round!(u32_to_f32_round u32_to_f32_truncate u32 u32 u32_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | impl_round!(u32_to_f32_round u32_to_f32_truncate u32 u32 u32_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | impl_round!(u64_to_f32_round u64_to_f32_truncate u64 u32 u64_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | impl_round!(u64_to_f32_round u64_to_f32_truncate u64 u32 u64_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 135 | impl_round!(u128_to_f32_round u128_to_f32_truncate u128 u32 u128_to_f32); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 135 | impl_round!(u128_to_f32_round u128_to_f32_truncate u128 u32 u128_to_f32); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | impl_round!(u64_to_f64_round u64_to_f64_truncate u64 u64 u64_to_f64); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | impl_round!(u64_to_f64_round u64_to_f64_truncate u64 u64 u64_to_f64); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | impl_round!(u128_to_f64_round u128_to_f64_truncate u128 u64 u128_to_f64); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | impl_round!(u128_to_f64_round u128_to_f64_truncate u128 u64 u128_to_f64); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 139 | impl_signed!(i8_to_f32 i8 u8_to_f32 u32); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | impl_signed!(i16_to_f32 i16 u16_to_f32 u32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | impl_signed!(i32_to_f32_round i32 u32_to_f32_round u32); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_signed!(i32_to_f32_truncate i32 u32_to_f32_truncate u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | impl_signed!(i64_to_f32_round i64 u64_to_f32_round u32); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 144 | impl_signed!(i64_to_f32_truncate i64 u64_to_f32_truncate u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | impl_signed!(i128_to_f32_round i128 u128_to_f32_round u32); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | impl_signed!(i128_to_f32_truncate i128 u128_to_f32_truncate u32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | impl_signed!(i8_to_f64 i8 u8_to_f64 u64); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | impl_signed!(i16_to_f64 i16 u16_to_f64 u64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | impl_signed!(i32_to_f64 i32 u32_to_f64 u64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | impl_signed!(i64_to_f64_round i64 u64_to_f64_round u64); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 152 | impl_signed!(i64_to_f64_truncate i64 u64_to_f64_truncate u64); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | impl_signed!(i128_to_f64_round i128 u128_to_f64_round u64); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | impl_signed!(i128_to_f64_truncate i128 u128_to_f64_truncate u64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl_to_int!(u32 23 127 f32_to_u8 u8 u8 false); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | impl_to_int!(u32 23 127 f32_to_u16 u16 u16 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | impl_to_int!(u32 23 127 f32_to_u32 u32 u32 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 183 | impl_to_int!(u32 23 127 f32_to_u64 u64 u64 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | impl_to_int!(u32 23 127 f32_to_u128 u128 u128 false); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | impl_to_int!(u32 23 127 f32_to_i8 i8 u8 true); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | impl_to_int!(u32 23 127 f32_to_i16 i16 u16 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 188 | impl_to_int!(u32 23 127 f32_to_i32 i32 u32 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | impl_to_int!(u32 23 127 f32_to_i64 i64 u64 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl_to_int!(u32 23 127 f32_to_i128 i128 u128 true); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 192 | impl_to_int!(u64 52 1023 f64_to_u8 u8 u8 false); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | impl_to_int!(u64 52 1023 f64_to_u16 u16 u16 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | impl_to_int!(u64 52 1023 f64_to_u32 u32 u32 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | impl_to_int!(u64 52 1023 f64_to_u64 u64 u64 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 196 | impl_to_int!(u64 52 1023 f64_to_u128 u128 u128 false); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 198 | impl_to_int!(u64 52 1023 f64_to_i8 i8 u8 true); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | impl_to_int!(u64 52 1023 f64_to_i16 i16 u16 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 200 | impl_to_int!(u64 52 1023 f64_to_i32 i32 u32 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 201 | impl_to_int!(u64 52 1023 f64_to_i64 i64 u64 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 202 | impl_to_int!(u64 52 1023 f64_to_i128 i128 u128 true); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | impl_native!(f32_to_u32 f32 u32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | impl_native!(f32_to_i32 f32 i32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | impl_native!(f32_to_u64 f32 u64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl_native!(f32_to_i64 f32 i64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | impl_native!(f64_to_u32 f64 u32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | impl_native!(f64_to_i32 f64 i32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 103 | impl_native!(f64_to_u64 f64 u64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | impl_native!(f64_to_i64 f64 i64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 107 | impl_native!(u8_to_f32 u8 f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | impl_native!(i8_to_f32 i8 f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | impl_native!(u16_to_f32 u16 f32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | impl_native!(i16_to_f32 i16 f32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling floatconv v0.2.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | impl_native!(u32_to_f32_round u32 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl_native!(i32_to_f32_round i32 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_native!(u64_to_f32_round u64 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_native!(i64_to_f32_round i64 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_native!(u8_to_f64 u8 f64); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | impl_native!(i8_to_f64 i8 f64); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | impl_native!(u16_to_f64 u16 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl_native!(i16_to_f64 i16 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | impl_native!(u32_to_f64 u32 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | impl_native!(i32_to_f64 i32 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | impl_native!(u64_to_f64_round u64 f64); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | impl_native!(i64_to_f64_round i64 f64); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_special!(u128_to_f64_round u128 f64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_special` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_special!(i128_to_f64_round i128 f64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_special` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:63:16 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:68:16 [INFO] [stdout] | [INFO] [stdout] 68 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | impl_round!(u32_to_f32_round u32_to_f32_truncate u32 u32 u32_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | impl_round!(u32_to_f32_round u32_to_f32_truncate u32 u32 u32_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | impl_round!(u64_to_f32_round u64_to_f32_truncate u64 u32 u64_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | impl_round!(u64_to_f32_round u64_to_f32_truncate u64 u32 u64_to_f32); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 135 | impl_round!(u128_to_f32_round u128_to_f32_truncate u128 u32 u128_to_f32); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 135 | impl_round!(u128_to_f32_round u128_to_f32_truncate u128 u32 u128_to_f32); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | impl_round!(u64_to_f64_round u64_to_f64_truncate u64 u64 u64_to_f64); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | impl_round!(u64_to_f64_round u64_to_f64_truncate u64 u64 u64_to_f64); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | impl_round!(u128_to_f64_round u128_to_f64_truncate u128 u64 u128_to_f64); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | impl_round!(u128_to_f64_round u128_to_f64_truncate u128 u64 u128_to_f64); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 139 | impl_signed!(i8_to_f32 i8 u8_to_f32 u32); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | impl_signed!(i16_to_f32 i16 u16_to_f32 u32); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | impl_signed!(i32_to_f32_round i32 u32_to_f32_round u32); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_signed!(i32_to_f32_truncate i32 u32_to_f32_truncate u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | impl_signed!(i64_to_f32_round i64 u64_to_f32_round u32); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 144 | impl_signed!(i64_to_f32_truncate i64 u64_to_f32_truncate u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | impl_signed!(i128_to_f32_round i128 u128_to_f32_round u32); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | impl_signed!(i128_to_f32_truncate i128 u128_to_f32_truncate u32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | impl_signed!(i8_to_f64 i8 u8_to_f64 u64); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | impl_signed!(i16_to_f64 i16 u16_to_f64 u64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | impl_signed!(i32_to_f64 i32 u32_to_f64 u64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 151 | impl_signed!(i64_to_f64_round i64 u64_to_f64_round u64); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 152 | impl_signed!(i64_to_f64_truncate i64 u64_to_f64_truncate u64); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | impl_signed!(i128_to_f64_round i128 u128_to_f64_round u64); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | impl_signed!(i128_to_f64_truncate i128 u128_to_f64_truncate u64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl_to_int!(u32 23 127 f32_to_u8 u8 u8 false); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | impl_to_int!(u32 23 127 f32_to_u16 u16 u16 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | impl_to_int!(u32 23 127 f32_to_u32 u32 u32 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 183 | impl_to_int!(u32 23 127 f32_to_u64 u64 u64 false); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | impl_to_int!(u32 23 127 f32_to_u128 u128 u128 false); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | impl_to_int!(u32 23 127 f32_to_i8 i8 u8 true); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | impl_to_int!(u32 23 127 f32_to_i16 i16 u16 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 188 | impl_to_int!(u32 23 127 f32_to_i32 i32 u32 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | impl_to_int!(u32 23 127 f32_to_i64 i64 u64 true); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 190 | impl_to_int!(u32 23 127 f32_to_i128 i128 u128 true); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 192 | impl_to_int!(u64 52 1023 f64_to_u8 u8 u8 false); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 193 | impl_to_int!(u64 52 1023 f64_to_u16 u16 u16 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | impl_to_int!(u64 52 1023 f64_to_u32 u32 u32 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | impl_to_int!(u64 52 1023 f64_to_u64 u64 u64 false); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 196 | impl_to_int!(u64 52 1023 f64_to_u128 u128 u128 false); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 198 | impl_to_int!(u64 52 1023 f64_to_i8 i8 u8 true); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | impl_to_int!(u64 52 1023 f64_to_i16 i16 u16 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 200 | impl_to_int!(u64 52 1023 f64_to_i32 i32 u32 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 201 | impl_to_int!(u64 52 1023 f64_to_i64 i64 u64 true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/soft.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 202 | impl_to_int!(u64 52 1023 f64_to_i128 i128 u128 true); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | impl_native!(f32_to_u32 f32 u32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | impl_native!(f32_to_i32 f32 i32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | impl_native!(f32_to_u64 f32 u64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | impl_native!(f32_to_i64 f32 i64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | impl_native!(f64_to_u32 f64 u32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | impl_native!(f64_to_i32 f64 i32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 103 | impl_native!(f64_to_u64 f64 u64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | impl_native!(f64_to_i64 f64 i64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 107 | impl_native!(u8_to_f32 u8 f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | impl_native!(i8_to_f32 i8 f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | impl_native!(u16_to_f32 u16 f32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | impl_native!(i16_to_f32 i16 f32); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | impl_native!(u32_to_f32_round u32 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl_native!(i32_to_f32_round i32 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_native!(u64_to_f32_round u64 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_native!(i64_to_f32_round i64 f32); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_native!(u8_to_f64 u8 f64); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | impl_native!(i8_to_f64 i8 f64); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | impl_native!(u16_to_f64 u16 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl_native!(i16_to_f64 i16 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | impl_native!(u32_to_f64 u32 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | impl_native!(i32_to_f64 i32 f64); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | impl_native!(u64_to_f64_round u64 f64); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | impl_native!(i64_to_f64_round i64 f64); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | impl_special!(u128_to_f64_round u128 f64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_special` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `noinline` [INFO] [stdout] --> src/fast.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(not(noinline), inline)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_special!(i128_to_f64_round i128 f64); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `impl_special` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "10fdeedb890508643ee41c391b468d91186ebace4eb13ab704d5021c89fe3d97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10fdeedb890508643ee41c391b468d91186ebace4eb13ab704d5021c89fe3d97", kill_on_drop: false }` [INFO] [stdout] 10fdeedb890508643ee41c391b468d91186ebace4eb13ab704d5021c89fe3d97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9509809ee0f6d1532b9cc8952f0caec02bfd21399f2b3f97106eb141f0fe8cac [INFO] running `Command { std: "docker" "start" "-a" "9509809ee0f6d1532b9cc8952f0caec02bfd21399f2b3f97106eb141f0fe8cac", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:10:16 [INFO] [stderr] | [INFO] [stderr] 10 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:50:16 [INFO] [stderr] | [INFO] [stderr] 50 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:63:16 [INFO] [stderr] | [INFO] [stderr] 63 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:68:16 [INFO] [stderr] | [INFO] [stderr] 68 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:73:16 [INFO] [stderr] | [INFO] [stderr] 73 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:82:16 [INFO] [stderr] | [INFO] [stderr] 82 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:95:16 [INFO] [stderr] | [INFO] [stderr] 95 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:122:24 [INFO] [stderr] | [INFO] [stderr] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | impl_round!(u32_to_f32_round u32_to_f32_truncate u32 u32 u32_to_f32); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:126:24 [INFO] [stderr] | [INFO] [stderr] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 133 | impl_round!(u32_to_f32_round u32_to_f32_truncate u32 u32 u32_to_f32); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:122:24 [INFO] [stderr] | [INFO] [stderr] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | impl_round!(u64_to_f32_round u64_to_f32_truncate u64 u32 u64_to_f32); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:126:24 [INFO] [stderr] | [INFO] [stderr] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | impl_round!(u64_to_f32_round u64_to_f32_truncate u64 u32 u64_to_f32); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:122:24 [INFO] [stderr] | [INFO] [stderr] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | impl_round!(u128_to_f32_round u128_to_f32_truncate u128 u32 u128_to_f32); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:126:24 [INFO] [stderr] | [INFO] [stderr] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | impl_round!(u128_to_f32_round u128_to_f32_truncate u128 u32 u128_to_f32); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:122:24 [INFO] [stderr] | [INFO] [stderr] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 136 | impl_round!(u64_to_f64_round u64_to_f64_truncate u64 u64 u64_to_f64); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:126:24 [INFO] [stderr] | [INFO] [stderr] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 136 | impl_round!(u64_to_f64_round u64_to_f64_truncate u64 u64 u64_to_f64); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:122:24 [INFO] [stderr] | [INFO] [stderr] 122 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | impl_round!(u128_to_f64_round u128_to_f64_truncate u128 u64 u128_to_f64); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:126:24 [INFO] [stderr] | [INFO] [stderr] 126 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | impl_round!(u128_to_f64_round u128_to_f64_truncate u128 u64 u128_to_f64); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_round` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | impl_signed!(i8_to_f32 i8 u8_to_f32 u32); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 140 | impl_signed!(i16_to_f32 i16 u16_to_f32 u32); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 141 | impl_signed!(i32_to_f32_round i32 u32_to_f32_round u32); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | impl_signed!(i32_to_f32_truncate i32 u32_to_f32_truncate u32); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 143 | impl_signed!(i64_to_f32_round i64 u64_to_f32_round u32); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 144 | impl_signed!(i64_to_f32_truncate i64 u64_to_f32_truncate u32); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 145 | impl_signed!(i128_to_f32_round i128 u128_to_f32_round u32); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | impl_signed!(i128_to_f32_truncate i128 u128_to_f32_truncate u32); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 148 | impl_signed!(i8_to_f64 i8 u8_to_f64 u64); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 149 | impl_signed!(i16_to_f64 i16 u16_to_f64 u64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 150 | impl_signed!(i32_to_f64 i32 u32_to_f64 u64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 151 | impl_signed!(i64_to_f64_round i64 u64_to_f64_round u64); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 152 | impl_signed!(i64_to_f64_truncate i64 u64_to_f64_truncate u64); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 153 | impl_signed!(i128_to_f64_round i128 u128_to_f64_round u64); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 154 | impl_signed!(i128_to_f64_truncate i128 u128_to_f64_truncate u64); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_signed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 180 | impl_to_int!(u32 23 127 f32_to_u8 u8 u8 false); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 181 | impl_to_int!(u32 23 127 f32_to_u16 u16 u16 false); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 182 | impl_to_int!(u32 23 127 f32_to_u32 u32 u32 false); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 183 | impl_to_int!(u32 23 127 f32_to_u64 u64 u64 false); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | impl_to_int!(u32 23 127 f32_to_u128 u128 u128 false); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 186 | impl_to_int!(u32 23 127 f32_to_i8 i8 u8 true); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 187 | impl_to_int!(u32 23 127 f32_to_i16 i16 u16 true); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 188 | impl_to_int!(u32 23 127 f32_to_i32 i32 u32 true); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | impl_to_int!(u32 23 127 f32_to_i64 i64 u64 true); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 190 | impl_to_int!(u32 23 127 f32_to_i128 i128 u128 true); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 192 | impl_to_int!(u64 52 1023 f64_to_u8 u8 u8 false); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 193 | impl_to_int!(u64 52 1023 f64_to_u16 u16 u16 false); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 194 | impl_to_int!(u64 52 1023 f64_to_u32 u32 u32 false); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 195 | impl_to_int!(u64 52 1023 f64_to_u64 u64 u64 false); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 196 | impl_to_int!(u64 52 1023 f64_to_u128 u128 u128 false); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 198 | impl_to_int!(u64 52 1023 f64_to_i8 i8 u8 true); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 199 | impl_to_int!(u64 52 1023 f64_to_i16 i16 u16 true); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 200 | impl_to_int!(u64 52 1023 f64_to_i32 i32 u32 true); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 201 | impl_to_int!(u64 52 1023 f64_to_i64 i64 u64 true); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/soft.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 202 | impl_to_int!(u64 52 1023 f64_to_i128 i128 u128 true); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_to_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 95 | impl_native!(f32_to_u32 f32 u32); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 96 | impl_native!(f32_to_i32 f32 i32); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 97 | impl_native!(f32_to_u64 f32 u64); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 98 | impl_native!(f32_to_i64 f32 i64); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 101 | impl_native!(f64_to_u32 f64 u32); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 102 | impl_native!(f64_to_i32 f64 i32); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 103 | impl_native!(f64_to_u64 f64 u64); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 104 | impl_native!(f64_to_i64 f64 i64); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 107 | impl_native!(u8_to_f32 u8 f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 108 | impl_native!(i8_to_f32 i8 f32); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 109 | impl_native!(u16_to_f32 u16 f32); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 110 | impl_native!(i16_to_f32 i16 f32); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 111 | impl_native!(u32_to_f32_round u32 f32); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 112 | impl_native!(i32_to_f32_round i32 f32); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | impl_native!(u64_to_f32_round u64 f32); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 114 | impl_native!(i64_to_f32_round i64 f32); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | impl_native!(u8_to_f64 u8 f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 118 | impl_native!(i8_to_f64 i8 f64); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 119 | impl_native!(u16_to_f64 u16 f64); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 120 | impl_native!(i16_to_f64 i16 f64); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 121 | impl_native!(u32_to_f64 u32 f64); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 122 | impl_native!(i32_to_f64 i32 f64); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 123 | impl_native!(u64_to_f64_round u64 f64); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 124 | impl_native!(i64_to_f64_round i64 f64); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_native` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | impl_special!(u128_to_f64_round u128 f64); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_special` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `noinline` [INFO] [stderr] --> src/fast.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | #[cfg_attr(not(noinline), inline)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 126 | impl_special!(i128_to_f64_round i128 f64); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(noinline)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(noinline)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `impl_special` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `floatconv` (lib) generated 81 warnings [INFO] [stderr] warning: `floatconv` (lib test) generated 81 warnings (81 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/floatconv-6d8a188474f65d25) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test::test_all_from_f32 ... ignored [INFO] [stdout] test test::test_all_from_u32 ... ignored [INFO] [stdout] test test::test_i128 ... ok [INFO] [stdout] test test::test_i32 ... ok [INFO] [stdout] test test::test_i64 ... ok [INFO] [stdout] test test::test_u32 ... ok [INFO] [stdout] test test::test_all_from_u8 ... ok [INFO] [stdout] test test::test_u128 ... ok [INFO] [stdout] test test::test_u64 ... ok [INFO] [stdout] test test::test_all_from_u16 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9509809ee0f6d1532b9cc8952f0caec02bfd21399f2b3f97106eb141f0fe8cac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9509809ee0f6d1532b9cc8952f0caec02bfd21399f2b3f97106eb141f0fe8cac", kill_on_drop: false }` [INFO] [stdout] 9509809ee0f6d1532b9cc8952f0caec02bfd21399f2b3f97106eb141f0fe8cac