mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 19:57:02 +00:00

[experiment] remove `#[inline]` from rustc_query_system::plumbing These functions have a ton of generic parameters and are instantiated over and over again. Hopefully this will reduce binary bloat and speed up bootstrapping times. r? `@cjgillot`