You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A typical use-case is with the --explain XXX compilation flags. Currently we need to use cargo build -v, copy the compilation line and add this flag by hand.
This could be solved by adding an option, let's say, --rustc-flags to the cargo build sub-command.
The text was updated successfully, but these errors were encountered:
A typical use-case is with the
--explain XXX
compilation flags. Currently we need to usecargo build -v
, copy the compilation line and add this flag by hand.This could be solved by adding an option, let's say,
--rustc-flags
to the cargo build sub-command.The text was updated successfully, but these errors were encountered: