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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
.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.
208
208
209
+
mir_build_literal_in_range_out_of_bounds =
210
+
literal out of range for `{$ty}`
211
+
.label = this value doesn't fit in `{$ty}` whose maximum value is `{$max}`
212
+
209
213
mir_build_lower_range_bound_must_be_less_than_upper = lower range bound must be less than upper
210
214
211
215
mir_build_leading_irrefutable_let_patterns = leading irrefutable {$count->
0 commit comments