You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fails to print anything since "hey" in only written to the buffer and then never printed. Other BufWriters flush on drop but this isn't happening for Stdout at program exit.
The text was updated successfully, but these errors were encountered:
See http://is.gd/SH4nll
This fails to print anything since
"hey"
in only written to the buffer and then never printed. OtherBufWriter
s flush on drop but this isn't happening forStdout
at program exit.The text was updated successfully, but these errors were encountered: