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 will generate the documentation for func and Type at the top level (i.e. reexports/struct.Type.html and reexports/fn.func.html), but the Type link in the signature of func points to reexports/foo/struct.Type.html, i.e. the non-inlined documentation.