You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubenumA{/// Long long longX,/// Long long longY,/// Long long longZ,}pubstructB{/// Long long longpubx:u32,/// Long long longpuby:u32,/// Long long longpubz:u32,}
Running rustdoc a.rs, it produces these webpages:
Note that only the last member is collapsible (has a [-]). The global collapse control on the top-right corner can still collapse everything (as a result, you can't independently open X and Y after they are collapsed since the control [+] is missing).
This seems to happen only for 1.19.0+. Same result on Firefox and Chrome.
Uh oh!
There was an error while loading. Please reload this page.
Test case:
Running
rustdoc a.rs
, it produces these webpages:Note that only the last member is collapsible (has a
[-]
). The global collapse control on the top-right corner can still collapse everything (as a result, you can't independently open X and Y after they are collapsed since the control[+]
is missing).This seems to happen only for 1.19.0+. Same result on Firefox and Chrome.
Real world example:
The text was updated successfully, but these errors were encountered: