-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
E-easyExperience: EasyExperience: Easy
Description
Currently output generated by cargo itself goes to stdout, while rustcs goes to stderr. This is pretty annoying for a command cargo run, where the user controls stdout and may not appreciate the contamination from cargo, e.g. cargo run --bin foo > some_file.txt will include the Compiling ... and Running ... lines.
Alteratively, I suppose we could support cargo run --output some_file.txt --bin foo which will do the redirect internally.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
E-easyExperience: EasyExperience: Easy