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
While trying out #17809 on mozilla-central, I noticed a failure in the time crate when building the hover information for the format_number function pointer here.
The issue is we end up in hir_ty::display::generic_args_sans_defaults with more binders than parameters. I'm not 100% sure how to fix this, I'm also surprised we don't hit this in more cases since generic_args_sans_defaults is called multiple times with different numbers of parameters at least here and here.