Expose the line and column fields from the proc_macro::LineColumn struct Right now the `LineColumn` struct is pretty useless because the fields are private. This patch just marks the fields as public, which seems like the easiest solution. |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| diagnostic.rs | ||
| lib.rs | ||
| quote.rs | ||