Move an ACE test out of the GCI directory by fmease · Pull Request #143056 · rust-lang/rust (original) (raw)
In #122988, a test pertaining to associated_const_equality was placed into the directory meant for generic_const_items. Let's move it where it belongs.
While at it, I took the time to further minimize the test and to add a description. You can use 1.67.1 (as reported in #108220) to verify that I didn't butcher it. For additional context, the issue was likely fixed in #112718 (but I'm also cc'ing #140467 which further fixed things up and has more context).
I only performed quick and dirty git/GitHub archeology, so I don't have the full picture here. For one, I'm not even sure if this regression test is worth it.
Anyway, I just want it gone from the GCI dir :)