Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remap instrument-coverage line numbers in doctests #79762

Merged
merged 3 commits into from Dec 25, 2020

Commits on Dec 19, 2020

  1. Remap instrument-coverage line numbers in doctests

    This uses the `SourceMap::doctest_offset_line` method to re-map line
    numbers from doctests. Remapping columns is not yet done.
    
    Part of issue rust-lang#79417.
    Swatinem committed Dec 19, 2020
    Copy the full SHA
    830ceaa View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Copy the full SHA
    f9fa3fe View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Copy the full SHA
    087101e View commit details
    Browse the repository at this point in the history