]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #39526 - canndrew:uninhabited-while-let-fix, r=arielb1
authorCorey Farwell <coreyf@rwell.org>
Sun, 5 Feb 2017 17:45:12 +0000 (12:45 -0500)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2017 17:45:12 +0000 (12:45 -0500)
Uninhabited while-let pattern fix

This fix makes it so while-let with an unsatisfiable pattern raises a correct warning rather than an incorrect error.


Trivial merge