-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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: Better Header Type #94137
Conversation
- Make ABI an enum, instead of being stringly typed - Replace Qualifier HashSet with 3 bools - Merge ABI field into header, as they always occor together
rustdoc-json-types is a public (although nightly-only) API. If possible, consider changing |
I'm definitely a fan of this change |
📌 Commit 5f8a62d5c20bf48d58f8bb91c2f1c65edb82f40e has been approved by |
Maybe should have waited for tests to finish, but ah well, bors will fail if it does :P |
This comment has been minimized.
This comment has been minimized.
5f8a62d
to
fd5adef
Compare
This needs to be reapproved on the latest version |
@bors r+ |
📌 Commit fd5adef has been approved by |
rustdoc-json: Better Header Type - Make ABI an enum, instead of being stringly typed - Replace Qualifier HashSet with 3 bools - Merge ABI field into header, as they always occor together r? `@CraftSpider` `@rustbot` modify labels: +A-rustdoc-json +T-rustdoc
…askrgr Rollup of 12 pull requests Successful merges: - rust-lang#94128 (rustdoc: several minor fixes) - rust-lang#94137 (rustdoc-json: Better Header Type) - rust-lang#94213 (fix names in feature(...) suggestion) - rust-lang#94240 (Suggest calling .display() on `PathBuf` too) - rust-lang#94253 (Use 2021 edition in ./x.py fmt) - rust-lang#94259 (Bump download-ci-llvm-stamp for llvm-nm inclusion) - rust-lang#94260 (Fix rustdoc infinite redirection generation) - rust-lang#94263 (Typo fix: Close inline-code backtick) - rust-lang#94264 (Fix typo.) - rust-lang#94271 (Miri: extend comments on downcast operation) - rust-lang#94280 (Rename `region_should_not_be_omitted` to `should_print_region`) - rust-lang#94285 (Sync rustc_codegen_cranelift) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
r? @CraftSpider
@rustbot modify labels: +A-rustdoc-json +T-rustdoc