mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

At the moment, the rustc exec for the root project inherits the stdout and stderr FDs (so that warnings and errors flow through), but output from dependencies is only emitted if the compilation fails to avoid warning noise from dependencies.