Closed andbleo closed 3 years ago
Rustc does not take a -q
flag:
$ rustc -q
error: Unrecognized option: 'q'
-q
is a Cargo flag so it would need to be passed in front of the --
separator, just like e.g. cargo build -q
. I opened #44 to add that.
My bad. I assumed that the options that rustc could be passed were the same as those specified in cargo help rustc
.
I am trying to pass arguments to rustc and it is failing with unrecognized options. Example:
This was with cargo-llvm-lines 0.4.10.