mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
![]() [intra-doc links] Don't check feature gates of items re-exported across crates It should be never break another crate to re-export a public item. Note that this doesn't check the feature gate at *all* for other crates: - Feature-gates aren't currently serialized, so the only way to check the gate is with ad-hoc attribute checking. - Checking the feature gate twice (once when documenting the original crate and one when documenting the current crate) seems not great. This should still catch using the feature most of the time though, since people tend to document their own crates. Closes https://github.com/rust-lang/rust/issues/82284. r? `@Manishearth` |
||
---|---|---|
.. | ||
unindent_comments | ||
calculate_doc_coverage.rs | ||
check_code_block_syntax.rs | ||
collect_intra_doc_links.rs | ||
collect_trait_impls.rs | ||
doc_test_lints.rs | ||
html_tags.rs | ||
mod.rs | ||
non_autolinks.rs | ||
propagate_doc_cfg.rs | ||
strip_hidden.rs | ||
strip_priv_imports.rs | ||
strip_private.rs | ||
stripper.rs | ||
unindent_comments.rs |