libtest --include-ignored nightly-gating is confusing #65770
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-libtest
Area: `#[test]` / the `test` library
A-stability
Area: `#[stable]`, `#[unstable]` etc.
C-bug
Category: This is a bug.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
The libtest
--include-ignored
flag is intended to be unstable, but it does not present a clear way to use it.Hmm, I'm running on nightly. Only through some sleuthing can one find out that you have to pass
-Zunstable-options
to make it work:There are several issues here (some of which were noted in the original PR):
-Zunstable-options
.--help
text gives no indication that this flag is unstable.The text was updated successfully, but these errors were encountered: