-
Notifications
You must be signed in to change notification settings - Fork 13.5k
rustdoc: Unsupport importing doc(primitive)
and doc(keyword)
modules
#109534
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @jsha (rustbot has picked a reviewer for you, use r? to override) |
Some changes occurred in src/librustdoc/clean/types.rs cc @camelid |
These are internal features used for a specific purpose, and modules without imports are enough for that purpose.
doc(primitive)
and doc(keyword)
on importsdoc(primitive)
and doc(keyword)
modules
@rustbot ready |
Shouldn't we emit a warning to let users know it's not allowed? |
My goal was to remove code, if the alternative is to report warning then I'd better keep it supported. |
Sounds fine indeed. @bors r+ rollup |
Rollup of 7 pull requests Successful merges: - rust-lang#108335 (rustdoc + rustdoc-json support for `feature(non_lifetime_binders)`) - rust-lang#109534 (rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modules) - rust-lang#109659 (llvm-wrapper: adapt for LLVM API change) - rust-lang#109664 (Use span of placeholders in format_args!() expansion.) - rust-lang#109683 (Check for overflow in `assemble_candidates_after_normalizing_self_ty`) - rust-lang#109713 (Fix mismatched punctuation in Debug impl of AttrId) - rust-lang#109718 (Rename `IndexVec::last` → `last_index`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
These are internal features used for a specific purpose, and modules without imports are enough for that purpose.