SourceLocation
This data structure is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.
Fields of this type
Fields
- module:[:0]const u8
- The name chosen when compiling.
- file:[:0]const u8
- Relative to the root directory of its module.
- fn_name:[:0]const u8
- line:u32
- column:u32