mirror of
https://github.com/github/codeql.git
synced 2026-02-24 02:43:40 +01:00
We found out we can stumble upon a `line_index.line_col` panic, specifically when reporting a macro parse error. This replaces `line_col` with safer `try_line_col`, and deals more gracefully with the error.