rust/compiler/rustc_typeck
Ralf Jung 8405d50e12
Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnr
use matches!() macro for simple if let conditions
2020-09-20 15:52:01 +02:00
..

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