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
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
I was looking at starting to implement this and I am not sure we need this flag. The existing rustdoc would do something like $ rustdoc x.rs --test --test-args --color=never which made sense because --test was a distinct from --test-args. In this rustdoc, test is a subcommand. It seems better to implement $ rustdoc test --color=never instead of requiring $ rustdoc test --test-args --color=never.
This issue is part of #125
--test-args
:Using this flag looks like this:
This flag will pass options to the test runner when running documentation tests.
For more, see the chapter on documentation tests.
See also
--test
.Should we keep this flag or not?
The text was updated successfully, but these errors were encountered: