mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
4af7d2cf8d
Add support for stdout. This enables basic console printing via `println!()`. Output is written to the log server. Signed-off-by: Sean Cross <sean@xobs.io>