Closed
Description
Per discussion on Twitter, it would be nice for rustdoc to be able to warn if an item's documentation doesn't include examples. Since we already have the infrastructure to support rustdoc-only lints (see intra-doc-link-resolution-failure
) this should only need to ensure it has the same setup at that.