From: Corey Farwell Date: Thu, 6 Apr 2017 18:55:03 +0000 (-0400) Subject: Rollup merge of #40976 - matthewjasper:char-const-expr, r=eddyb X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=966878ee5752b4bc89e509ff387f5c905a0772c3;p=rust.git Rollup merge of #40976 - matthewjasper:char-const-expr, r=eddyb Don't warn about `char` comparisons in constexprs Fixes #40970 by evaluating const-exprs for comparisons on `char`s properly. --- 966878ee5752b4bc89e509ff387f5c905a0772c3