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
…, r=jyn514
Fix rustdoc help options
Fixesrust-lang#98976.
Since you're the one who found out about the problem and also provided the solution (thanks for both!):
r? `@jyn514`
…, r=jyn514
Fix rustdoc help options
Fixesrust-lang#98976.
Since you're the one who found out about the problem and also provided the solution (thanks for both!):
r? `@jyn514`
…, r=jyn514
Fix rustdoc help options
Fixesrust-lang#98976.
Since you're the one who found out about the problem and also provided the solution (thanks for both!):
r? ``@jyn514``
I tried this:
rustdoc -Zhelp
I expected to see this happen: A list of unstable options
Instead, this happened:
The options need to be built after checking for help, not before.
https://github.com/rust-lang/rust/blob/0567674460504d916c254696e1b25082f72a66bf/src/librustdoc/config.rs#L338-L355
cc @GuillaumeGomez
Meta
rustc --version --verbose
: 0567674460504d916c254696e1b25082f72a66bfThe text was updated successfully, but these errors were encountered: