mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:37:08 +00:00
Remove benches from `rustc_middle` These benches benchmark rust langauge features and not the compiler, so they seem to be in the wrong place here. They also all take <1ns, making them pretty useless. Looking at their git history, they just seem to have been carried around for many, many years. This commit ends their journey.
For more information about how rustc works, see the rustc dev guide.