]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #40976 - matthewjasper:char-const-expr, r=eddyb
authorCorey Farwell <coreyf@rwell.org>
Thu, 6 Apr 2017 18:55:03 +0000 (14:55 -0400)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2017 18:55:03 +0000 (14:55 -0400)
Don't warn about `char` comparisons in constexprs

Fixes #40970 by evaluating const-exprs for comparisons on `char`s properly.


Trivial merge