cargo run doesn't pretty-print errors
slightknack opened this issue · 0 comments
slightknack commented
cc @Plecra.
Signature of main
is Result<(), String>
, which results in string not being pretty printed. Easy fix: we can fix now or later when we add the compile
and run
functions to lib
.