[INFO] fetching crate numera 0.5.0... [INFO] building numera-0.5.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate numera 0.5.0 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate numera 0.5.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff33e696a4c0e4a5d6aabbeda934f15af24a462459b3772af4599f1e1a4de001 [INFO] running `Command { std: "docker" "start" "-a" "ff33e696a4c0e4a5d6aabbeda934f15af24a462459b3772af4599f1e1a4de001", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff33e696a4c0e4a5d6aabbeda934f15af24a462459b3772af4599f1e1a4de001", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff33e696a4c0e4a5d6aabbeda934f15af24a462459b3772af4599f1e1a4de001", kill_on_drop: false }` [INFO] [stdout] ff33e696a4c0e4a5d6aabbeda934f15af24a462459b3772af4599f1e1a4de001 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a49b09dd5416790910b112ab7b7511b3b0d92f5691e91bd870e90378f6642d72 [INFO] running `Command { std: "docker" "start" "-a" "a49b09dd5416790910b112ab7b7511b3b0d92f5691e91bd870e90378f6642d72", 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] Compiling devela v0.9.0 [INFO] [stderr] Compiling 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: `#[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 8.08s [INFO] running `Command { std: "docker" "inspect" "a49b09dd5416790910b112ab7b7511b3b0d92f5691e91bd870e90378f6642d72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a49b09dd5416790910b112ab7b7511b3b0d92f5691e91bd870e90378f6642d72", kill_on_drop: false }` [INFO] [stdout] a49b09dd5416790910b112ab7b7511b3b0d92f5691e91bd870e90378f6642d72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87cfcf7ba060a9c59b8bf6514cb97f5d0f90a3032fad8b2824ba8527e4526d73 [INFO] running `Command { std: "docker" "start" "-a" "87cfcf7ba060a9c59b8bf6514cb97f5d0f90a3032fad8b2824ba8527e4526d73", kill_on_drop: false }` [INFO] [stderr] Compiling static_assertions v1.1.0 [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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] [stderr] Compiling 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: `#[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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 4.09s [INFO] running `Command { std: "docker" "inspect" "87cfcf7ba060a9c59b8bf6514cb97f5d0f90a3032fad8b2824ba8527e4526d73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87cfcf7ba060a9c59b8bf6514cb97f5d0f90a3032fad8b2824ba8527e4526d73", kill_on_drop: false }` [INFO] [stdout] 87cfcf7ba060a9c59b8bf6514cb97f5d0f90a3032fad8b2824ba8527e4526d73