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

Support RUSTC_WRAPPER and RUSTC_WORKSPACE_WRAPPER #56

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Commits on Mar 25, 2024

  1. Support RUSTC_WRAPPER and RUSTC_WORKSPACE_WRAPPER

    We need Cargo 1.55 to know whether the workspace wrapper is applicable,
    and even `RUSTC_WRAPPER` is incomplete before then because it could also
    be set in config files. The environment does take precedence when set
    though, so it should hopefully be fine to use it on earlier versions.
    The status quo remains to miss config wrappers before Rust 1.55.
    cuviper committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1ca2af8 View commit details
    Browse the repository at this point in the history