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
fix: use fn_arg_idents() instead of fn_arg_names()
The method got renamed, it took me _way_ too long to figure that out.
I ended up removing it entirely in `borrowed_reborrowable` since we already have access to the argument names through the function body. (This was before I realized `fn_arg_names()` wasn't just outright deleted.)
rust-lang/rust#139510
0 commit comments