Closed
Description
This fails to print anything since "hey"
in only written to the buffer and then never printed. Other BufWriter
s flush on drop but this isn't happening for Stdout
at program exit.
Metadata
Metadata
Assignees
Labels
No labels
This fails to print anything since "hey"
in only written to the buffer and then never printed. Other BufWriter
s flush on drop but this isn't happening for Stdout
at program exit.