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

Revised span-to-lines conversion to produce an empty vec on DUMMY_SP. #70199

Commits on Mar 20, 2020

  1. Revised span-to-lines conversion to produce an empty vec on DUMMY_SP.

    This required revising some of the client code to stop relying on
    the returned set of lines being non-empty.
    pnkfelix committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ebf27fa View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Update src/librustc_span/source_map.rs

    Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
    pnkfelix and Centril committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    763121d View commit details
    Browse the repository at this point in the history