Closed
Description
After code using println!
starts working, I don't think rustaceans should have to rewrite their code using finer error control.
println!("Hello, world")
should not cause a panic when piped into anything. I believe the default behaviour should be to ignore errors, people wanting finer error control can still writeln!
to stdout.
Metadata
Metadata
Assignees
Labels
No labels