rust/compiler/rustc_typeck
Eric Huss 5159c013b0
Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726
Fix suggestion to slice if scrutinee is a `Result` or `Option`

Fixes #91328.
2022-01-31 20:12:55 -08:00
..

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