Files
codeql/rust/extractor
Paolo Tranquilli 234d63bb97 Rust: avoid panic from line_index crate
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.
2025-02-12 16:52:36 +01:00
..
2025-01-13 12:43:43 +01:00
2024-08-30 13:05:46 +02:00