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
rustdoc seems to not be able to handle re-exported classes: the loop in reexport_pass::find_reexport_impl_docs was dying with a non-exhaustive match when it saw a def_id for a class. I "fixed" it by adding a no-op place, but it should really generate docs for classes.
The text was updated successfully, but these errors were encountered:
rustdoc seems to not be able to handle re-exported classes: the loop in
reexport_pass::find_reexport_impl_docs
was dying with a non-exhaustive match when it saw a def_id for a class. I "fixed" it by adding a no-op place, but it should really generate docs for classes.The text was updated successfully, but these errors were encountered: