rust/compiler/rustc_typeck
bors 3354a44d2f Auto merge of #87033 - FabianWolff:issue-87017, r=estebank
Provide a suggestion when trying to destructure a `Vec` as a slice

Fixes #87017.

r? `@estebank`
2021-08-03 08:00:30 +00:00
..

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