mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
830ceaa419
This uses the `SourceMap::doctest_offset_line` method to re-map line numbers from doctests. Remapping columns is not yet done. Part of issue #79417.