rust/compiler/rustc_infer
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
..
src Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk 2024-04-22 20:25:59 +02:00
Cargo.toml Convert TypeVisitor and DefIdVisitor to use VisitorResult 2024-03-05 13:28:15 -05:00
messages.ftl Use fn ptr signature instead of {closure@..} in infer error 2024-04-10 00:41:27 +00:00