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
feat: render docs from aliased type when type has no docs
Trying to closerust-lang#18344
- [x] ~Find the docs by traversing upwards if the type itself has none but aliasing for another type that might have.~
- [x] Show docs from aliased type.
- [x] Showing description that we are displaying documentation for different definition in hover box.

It appears as though overloaded_calls doesn't work when the struct which implements Fn<A, R> is boxed.
Example run:
The text was updated successfully, but these errors were encountered: