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

Show absolute line numbers if span is outside relative span #99908

Merged
merged 4 commits into from
Aug 22, 2022

Commits on Aug 22, 2022

  1. Show absolute line numbers if span is outside relative span

    In the MIR pretty printing, it can sometimes happen that the span of the
    statement is outside the span of the body (for example through
    inlining). In this case, don't display a relative span but an absolute
    span. This will make the mir-opt-tests a little more prone to diffs
    again, but the impact should be small.
    Noratrieb committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    455a55e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135c241 View commit details
    Browse the repository at this point in the history
  3. bless ui tests

    Noratrieb committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d3ee0ea View commit details
    Browse the repository at this point in the history
  4. bless mir-opt tests

    Noratrieb committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5d7ce21 View commit details
    Browse the repository at this point in the history