SourceFile¶
| Field | Type | Description |
|---|---|---|
| path | string | The path to the source file. |
| lineno | int32 | |
| column | uint32 |
Example¶
JSON
{
"column": 5,
"lineno": 42,
"path": "src/main.rs"
}