-
Notifications
You must be signed in to change notification settings - Fork 13.9k
feat(rustdoc): stabilize --emit
flag
#146220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Questions:
|
cc @aDotInTheVoid since you've involved in the PR removing the last blocker :) |
filename is `CRATE_NAME.d`. This emit type can can optionally be followed by | ||
`=` to specify an explicit output path. | ||
For example, `--emit=dep-info=/path/to/foo.d`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a bug: rustdoc
's --emit=dep-info=-
doesn't output to STDOUT unlike rustc's.
Edit: This ought to be addressed in a separate PR by someone. I'll probably open an issue later to track this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened #147649 (blocking the stabilization IMO).
We discussed on today's rustdoc meeting. Before going any further, we will investigate exactly what each |
Thanks for it! This PR contains a doc based on my understanding and the history of these options, but I am not 100% sure if that is correct |
TODO: stabilization report?
r? rustdoc