Closed stgraham2000 closed 3 months ago
@sharksforarms, I noticed that this is going to be stabilized in Rust 1.81 on September 5th. I should have looked at this. We probably should revert this commit in master because the extra feature just clutters the code base and existing features.
Currently in a
no_std
environment theDekuError
does not implement thecore::error::Error
trait. This means packages likeAnyhow
and others that relay oncore::error::Error
being implemented can not coerce aDekuError
.