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

chore: Update snapbox #13441

Merged
merged 2 commits into from
Feb 16, 2024
Merged

chore: Update snapbox #13441

merged 2 commits into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. test: Ensure snapbox works until CARGO_RUSTC_CURRENT_DIR is stabilized

    Snapbox's polyfill for `CARGO_RUSTC_CURRENT_DIR` looks for the furthest
    away `Cargo.toml`.
    That works in our repo but won't work as a submodule in rustc.
    This uses the `config.toml` hack for setting the variable.
    
    I verified
    - Without this, the polyfill is used
    - With this, it is used
    - Without this on nightly, the official `CARGO_RUSTC_CURRENT_DIR` is
      used
    epage committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    eab2f93 View commit details
    Browse the repository at this point in the history
  2. chore: Update snapbox

    epage committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9f31f8c View commit details
    Browse the repository at this point in the history