---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.issues.v1.SourceFile"></a>SourceFile

| Field | Type | Description |
|---|---|---|
| path | <span class="proto-type proto-type-primitive">string</span> | The path to the source file. |
| lineno | <span class="proto-type proto-type-primitive">int32</span> |  |
| column | <span class="proto-type proto-type-primitive">uint32</span> |  |

#### Example
```json
{
  "column": 5,
  "lineno": 42,
  "path": "src/main.rs"
}
```

