]> git.lizzy.rs Git - rust.git/commitdiff
Merge #5066
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 26 Jun 2020 08:52:22 +0000 (08:52 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2020 08:52:22 +0000 (08:52 +0000)
5066: Infer type for slice wildcard patterns r=flodiebold a=adamrk

Resolves https://github.com/rust-analyzer/rust-analyzer/issues/4830

The issue is just that we were never inferring the type for the wildcard `..` in slice patterns.

Co-authored-by: adamrk <ark.email@gmail.com>

Trivial merge