🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔
Using rustflags: -Ctarget-cpu=atmega328p
Build date: 2026-09-20T03:23:07.15Z
Build duration: 15.485s
Builder does-it-build commit: 5686e011fa029dd9
Compiling compiler_builtins v0.1.160 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
Compiling core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
error[E0432]: unresolved imports `crate::num::imp::bignum::Big`, `crate::num::imp::bignum::Digit`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/flt2dec/strategy/dragon.rs:12:31
|
12 | use crate::num::imp::bignum::{Big, Digit};
| ^^^ ^^^^^ no `Digit` in `num::imp::bignum`
| |
| no `Big` in `num::imp::bignum`
|
note: found an item that was configured out
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/bignum.rs:399:10
|
398 | #[cfg(target_pointer_width = "32")]
| --------------------------- the item is gated behind the `32` feature
399 | pub type Big = Big32x40;
| ^^^
note: found an item that was configured out
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/bignum.rs:401:10
|
400 | #[cfg(target_pointer_width = "64")]
| --------------------------- the item is gated behind the `64` feature
401 | pub type Big = Big64x20;
| ^^^
note: found an item that was configured out
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/bignum.rs:404:10
|
403 | #[cfg(target_pointer_width = "32")]
| --------------------------- the item is gated behind the `32` feature
404 | pub type Digit = Digit32;
| ^^^^^
note: found an item that was configured out
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/bignum.rs:406:10
|
405 | #[cfg(target_pointer_width = "64")]
| --------------------------- the item is gated behind the `64` feature
406 | pub type Digit = Digit64;
| ^^^^^
error[E0425]: cannot find value `POW5TO16` in this scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/flt2dec/strategy/dragon.rs:79:23
|
79 | x.mul_digits(&POW5TO16);
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find value `POW5TO32` in this scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/flt2dec/strategy/dragon.rs:82:23
|
82 | x.mul_digits(&POW5TO32);
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find value `POW5TO64` in this scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/flt2dec/strategy/dragon.rs:85:23
|
85 | x.mul_digits(&POW5TO64);
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find value `POW5TO128` in this scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/flt2dec/strategy/dragon.rs:88:23
|
88 | x.mul_digits(&POW5TO128);
| ^^^^^^^^^ not found in this scope
error[E0425]: cannot find value `POW5TO256` in this scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2026-09-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/imp/flt2dec/strategy/dragon.rs:91:23
|
91 | x.mul_digits(&POW5TO256);
| ^^^^^^^^^ not found in this scope
Some errors have detailed explanations: E0425, E0432.
For more information about an error, try `rustc --explain E0425`.
error: could not compile `core` (lib) due to 6 previous errors