Expand description
SourceMap related types and operations.
Structs§
- A source code location used for error reporting.
- Identifies an offset of a multi-byte character in a
SourceFile
. - Sum of all file lengths is over
u32::MAX
. - A single source in the
SourceMap
. - The hash of the on-disk source file used for debug info.
Enums§
- Identifies an offset of a non-narrow character in a
SourceFile
. - An error that occurred while resolving a path.