rust_lisp icon indicating copy to clipboard operation
rust_lisp copied to clipboard

the trait `std::error::Error` is not implemented for `rust_lisp::parser::ParseError`

Open Atreyagaurav opened this issue 6 months ago • 0 comments

As the title says.

The error I got was

error[E0277]: the trait bound `rust_lisp::parser::ParseError: std::error::Error` is not satisfied

While trying to use anyhow::Error as return type and use ? on the parser.

Atreyagaurav avatar Jan 05 '24 23:01 Atreyagaurav