Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pretty print errors using Display instead of Debug
Until now, error reporting relied on the default behaviour of Rust’s `Termination` trait which would print a debug representation in case of an error.
- Loading branch information