[INFO] fetching crate numera 0.5.0... [INFO] checking numera-0.5.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate numera 0.5.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate numera 0.5.0 [INFO] finished tweaking crates.io crate numera 0.5.0 [INFO] tweaked toml for crates.io crate numera 0.5.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate numera 0.5.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate numera 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e9ba06ebf2be6466148cd6e2b39525811cd073b2fae1656aae866305d3d4ee56 [INFO] running `Command { std: "docker" "start" "-a" "e9ba06ebf2be6466148cd6e2b39525811cd073b2fae1656aae866305d3d4ee56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e9ba06ebf2be6466148cd6e2b39525811cd073b2fae1656aae866305d3d4ee56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9ba06ebf2be6466148cd6e2b39525811cd073b2fae1656aae866305d3d4ee56", kill_on_drop: false }` [INFO] [stdout] e9ba06ebf2be6466148cd6e2b39525811cd073b2fae1656aae866305d3d4ee56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94a2433ecfb37a30c0f19bd9bccb4433a0b9540cb4dbad1143527e8a777b48fa [INFO] running `Command { std: "docker" "start" "-a" "94a2433ecfb37a30c0f19bd9bccb4433a0b9540cb4dbad1143527e8a777b48fa", kill_on_drop: false }` [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling devela_macros v0.6.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking devela v0.9.0 [INFO] [stderr] Checking numera v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:261:15 [INFO] [stdout] | [INFO] [stdout] 261 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:282:18 [INFO] [stdout] | [INFO] [stdout] 282 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:78:23 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `define_float_sized` [INFO] [stdout] --> src/number/real/float/f/sized/mod.rs:242:16 [INFO] [stdout] | [INFO] [stdout] 242 | pub(crate) use define_float_sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/n0z/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonZeroIntegers, // the enum name [INFO] [stdout] 17 | | "The family of [non-zero integers][super], also known as [`N0z`][super::N0z].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonZeroIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nnz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | NonNegativeIntegers, // the enum name [INFO] [stdout] 14 | | "The family of [non-negative integers][super], also known as [`Nnz`][super::Nnz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, NonNegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/npz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NonPositiveIntegers, [INFO] [stdout] 17 | | "The family of [non-positive integers][super], also known as [`Npz`][super::Npz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NonPositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/nz/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_integer_family![build_variants: [INFO] [stdout] 16 | | NegativeIntegers, [INFO] [stdout] 17 | | "The family of [negative integers][super], also known as [`Nz`][super::Nz].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, NegativeIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO` [INFO] [stdout] --> src/number/integer/family.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/integer/pz/family.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / define_integer_family![build_variants: [INFO] [stdout] 13 | | PositiveIntegers, [INFO] [stdout] 14 | | "The family of [positive integers][super], also known as [`Pz`][super::Pz].", [INFO] [stdout] 15 | | common: [INFO] [stdout] ... | [INFO] [stdout] 21 | | Big, PositiveIntegerBig, "dashu-int-TODO" // placeholder, disabled [INFO] [stdout] 22 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `dashu-int-TODO` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:261:15 [INFO] [stdout] | [INFO] [stdout] 261 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:282:18 [INFO] [stdout] | [INFO] [stdout] 282 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:78:23 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `---` [INFO] [stdout] --> src/number/rational/family.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | $( #[cfg(feature = $dependency)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/number/rational/q/family.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_rational_family![build_variants: [INFO] [stdout] 16 | | Rationals, [INFO] [stdout] 17 | | "The family of [rational][super] numbers, also known as [`Q`][super::Q].", [INFO] [stdout] 18 | | common: [INFO] [stdout] ... | [INFO] [stdout] 24 | | Big, RationalBig, "---" [INFO] [stdout] 25 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `all_fast`, `all_nostd`, `all_nostd_fast`, `alloc`, `big`, `dashu-base`, `dashu-int`, `decstr`, `default`, `float`, `full`, `full_fast`, `half`, `nightly`, `nightly_docs`, `no-std`, `no_std`, `non-safe`, `primal-sieve`, `safe`, `safest`, `std`, `try_from`, `twofloat`, `unsafe`, and `unsafest` [INFO] [stdout] = help: consider adding `---` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `define_rational_family` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `define_float_sized` [INFO] [stdout] --> src/number/real/float/f/sized/mod.rs:242:16 [INFO] [stdout] | [INFO] [stdout] 242 | pub(crate) use define_float_sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/add.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | / impl_integer_add![ [INFO] [stdout] 169 | | Integer+i+8, cast:16; [INFO] [stdout] 170 | | Integer+i+16, cast:32; [INFO] [stdout] 171 | | Integer+i+32, cast:64; [INFO] [stdout] 172 | | Integer+i+64, cast:128; [INFO] [stdout] 173 | | Integer+i+128, cast:128 [INFO] [stdout] 174 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/neg.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | / impl_integer_neg![ [INFO] [stdout] 97 | | Integer+i+8, cast:16; [INFO] [stdout] 98 | | Integer+i+16, cast:32; [INFO] [stdout] 99 | | Integer+i+32, cast:64; [INFO] [stdout] 100 | | Integer+i+64, cast:128; [INFO] [stdout] 101 | | Integer+i+128, cast:128 [INFO] [stdout] 102 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_neg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/number/integer/z/ops/sub.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | / impl_integer_sub![ [INFO] [stdout] 121 | | Integer+i+8, cast:16; [INFO] [stdout] 122 | | Integer+i+16, cast:32; [INFO] [stdout] 123 | | Integer+i+32, cast:64; [INFO] [stdout] 124 | | Integer+i+64, cast:128; [INFO] [stdout] 125 | | Integer+i+128, cast:128 [INFO] [stdout] 126 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions [INFO] [stdout] = note: this warning originates in the macro `impl_integer_sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | creduced.num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | creduced.den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | creduced.num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | creduced.den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | creduced.num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:122:21 [INFO] [stdout] | [INFO] [stdout] 122 | creduced.den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | creduced.num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:164:25 [INFO] [stdout] | [INFO] [stdout] 164 | creduced.den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:197:21 [INFO] [stdout] | [INFO] [stdout] 197 | num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:198:21 [INFO] [stdout] | [INFO] [stdout] 198 | den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `numera` (lib) due to 10 previous errors; 130 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | creduced.num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | creduced.den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | creduced.num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | creduced.den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | creduced.num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:122:21 [INFO] [stdout] | [INFO] [stdout] 122 | creduced.den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | creduced.num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:164:25 [INFO] [stdout] | [INFO] [stdout] 164 | creduced.den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:197:21 [INFO] [stdout] | [INFO] [stdout] 197 | num.0.try_into().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/number/rational/q/ops/mod.rs:198:21 [INFO] [stdout] | [INFO] [stdout] 198 | den.0.get().try_into().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 221 | / impl_rational_ops![ [INFO] [stdout] 222 | | Rational+8, cast: 16; [INFO] [stdout] 223 | | Rational+16, cast: 32; [INFO] [stdout] 224 | | Rational+32, cast: 64; [INFO] [stdout] 225 | | Rational+64, cast: 128; [INFO] [stdout] 226 | | Rational+128, cast: 128 [INFO] [stdout] 227 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_rational_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `numera` (lib test) due to 10 previous errors; 130 warnings emitted [INFO] running `Command { std: "docker" "inspect" "94a2433ecfb37a30c0f19bd9bccb4433a0b9540cb4dbad1143527e8a777b48fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94a2433ecfb37a30c0f19bd9bccb4433a0b9540cb4dbad1143527e8a777b48fa", kill_on_drop: false }` [INFO] [stdout] 94a2433ecfb37a30c0f19bd9bccb4433a0b9540cb4dbad1143527e8a777b48fa