mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 15:25:50 +00:00
Revert "alloc: Allow comparing Boxs over different allocators", add regression test Temporary fix for #113283 Adds a test to fix the regression introduced in 001b081cc1b and revert that commit. The test fails without the revert.