mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
9d662b5815
Fix ICE in borrowck when recovering `fn_sig` for `-> _` (Should be) a proper fix for rust-lang/rust#135845, replaces a dummy binder with a concrete one not to ICE, as mentioned in https://github.com/rust-lang/rust/pull/147631#issuecomment-3460724226. Fixes rust-lang/rust#135845 r? @lcnr @jackh726