Structs§
Constants§
- E0001_
UNCLOSED_ DELIMITER - E0001: Unclosed delimiter
- E0002_
INVALID_ ASSIGNMENT - E0002: Assignments are not allowed in expression contexts
- E0003_
EXPECTED_ BINDING_ AFTER_ LET - E0003: Expected binding after
let
- E0004_
MUTATE_ IMMUTABLE_ VARIABLE - E0004: Cannot reassign to a variable declared as immutable
- E0005_
IF_ EXPRESSION_ BODIES_ REQUIRE_ BRACES - E0005:
if
expressions must use braces to delimit their body. - E0006_
UNTERMINATED_ STATEMENT - E0006: A semicolon is required after each statement.
- E0007_
MISSING_ EQUALS_ AFTER_ LET_ BINDING - E0007: A
let
binding must be followed by=
or terminated with a semicolon or newline. - E0008_
EXPECTED_ EXPRESSION - E0008: An expression was expected but none was found
- E0009_
ARGS_ MISSING_ COMMAS - E0009: Function arguments must be separated by commas
- E0010_
UNCAPTURED_ VARIABLE - E0010: Outer variables used in closure but not captured
- E0011_
UNBOUND_ VARIABLE - E0010: Unbound variable
- E0012_
PREDICATE_ MUST_ RETURN_ BOOLEAN - E0012: Predicate functions must return a boolean value
- W0001_
USED_ UNINITIALIZED_ VARIABLE - W0001: Use of a variable before it has been initialized
Functions§
- lookup
- Find an error code by its code.