rust/compiler/rustc_typeck
Ralf Jung bfa1904765
Rollup merge of #76828 - matthiaskrgr:clippy_manual_strip, r=lcnr
use strip_prefix over starts_with and manual slicing based on pattern length (clippy::manual_strip)
2020-09-20 12:08:29 +02:00
..

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