Structs§
- Compilation
Error - An error which occurred during parsing, etc.
- Module
Id - Identifier of a source file. Uses a u32 to keep the size small.
- Source
Range - The first two items are the start and end points (byte offsets from the start of the file). The third item is whether the source range belongs to the ‘main’ file, i.e., the file currently being rendered/displayed in the editor.
- Suggestion