rust_lisp
rust_lisp copied to clipboard
the trait `std::error::Error` is not implemented for `rust_lisp::parser::ParseError`
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.