Open
Description
Problem
When using the -o
option with cargo rustc
I get a warning. I do not know what I have should do to fix the warning or if there is a better way to achieve what I am doing.
This is the warning:
warning: due to multiple output types requested, the explicitly specified output file name will be adapted for each output type
warning: ignoring --out-dir flag due to -o flag
Steps
cargo rustc -- -o myoutput
Notes
Output of cargo version
:
cargo 1.52.0 (69767412a 2021-04-21)