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
fix: remove -vv flag that conflicts with rules_rust verbose setting
The -vv flag caused 'Option verbose given more than once' error because
rules_rust already passes -v to rustc.
Removed the conflicting flag. The debug_rust_toolchain target will still
show us what files are visible in the Windows sandbox.
0 commit comments