This commit is contained in:
Adriane Boyd 2023-04-06 12:15:13 +02:00
parent a5c292f4e9
commit a7b46e5c32

View File

@ -970,6 +970,7 @@ class Errors(metaclass=ErrorsWithCodes):
"{existing_value}.")
E4008 = ("Span {pos}_char {value} does not correspond to a token {pos}.")
RENAMED_LANGUAGE_CODES = {"xx": "mul", "is": "isl"}
# fmt: on