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-1.77] chore: update jobserver to 0.1.28 #13452

Merged
merged 4 commits into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. [beta-1.77] chore: update jobserver to 0.1.28

    See rust-lang/rust 120515 and 120846
    weihanglo committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8cf06a6 View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#13444 - ehuss:fix-custom-target, r=epage

    Update tests for changes in latest nightly
    
    There were two changes that has caused nightly tests to start failing:
    * LLVM was updated, and that caused a change in the expected data layout for the target. (rust-lang/rust#120055 update to LLVM 18)
    * rust-lang/rust#121049 Do not point at `#[allow(_)]` as the reason for compat lint triggering. The test was looking for the `unused_variables` note, which is no longer printed.
    bors authored and weihanglo committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0f90c39 View commit details
    Browse the repository at this point in the history
  3. Change tests to support changes to suggestion

    `rustc` will start marking the suggestions for prefacing unused bindings
    with underscores as "maybe incorrect", which makes them no longer auto
    applicable by `rustfix`.
    
    Change done at rust-lang/rust#120470.
    estebank authored and weihanglo committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5b527d8 View commit details
    Browse the repository at this point in the history
  4. Relax a test to permit warnings to be emitted, too.

    This change is necessary to allow rustc to actually start emitting the warning about the unused `mut`
    oli-obk authored and weihanglo committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b8f17ea View commit details
    Browse the repository at this point in the history