Closed flba-eb closed 2 years ago
Generated C code is printing to stderr. Printing to stdout on Rust side can lead to scrambled output; also, buffering of stdout can drop messages in case of a crash. I've actually observed the scrambled output, and this change fixes it.
Generated C code is printing to stderr. Printing to stdout on Rust side can lead to scrambled output; also, buffering of stdout can drop messages in case of a crash. I've actually observed the scrambled output, and this change fixes it.