rust/compiler/rustc_hir_analysis
Matthias Krüger 8f65e25aec
Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr
Make `InferCtxt::can_eq` and `InferCtxt::can_sub` return booleans

Nobody matches on the result, nor does the result return anything useful...
2023-02-15 21:30:56 +01:00
..
2023-02-06 17:40:18 +03:00

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