mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 13:27:54 +00:00
Implement `const Destruct` in old solver Self-explanatory. Not totally settled that this is the best structure for built-in trait impls for effect goals in the new solver, but it's almost certainly the simplest. r? lcnr or re-roll