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

rustdoc: Print a warning if the diff when comparing to old nightlies is empty #85997

Merged
merged 1 commit into from
Jun 10, 2021

Commits on Jun 4, 2021

  1. rustdoc: Print a warning if the diff when comparing to old nightlies …

    …is empty
    
    This avoids confusing situations where it's unclear whether there's a
    bug in the diff tool or not:
    
    ```
    26: @Has check failed
            `XPATH PATTERN` did not match
            // @Has - '//code/a[@href="{{channel}}/std/primitive.i32.html"]' 'i32'
    
    Encountered 6 errors
    
    ------------------------------------------
    
    info: generating a diff against nightly rustdoc
    
    failures:
        [rustdoc] rustdoc/primitive-reexport.rs
    ```
    jyn514 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    2430ede View commit details
    Browse the repository at this point in the history