rust/compiler/rustc_hir_analysis
Matthias Krüger 62b7293a90
Rollup merge of #131981 - compiler-errors:bound-constness, r=cjgillot
Remove the `BoundConstness::NotConst` variant

I find it easier to represent `BoundConstness::NotConst` as just `None` for some refactorings I'm doing.
2024-10-21 07:01:37 +02:00
..

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