rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
260 stars 25 forks source link

Cleanup: Use eprintln! instead of writeln! with stderr #86

Closed toku-sa-n closed 4 years ago

toku-sa-n commented 4 years ago

Shorter than writeln! with stdout or stderr.

phil-opp commented 4 years ago

Thanks!