-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Formally describe type system and inference algorithm #6834
Labels
A-type-system
Area: Type system
metabug
Issues about issues themselves ("bugs about bugs")
P-medium
Medium priority
Comments
accepted for well-defined milestone |
visiting for triage. nothing to add. |
Visiting for triage. Unfortunately, there's still lot of work to do here. |
Triage bump, still needs some love. |
Far future pipe dream! Closing. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Mar 11, 2021
…5,oli-obk Let Cargo track CLIPPY_ARGS This PR makes `clippy-driver` emit `CLIPPY_ARGS` in its `dep-info` output. Just like rust-lang#6441, this allows this workflow to work: ```shell cargo clippy # warning: empty `loop {}` wastes CPU cycles cargo clippy -- -A clippy::empty_loop # no warnings emitted ``` But without rebuilding all dependencies. cc https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/CLIPPY_ARGS.20is.20not.20tracked.20by.20Cargo/near/228599088 changelog: Cargo now re-runs Clippy if arguments after `--` provided to `cargo clippy` are changed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-type-system
Area: Type system
metabug
Issues about issues themselves ("bugs about bugs")
P-medium
Medium priority
Right now the only description is "the source".
The text was updated successfully, but these errors were encountered: