-
Notifications
You must be signed in to change notification settings - Fork 13.6k
rustdoc-json: Move #[macro_export]
from Other
to it's own variant
#144700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdoc-json: Move #[macro_export]
from Other
to it's own variant
#144700
Conversation
rustdoc-json-types is a public (although nightly-only) API. If possible, consider changing cc @CraftSpider, @aDotInTheVoid, @Enselic, @obi1kenobi These commits modify Please ensure that if you've changed the output:
|
Thanks! @bors r+ rollup |
@bors r- |
could we wait like a little bit with this? |
this is about to merge to make it a parsed attribute: #143857. Expect it to merge today, and it's been open for a long time. I kind of want to let it go through and implement this based on that if that's okay with you all. |
if the other one doesn't make it today I'll r+ this again and we'll do it the other way round |
@bors r=GuillaumeGomez (talked to the author of the other PR) |
Rollup of 7 pull requests Successful merges: - #143849 (rustdoc: never link to unnamable items) - #144683 (Simplify library dependencies on `compiler-builtins`) - #144691 (Extend `is_case_difference` to handle digit-letter confusables) - #144700 (rustdoc-json: Move `#[macro_export]` from `Other` to it's own variant) - #144751 (Add correct dynamic_lib_extension for aix) - #144757 (Ping Muscraft when emitter change) - #144759 (triagebot: Label `compiler-builtins` T-libs) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #144700 - aDotInTheVoid:macro-rules-for-macro-fools, r=GuillaumeGomez rustdoc-json: Move `#[macro_export]` from `Other` to it's own variant Followup to #142936. cargo-semver-checks [cares about this attribute](https://github.com/obi1kenobi/trustfall-rustdoc-adapter/blob/4a0d1b0ca19b3115bb65d0b6695c388d7f474ac9/src/visibility_tracker.rs#L459-L476), and it wasn't included in the initial PR for structured attributes CC `@obi1kenobi.` r? `@GuillaumeGomez`
Followup to #142936.
cargo-semver-checks cares about this attribute, and it wasn't included in the initial PR for structured attributes CC @obi1kenobi.
r? @GuillaumeGomez