Open mversic opened 2 months ago
after migration to Rust 1.81 it's now possible to implement Error trait in no_std
1.81
Error
no_std
This would be blocked on thiserror merging the relevant functionality I think, since we use it in a bunch of places for deriving Error
thiserror
https://github.com/dtolnay/thiserror/pull/304
thiserror 2.0 released today, and it does support no_std now!
after migration to Rust
1.81
it's now possible to implementError
trait inno_std