1
Fork 0

Migrate unreachable pattern diagnostic

This commit is contained in:
TheOddGarlic 2022-08-27 22:06:06 +03:00 committed by mejrs
parent 98442b6905
commit b694e6649e
3 changed files with 19 additions and 8 deletions

View file

@ -191,3 +191,7 @@ mir_build_assoc_const_in_pattern = associated consts cannot be referenced in pat
mir_build_const_param_in_pattern = const parameters cannot be referenced in patterns
mir_build_non_const_path = runtime values cannot be referenced in patterns
mir_build_unreachable_pattern = unreachable pattern
.label = unreachable pattern
.catchall_label = matches any value