-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
regression: Type aliases are bolded #86256
Comments
I'm not really sure, could that be slipped in 5bd9146? |
It turns out it was actually much more recent. The PR causing the regression was #84703, cc @GuillaumeGomez. MCVEpub type Foo = u32;
pub struct Bar { pub f: Foo } Bisectionsearched nightlies: from nightly-2021-05-01 to nightly-2021-06-12 bisected with cargo-bisect-rustc v0.6.0Host triple: x86_64-apple-darwin cargo bisect-rustc --prompt --start=2021-05-01 --end=2021-06-12 -- doc --open |
The culprit CSS rule is here: rust/src/librustdoc/html/static/rustdoc.css Lines 140 to 148 in fb3ea63
|
Ah, I have missed this one. Sending a fix. |
The fix should be merged in less than 3 hours. ;) |
I know, but we had already agreed on a priority :) |
Oh I see. Thanks for taking care of that then! :) |
It looks like a CSS rule is being applied incorrectly.
It also looks weird if you click through to the type alias's page (
Visibilities
).nightly (incorrect)
beta (correct)
The text was updated successfully, but these errors were encountered: