Skip to content

rust should not be creating subprocesses for its commands #5387

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

Closed
brson opened this issue Mar 14, 2013 · 0 comments
Closed

rust should not be creating subprocesses for its commands #5387

brson opened this issue Mar 14, 2013 · 0 comments
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@brson
Copy link
Contributor

brson commented Mar 14, 2013

All of the tools are built as libraries for exactly this reason.

bors added a commit that referenced this issue May 13, 2013
Instead link against the built libraries and directly invoke those.

Closes #5387
bors added a commit to rust-lang-ci/rust that referenced this issue May 2, 2020
`unused_self` false positive

fixes rust-lang#5351

Remove the for loop in `unused_self` so that lint enabled for one method doesn't trigger on another method.

changelog: Fix false positive in `unused_self` around lint gates on impl items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

2 participants