Regression in 1.26: lower range bound must be less than or equal to upper #49940
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
The previous version of the
chrono-humanize
crate fails to compile with thelower range bound must be less than or equal to upper
error (see the build log). No error nor warning was present in the 1.25 release.Since
MIN
is actuallystd::i64::MIN
, the error is wrong and should be fixed.The text was updated successfully, but these errors were encountered: