[INFO] fetching crate numera 0.5.0...
[INFO] building numera-0.5.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate numera 0.5.0 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate numera 0.5.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a9fb1328bea4de7a512723e75e2ba344b7e99660fd467cd60e73e4bcdba0a23
[INFO] running `Command { std: "docker" "start" "-a" "8a9fb1328bea4de7a512723e75e2ba344b7e99660fd467cd60e73e4bcdba0a23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a9fb1328bea4de7a512723e75e2ba344b7e99660fd467cd60e73e4bcdba0a23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a9fb1328bea4de7a512723e75e2ba344b7e99660fd467cd60e73e4bcdba0a23", kill_on_drop: false }`
[INFO] [stdout] 8a9fb1328bea4de7a512723e75e2ba344b7e99660fd467cd60e73e4bcdba0a23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08b84efb33f5f7943653e0557b25b83b5b766bb55c7c6802b93e92779d9e2671
[INFO] running `Command { std: "docker" "start" "-a" "08b84efb33f5f7943653e0557b25b83b5b766bb55c7c6802b93e92779d9e2671", kill_on_drop: false }`
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling devela_macros v0.6.1
[INFO] [stderr]    Compiling paste v1.0.14
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `#[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 5.10s
[INFO] running `Command { std: "docker" "inspect" "08b84efb33f5f7943653e0557b25b83b5b766bb55c7c6802b93e92779d9e2671", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08b84efb33f5f7943653e0557b25b83b5b766bb55c7c6802b93e92779d9e2671", kill_on_drop: false }`
[INFO] [stdout] 08b84efb33f5f7943653e0557b25b83b5b766bb55c7c6802b93e92779d9e2671
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 658dd02f7754db29c7993c18274f3650524e2f20aa9ac1b22964ea2a7e1832c5
[INFO] running `Command { std: "docker" "start" "-a" "658dd02f7754db29c7993c18274f3650524e2f20aa9ac1b22964ea2a7e1832c5", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `#[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_integer_family` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dashu-int-TODO`
[INFO] [stdout]   --> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `define_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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `#[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 3.52s
[INFO] running `Command { std: "docker" "inspect" "658dd02f7754db29c7993c18274f3650524e2f20aa9ac1b22964ea2a7e1832c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "658dd02f7754db29c7993c18274f3650524e2f20aa9ac1b22964ea2a7e1832c5", kill_on_drop: false }`
[INFO] [stdout] 658dd02f7754db29c7993c18274f3650524e2f20aa9ac1b22964ea2a7e1832c5
