-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
compiler-rt dependencies are not set up properly #12268
Comments
This will be closed by #12263 |
Oh great, I hadn't seen that PR yet. Awesome. |
Triage: fixed through #12263, which landed. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Apr 18, 2024
Clippy no longer adds unnecessary parentheses in suggestion when the expression is a part of a tuple.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Apr 18, 2024
Correct parentheses for [`needless_borrow`] suggestion This fixes rust-lang#12268 Clippy no longer adds unnecessary parentheses in suggestions when the expression is part of a tuple. --- changelog: Fix [`needless_borrow`] unnecessary parentheses in suggestion.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
make -j4
often fails withwhen trying to compile
rustc
. A subsequentmake
will typically work. I assume this is a dependency issue with parallel building.The text was updated successfully, but these errors were encountered: