Trevor Thompson
Trevor Thompson
> Expected behavior: Gosu reports an error when trying to run the method. I'd argue that it should be a compiler error rather than a run-time error.
I know this issue is forever old, but I ran this just today and had the same issue. It seems like the extraction does not continue, and it's occurring because...
I know it's somewhat unrelated, but I also noticed that the solution tests don't pass ``` ---- tests::display_is_correctly_implemented stdout ---- thread 'tests::display_is_correctly_implemented' panicked at exercises/05_ticket_v2/09_error_trait/src/lib.rs:121:9: assertion `left == right` failed...