rust/compiler/rustc_hir_analysis
Matthias Krüger c71a50d1fa
Rollup merge of #123738 - spastorino:reuse-lower-const-param, r=compiler-errors
Call lower_const_param instead of duplicating the code

Follow up of #123689

r? `@oli-obk`

I had this commit in my old branch that I had forgotten about, `@fmease` pointed about this in #123689

I've left the branches that are not `Range` as do nothing as that's what we are currently doing but maybe we want to err or something.
2024-04-11 16:57:40 +02:00
..
2024-03-08 12:34:05 +03:00
2024-04-09 12:17:34 -04:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.