rust/compiler/rustc_infer/src
Guillaume Gomez e984447405
Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk
Stop taking `ParamTy`/`ParamConst`/`EarlyParamRegion`/`AliasTy` by ref

It's unnecessary and is annoying when we have it by value.
2024-04-22 20:25:59 +02:00
..
errors Use fn ptr signature instead of {closure@..} in infer error 2024-04-10 00:41:27 +00:00
infer Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk 2024-04-22 20:25:59 +02:00
traits include ParamEnv in projection cache key 2024-04-20 16:42:18 +02:00
lib.rs Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00