paholg / typenum

Compile time numbers in Rust.
https://crates.io/crates/typenum
Other
513 stars 45 forks source link

`ran out of registers` on AVR #212

Open kaidokert opened 1 day ago

kaidokert commented 1 day ago

Trying ( nightly toolchain ) this from trunk

cargo build -Z build-std=core --target avr-unknown-gnu-atmega328 --features const-generics

Yields

error: ran out of registers during register allocation

I'm guessing this isn't intentional. Perhaps another repro of https://github.com/llvm/llvm-project/issues/104032