mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 01:26:48 +00:00
Provide a suggestion when trying to destructure a `Vec` as a slice Fixes #87017. r? `@estebank`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.