Skip to content

Snapshots should simply be a rustc binary #10744

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
alexcrichton opened this issue Dec 1, 2013 · 1 comment
Closed

Snapshots should simply be a rustc binary #10744

alexcrichton opened this issue Dec 1, 2013 · 1 comment

Comments

@alexcrichton
Copy link
Member

We have static linking now, no need to distribute an array of dynamic libraries when it could be one executable!

@alexcrichton
Copy link
Member Author

I forgot, but this is blocked on #10745 because we still have librustllvm as a dynamic library dependency.

flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 14, 2023
…impl, r=xFrednet,blyxyas

New lint [`manual_partial_ord_and_ord_impl`]

Lints when both `PartialOrd` and `Ord` are manually implemented yet the body of `PartialOrd::partial_cmp` isn't `Some(self.cmp(<other>))`.

This is in `correctness` currently but I'm ok with elsewhere.

Closes rust-lang#10744

---

changelog: new lint [`needless_partial_ord_impl`]
[rust-lang#10788](rust-lang/rust-clippy#10788)
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

No branches or pull requests

1 participant