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

[beta] backports #124139

Merged
merged 4 commits into from
Apr 19, 2024
Merged

[beta] backports #124139

merged 4 commits into from
Apr 19, 2024

Commits on Apr 18, 2024

  1. Silence unused_imports lint for redundant imports

    (cherry picked from commit 0db2a40)
    compiler-errors authored and cuviper committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8fcffff View commit details
    Browse the repository at this point in the history
  2. Call the panic hook for non-unwind panics in proc-macros

    (cherry picked from commit d8dc28b)
    saethlin authored and cuviper committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4a8f091 View commit details
    Browse the repository at this point in the history
  3. rustdoc: check redundant explicit links with correct itemid

    Fixes a regression caused by 0a50dba
    
    (cherry picked from commit 0fea38a)
    notriddle authored and cuviper committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    46515fd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. disable two debuginfo tests under gdb 15

    it seems gdb 15 regresses some of our debuginfo tests. disable them
    temporarily so that CI doesn't randomly start failing soon.
    
    (cherry picked from commit 6e19f82)
    lqd authored and cuviper committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c623345 View commit details
    Browse the repository at this point in the history