steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

Feature Request: Doctest results exportable for code coverage #54

Open TheDan64 opened 7 years ago

TheDan64 commented 7 years ago

According to this repo and the linked SO post in the README, the current rustdoc doesn't allow you to generate an executable, which is useful for the purpose of generating an additional test coverage report. It'd be great if the new rustdoc could support this use case!

steveklabnik commented 7 years ago

Seems good; maybe related to https://github.com/steveklabnik/rustdoc/issues/32