rust/compiler/rustc_typeck
Yuki Okushi fff36f199a
Rollup merge of #81909 - wcampbell0x2a:remove-unnecessary-refs, r=estebank
[compiler/rustc_typeck/src/check/expr.rs] Remove unnecessary refs in pattern matching
2021-02-10 12:24:25 +09:00
..

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