Skip to content
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

Support running 'cargo doc' #357

Closed
Aaron1011 opened this issue Oct 24, 2018 · 0 comments
Closed

Support running 'cargo doc' #357

Aaron1011 opened this issue Oct 24, 2018 · 0 comments
Labels
C-new-feature Category: a new feature to implement

Comments

@Aaron1011
Copy link
Member

rustdoc has been acquiring some advanced features, such as the ability to synthesize auto trait and blanket impl definitions. These features rely heavily on rustc's type inference/trait selection code, and are therefore more prone to breakage than some of rustdoc's other features.

It would be very useful to be able to start a cargo doc crater run when working on these rustdoc features, to help minimize any unexpected documentation breakage.

@pietroalbini pietroalbini added the C-new-feature Category: a new feature to implement label Oct 24, 2018
bors added a commit that referenced this issue Nov 16, 2018
Add support for rustdoc runs

This PR adds a new kind of Crater run, `rustdoc`, which runs `cargo doc` on all the crates.

Fixes #357
@bors bors closed this as completed in #366 Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-new-feature Category: a new feature to implement
Projects
None yet
Development

No branches or pull requests

2 participants