mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 11:35:31 +00:00
Move const trait tests from `ui/rfcs/rfc-2632-const-trait-impl` to `ui/traits/const-traits` I found the old test directory to be somewhat long to name, and I don't think it's necessary to put an experimental implementation's tests under an rfc which is closed. r? fee1-dead Breaking this out of #131985 so that PR doesn't touch 300 files.