You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lower range bound must be less than or equal to upper
253
+
lower bound for range pattern must be less than or equal to upper bound
254
254
.label = lower bound larger than upper bound
255
255
.teach_note = When matching against a range, the compiler verifies that the range is non-empty. Range patterns include both end-points, so this is equivalent to requiring the start of the range to be less than or equal to the end of the range.
256
256
257
-
mir_build_lower_range_bound_must_be_less_than_upper = lower range bound must be less than upper
257
+
mir_build_lower_range_bound_must_be_less_than_upper = lower bound for range pattern must be less than upper bound
258
258
259
259
mir_build_more_information = for more information, visit https://doc.rust-lang.org/book/ch19-02-refutability.html
0 commit comments