mit-plv/fiat-crypto

Rust: `no_std` is broken due to use of `std::ops`

brycx opened this issue · 0 comments

brycx commented

#1623 introduced newtype structs to prevent misuse, which was a great addition. But because it references ops from std instead of core, compiling with --no-default-features no longer works.