Use error_in_core once stable in 1.81
Closed this issue · 2 comments
stgraham2000 commented
Currently in a no_std environment the various Musli errors do not implement the core::error::Error trait. This means packages like Anyhow and others that rely on core::error::Error being implemented can not coerce any Musli errors.
udoprog commented
Once error_in_core
is stable, we'll switch.