mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
097bc6a84f
[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`