rust/compiler/rustc_typeck
Guillaume Gomez c1ffca0869
Rollup merge of #87069 - sexxi-goose:copy_ref_always, r=nikomatsakis
ExprUseVisitor: Treat ByValue use of Copy types as ImmBorrow

r? ```@nikomatsakis```
2021-07-16 10:08:05 +02:00
..

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