Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate to rustc 1.41.0-nightly (1bd30ce2a 2019-11-15) #24749
Conversation
|
@bors-servo try=wpt |
Update to rustc 1.40.0-nightly (1423bec54 2019-11-05) <!-- Please describe your changes on the following line: --> This is for devs on Windows where the current nightly version of RLS (2019-10-26) is not available. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
This will likely fail some CI jobs (though not WPT) because of new warnings: #24684. Today’s |
|
Oops, but 11-15 fails because of no clippy:
Maybe should just wait? |
This reminds me that I had changes waiting for this. I’ve filed #24750 to upgrade to that Nightly, which by the way has both RLS and Clippy. |
|
https://rust-lang.github.io/rustup-components-history/ also says 11-15 has no clippy, am I reading something wrong? |
|
|
|
r? @SimonSapin |
|
|
@bors-servo r+ |
|
|
Update to rustc 1.41.0-nightly (1bd30ce2a 2019-11-15) <!-- Please describe your changes on the following line: --> This is for devs on Windows where the current nightly version of RLS (2019-10-26) is not available. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24756 <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
Update to rustc 1.41.0-nightly (6d77e45f0 2019-12-04) This PR is similar to #24749. After #25075 merged, I can't build successfully in my local due to no clippy in that nightly version. ``` → ./mach build -d info: syncing channel updates for 'nightly-2019-12-04-x86_64-apple-darwin' info: latest update on 2019-12-04, rust version 1.41.0-nightly (7afe6d9d1 2019-12-03) error: component 'clippy' for target 'x86_64-apple-darwin' is unavailable for download for channel nightly-2019-12-04 Build FAILED in 0:00:00 ``` --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) - [x] These changes do not require tests because just updated rustc version. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Update to rustc 1.41.0-nightly (6d77e45f0 2019-12-04) This PR is similar to #24749. After #25075 merged, I can't build successfully in my local due to no clippy in that nightly version. ``` → ./mach build -d info: syncing channel updates for 'nightly-2019-12-04-x86_64-apple-darwin' info: latest update on 2019-12-04, rust version 1.41.0-nightly (7afe6d9d1 2019-12-03) error: component 'clippy' for target 'x86_64-apple-darwin' is unavailable for download for channel nightly-2019-12-04 Build FAILED in 0:00:00 ``` --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) - [x] These changes do not require tests because just updated rustc version. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
saschanaz commentedNov 15, 2019
•
edited
This is for devs on Windows where the current nightly version of RLS (2019-10-26) is not available.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors