mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
bbf6363edf
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