Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.99.0-nightly (84b36a78a 2026-08-06)
# docs.rs version docsrs 0.0.0 (c0e43eba3fa5e6341d933cf845300a19b1ac3e4e 2026-08-06 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "5bf1840833886ba4e8c0456e84c35931412f12cc362e2994e4ea5e90bee84aa8" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260806-1.99.0-nightly-84b36a78a\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting fixed-num v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 364 | / const_impl!{ [INFO] [stderr] 365 | | /// The biggest possible value that can be stored in a `Dec19x19`, equal to [INFO] [stderr] 366 | | /// ``` [INFO] [stderr] 367 | | /// # assert_eq!(fixed_num::Dec19x19!( [INFO] [stderr] ... | [INFO] [stderr] 376 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 378 | / const_impl!{ [INFO] [stderr] 379 | | /// The smallest possible value that can be stored in a `Dec19x19`, equal to [INFO] [stderr] 380 | | /// ``` [INFO] [stderr] 381 | | /// # assert_eq!(fixed_num::Dec19x19!( [INFO] [stderr] ... | [INFO] [stderr] 390 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 396 | / const_impl!{ [INFO] [stderr] 397 | | /// # Tests [INFO] [stderr] 398 | | /// [INFO] [stderr] 399 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 420 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 456 | / const_impl!{ [INFO] [stderr] 457 | | /// # Tests [INFO] [stderr] 458 | | /// [INFO] [stderr] 459 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 478 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 553 | / const_impl!{ impl UncheckedAdd for Dec19x19 { [INFO] [stderr] 554 | | type Output = Self; [INFO] [stderr] 555 | | #[track_caller] [INFO] [stderr] 556 | | #[inline(always)] [INFO] [stderr] ... | [INFO] [stderr] 560 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 562 | / const_impl!{ impl CheckedAdd for Dec19x19 { [INFO] [stderr] 563 | | type Output = Self; [INFO] [stderr] 564 | | #[track_caller] [INFO] [stderr] 565 | | #[inline(always)] [INFO] [stderr] ... | [INFO] [stderr] 573 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 575 | / const_impl!{ [INFO] [stderr] 576 | | /// # Tests [INFO] [stderr] 577 | | /// [INFO] [stderr] 578 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 599 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 647 | / const_impl!{ impl UncheckedSub for Dec19x19 { [INFO] [stderr] 648 | | type Output = Self; [INFO] [stderr] 649 | | #[track_caller] [INFO] [stderr] 650 | | #[inline(always)] [INFO] [stderr] ... | [INFO] [stderr] 654 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 656 | / const_impl!{ impl CheckedSub for Dec19x19 { [INFO] [stderr] 657 | | type Output = Self; [INFO] [stderr] 658 | | #[track_caller] [INFO] [stderr] 659 | | #[inline(always)] [INFO] [stderr] ... | [INFO] [stderr] 667 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 669 | / const_impl!{ [INFO] [stderr] 670 | | /// # Tests [INFO] [stderr] 671 | | /// [INFO] [stderr] 672 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 694 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1101 | / const_impl!{ impl Trunc for Dec19x19 { [INFO] [stderr] 1102 | | #[track_caller] [INFO] [stderr] 1103 | | #[inline(always)] [INFO] [stderr] 1104 | | fn trunc(self) -> Self { [INFO] [stderr] ... | [INFO] [stderr] 1107 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1109 | / const_impl!{ impl TruncTo for Dec19x19 { [INFO] [stderr] 1110 | | #[track_caller] [INFO] [stderr] 1111 | | #[inline(always)] [INFO] [stderr] 1112 | | fn trunc_to(self, digits: i64) -> Self { [INFO] [stderr] ... | [INFO] [stderr] 1116 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1173 | / const_impl!{ impl Floor for Dec19x19 { [INFO] [stderr] 1174 | | #[track_caller] [INFO] [stderr] 1175 | | #[inline(always)] [INFO] [stderr] 1176 | | fn floor(self) -> Self { [INFO] [stderr] ... | [INFO] [stderr] 1179 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1181 | / const_impl!{ impl FloorTo for Dec19x19 { [INFO] [stderr] 1182 | | #[track_caller] [INFO] [stderr] 1183 | | #[inline(always)] [INFO] [stderr] 1184 | | fn floor_to(self, digits: i64) -> Self { [INFO] [stderr] ... | [INFO] [stderr] 1188 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1246 | / const_impl!{ impl Ceil for Dec19x19 { [INFO] [stderr] 1247 | | #[track_caller] [INFO] [stderr] 1248 | | #[inline(always)] [INFO] [stderr] 1249 | | fn ceil(self) -> Self { [INFO] [stderr] ... | [INFO] [stderr] 1252 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1254 | / const_impl!{ impl CeilTo for Dec19x19 { [INFO] [stderr] 1255 | | #[track_caller] [INFO] [stderr] 1256 | | #[inline(always)] [INFO] [stderr] 1257 | | fn ceil_to(self, digits: i64) -> Self { [INFO] [stderr] ... | [INFO] [stderr] 1261 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1380 | / const_impl!{ impl Round for Dec19x19 { [INFO] [stderr] 1381 | | #[track_caller] [INFO] [stderr] 1382 | | #[inline(always)] [INFO] [stderr] 1383 | | fn round(self) -> Self { [INFO] [stderr] ... | [INFO] [stderr] 1386 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1388 | / const_impl!{ impl RoundTo for Dec19x19 { [INFO] [stderr] 1389 | | #[track_caller] [INFO] [stderr] 1390 | | #[inline(always)] [INFO] [stderr] 1391 | | fn round_to(self, digits: i64) -> Self { [INFO] [stderr] ... | [INFO] [stderr] 1396 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1471 | / const_impl!{ [INFO] [stderr] 1472 | | /// # Tests [INFO] [stderr] 1473 | | /// [INFO] [stderr] 1474 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 1499 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected a trait, found type [INFO] [stderr] --> src/dec19x19.rs:348:14 [INFO] [stderr] | [INFO] [stderr] 348 | impl const $($ts)* [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1501 | / const_impl!{ impl CheckedLog10Floor for Dec19x19 { [INFO] [stderr] 1502 | | #[track_caller] [INFO] [stderr] 1503 | | #[inline(always)] [INFO] [stderr] 1504 | | fn checked_log10_floor(self) -> Option<Self> { [INFO] [stderr] ... | [INFO] [stderr] 1511 | | }} [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `const_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:70:21 [INFO] [stderr] | [INFO] [stderr] 70 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:86:21 [INFO] [stderr] | [INFO] [stderr] 86 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:107:21 [INFO] [stderr] | [INFO] [stderr] 107 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:123:21 [INFO] [stderr] | [INFO] [stderr] 123 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:137:21 [INFO] [stderr] | [INFO] [stderr] 137 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:148:21 [INFO] [stderr] | [INFO] [stderr] 148 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:174:21 [INFO] [stderr] | [INFO] [stderr] 174 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:185:21 [INFO] [stderr] | [INFO] [stderr] 185 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:196:21 [INFO] [stderr] | [INFO] [stderr] 196 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:211:21 [INFO] [stderr] | [INFO] [stderr] 211 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:222:21 [INFO] [stderr] | [INFO] [stderr] 222 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:233:21 [INFO] [stderr] | [INFO] [stderr] 233 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:248:21 [INFO] [stderr] | [INFO] [stderr] 248 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:259:21 [INFO] [stderr] | [INFO] [stderr] 259 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:271:21 [INFO] [stderr] | [INFO] [stderr] 271 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:286:21 [INFO] [stderr] | [INFO] [stderr] 286 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:296:21 [INFO] [stderr] | [INFO] [stderr] 296 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:311:21 [INFO] [stderr] | [INFO] [stderr] 311 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:322:21 [INFO] [stderr] | [INFO] [stderr] 322 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:337:21 [INFO] [stderr] | [INFO] [stderr] 337 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:348:21 [INFO] [stderr] | [INFO] [stderr] 348 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:370:21 [INFO] [stderr] | [INFO] [stderr] 370 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:382:21 [INFO] [stderr] | [INFO] [stderr] 382 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:396:21 [INFO] [stderr] | [INFO] [stderr] 396 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:406:21 [INFO] [stderr] | [INFO] [stderr] 406 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:420:21 [INFO] [stderr] | [INFO] [stderr] 420 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:431:21 [INFO] [stderr] | [INFO] [stderr] 431 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:446:21 [INFO] [stderr] | [INFO] [stderr] 446 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:457:21 [INFO] [stderr] | [INFO] [stderr] 457 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:471:21 [INFO] [stderr] | [INFO] [stderr] 471 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `const_trait` in this scope [INFO] [stderr] --> src/ops.rs:481:21 [INFO] [stderr] | [INFO] [stderr] 481 | #[cfg_attr(nightly, const_trait)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `forward_overflowing`, `backward_overflowing` [INFO] [stderr] --> src/dec19x19.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | impl std::iter::Step for Dec19x19 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `forward_overflowing`, `backward_overflowing` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn forward_overflowing(_: Self, _: usize) -> (Self, bool) { todo!() }` [INFO] [stderr] = help: implement the missing item: `fn backward_overflowing(_: Self, _: usize) -> (Self, bool) { todo!() }` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0046`. [INFO] [stderr] error: could not document `fixed-num` [INFO] running `Command { std: "docker" "inspect" "5bf1840833886ba4e8c0456e84c35931412f12cc362e2994e4ea5e90bee84aa8", kill_on_drop: false }`