mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
[perf] cache type info for ParamEnv This is an attempt to mitigate some of the perf regressions in https://github.com/rust-lang/rust/pull/122553#issuecomment-2007563027, but seems worth to test and land separately, since it is mostly unrelated to that PR.
For more information about how rustc works, see the rustc dev guide.