-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Get rid of doctree::{ExternalCrate, ForeignItem, Trait, Function} #79335
Conversation
The changes are great. We're finally getting rid of an intermediate step and I'm really glad you took time to do it. So whenever it's possible, r=me. |
@bors r=GuillaumeGomez rollup=never I want to be able to bisect. |
📌 Commit 3eac84a3914b6b60eac4d7b8ee1fabe9c4940762 has been approved by |
This comment has been minimized.
This comment has been minimized.
3eac84a
to
66e30ec
Compare
Apparently github and bors aren't smart enough to deal with commits that are in two different PRs? @bors r=GuillaumeGomez rollup=never |
📌 Commit 66e30ec has been approved by |
☀️ Test successful - checks-actions |
Cleanup more of rustdoc - Use `Item::from_def_id` for StructField - Use `from_def_id_and_parts` for primitives and keywords - Take `String` instead of `Symbol` in `from_def_id` - this avoids having to intern then immediately stringify the existing string. - Remove unused `get_stability` and `get_deprecation` - Remove unused `attrs` field from `primitives` - Remove unused `attrs` field from `keywords` This will probably conflict with rust-lang#79335 and I would prefer for that PR to land first - I'm anxious for rust-lang#77467 to land :) Makes rust-lang#76998 easier to add. r? `@GuillaumeGomez`
Closes #79314, closes #79331, closes #79332. Follow-up to #79264 and #79312, continues breaking up #78082.
r? @GuillaumeGomez