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

Conversation

cuviper
Copy link
Owner

@cuviper cuviper commented Mar 25, 2024

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.

Fixes #26.

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 cuviper merged commit 7f3e58b into master Mar 25, 2024
23 checks passed
@cuviper cuviper deleted the wrappers branch March 25, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support RUSTC_WRAPPER
1 participant