-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
rustfmt 1.7.0 #160147
rustfmt 1.7.0 #160147
Conversation
72de313
to
5e8c756
Compare
|
Give this PR another go after #162122 |
5e8c756
to
60e891b
Compare
same error with linux build cc @Bo98 |
|
The warning part is a Rust bug,
Given we're using nightly here, bugs are probably expected. Though it doesn't break anything in terms of running things. Patchelf itself shouldn't crash however. I have a fix for this but might take a few days to get through to a brew release. |
closing for now, will reopen later. |
2a6443b
to
cc5fca0
Compare
it is good now 🎉 thanks @Bo98! |
Signed-off-by: Rui Chen <[email protected]> autobump: add rustfmt Signed-off-by: Rui Chen <[email protected]>
cc5fca0
to
786aa7d
Compare
🤖 An automated task has requested bottles to be published to this PR. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?continuing #152112