Skip to content

Warn on broken intra-doc links added to cross-crate re-exports#77276

Merged
bors merged 7 commits intorust-lang:masterfrom
GuillaumeGomez:reexported-item-lints
Oct 9, 2020
Merged

Warn on broken intra-doc links added to cross-crate re-exports#77276
bors merged 7 commits intorust-lang:masterfrom
GuillaumeGomez:reexported-item-lints

Conversation

@GuillaumeGomez
Copy link
Copy Markdown
Member

@GuillaumeGomez GuillaumeGomez commented Sep 27, 2020

This emits broken_intra_doc_links for docs applied to pub use statements that point to external items and are inlined.
Does not address #77200 - any existing broken links from the original crate will not show warnings.

r? @jyn514

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cross-crate-reexports Area: Documentation that has been re-exported from a different crate A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants