mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
f7f266b2b1
Handle hkl const closures I severely overthought this in rust-lang/rust#153818 😆 The const closure trait solver impl is now in sync with the non-const closure trait solver impl.