-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
E-easyExperience: EasyExperience: Easy
Description
Currently output generated by cargo
itself goes to stdout, while rustc
s 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.
kevincox, matklad, hexsel, Kobzol and vimpostor
Metadata
Metadata
Assignees
Labels
E-easyExperience: EasyExperience: Easy