rust/compiler
Nicholas Nethercote b4c6e19ade Replace a lookup_debug_loc call.
`lookup_debug_loc` finds a file, line, and column, which requires two
binary searches. But this call site only needs the file.

This commit replaces the call with `lookup_source_file`, which does a
single binary search.
2023-06-29 11:31:43 +10:00
..
2023-06-21 16:54:54 +05:30
2023-06-11 22:45:04 -04:00