Build #1760925 2025-02-16 01:46:44
# rustc version
rustc 1.86.0-nightly (9cd60bd2c 2025-02-15)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/floatconv-0.2.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/floatconv-0.2.8/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250215-1.86.0-nightly-9cd60bd2c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2a136586ffd3fd2d86f7d8f41282dc7a270920789006f88871cce8077f2f881d
[INFO] running `Command { std: "docker" "start" "-a" "2a136586ffd3fd2d86f7d8f41282dc7a270920789006f88871cce8077f2f881d", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting floatconv v0.2.8 (/opt/rustwide/workdir)
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 doc) generated 81 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/floatconv/index.html
[INFO] running `Command { std: "docker" "inspect" "2a136586ffd3fd2d86f7d8f41282dc7a270920789006f88871cce8077f2f881d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a136586ffd3fd2d86f7d8f41282dc7a270920789006f88871cce8077f2f881d", kill_on_drop: false }`
[INFO] [stdout] 2a136586ffd3fd2d86f7d8f41282dc7a270920789006f88871cce8077f2f881d