lambdaworks icon indicating copy to clipboard operation
lambdaworks copied to clipboard

erros need to implement display to be use in rust Error trait

Open tdelabro opened this issue 5 months ago • 0 comments

In https://github.com/lambdaclass/lambdaworks/blob/main/crates/math/src/errors.rs errors types are defined. But they implement neither Display, or Error. So they can't be use to bubble up seamlessly.

tdelabro avatar Jun 24 '25 18:06 tdelabro