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

WIP: Add a general mechanism for setting rustflags in Cargo for the current crate only #11046

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ridwanabdillahi
Copy link

@ridwanabdillahi ridwanabdillahi commented Sep 2, 2022

What does this PR try to resolve?

This PR implements RFC #3310, adding a general mechanism for setting rustflags that only apply to the root crate.

How should we test and review this PR?

This change contains tests at tests/testsuite/rustflags.rs to ensure the new feature works as expected and that rustflags are only where expected.

Additional information

None.

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @weihanglo (or someone else) soon.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 2, 2022
…ies to the current crate. Add tests to ensure `--rustflags` options are only set for the current crate and not any dependencies.
@bors
Copy link
Collaborator

bors commented Oct 17, 2022

☔ The latest upstream changes (presumably #11243) made this pull request unmergeable. Please resolve the merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants