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

Fix #71363's test by adding -Z translate-remapped-path-to-local-path=no #97789

Merged
merged 1 commit into from
Jun 11, 2022

Commits on Jun 6, 2022

  1. fix rust-lang#71363 test by adding `-Z translate-remapped-path-to-loc…

    …al-path=no`
    
    The test relies on library/std/src/error.rs not corresponding to a local
    path, but remapping might still find the related local file of a
    remapped path. To fix the test, this adds a new -Z flag to disable
    finding the corresponding local path of a remapped path.
    pietroalbini committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    410e283 View commit details
    Browse the repository at this point in the history