-
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
Fail to build rustfmt since rustc 1.40.0-nightly (c27f7568b 2019-10-13) #65424
Comments
This module got disabled because the value of
|
|
@sinkuu Thank you for all the information! I will close this as it is an expected breakage. |
428: Fix breakage with nightly feature r=jeehoonkang a=taiki-e `target_has_atomic = "cas"` was removed in rust-lang/rust#65214. Fixes rust-lang/rust#65424 Co-authored-by: Taiki Endo <te316e89@gmail.com>
428: Fix breakage with nightly feature r=jeehoonkang a=taiki-e `target_has_atomic = "cas"` was removed in rust-lang/rust#65214. Fixes rust-lang/rust#65424 Fixes #412 Co-authored-by: Taiki Endo <te316e89@gmail.com>
428: Fix build failure on nightly and the minimum version r=jeehoonkang a=taiki-e `target_has_atomic = "cas"` was removed in rust-lang/rust#65214. Fixes rust-lang/rust#65424 Fixes #412 Co-authored-by: Taiki Endo <te316e89@gmail.com>
428: Fix build failure on nightly and the minimum version r=jeehoonkang a=taiki-e `target_has_atomic = "cas"` was removed in rust-lang/rust#65214. Fixes rust-lang/rust#65424 Fixes #412 Co-authored-by: Taiki Endo <te316e89@gmail.com>
git clone https://github.com/rust-lang/rustfmt cd rustfmt cargo b
Running the above commands will fail with the following error when using
rustc 1.40.0-nightly (e413dc36a 2019-10-14)
in Linux, macOS and Windows:I have tested with multiple recent nightlies. It turns out that the build started to fail since
rustc 1.40.0-nightly (c27f7568b 2019-10-13)
. Building withrustc 1.40.0-nightly (1721c9685 2019-10-12)
or earlier succeeded without any error.The text was updated successfully, but these errors were encountered: