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 upUWP build broken with nightly update #24766
Comments
|
Hmm, I'm still getting this error when checking out b9cdf9e , which is pre-rustups |
|
This occurs with a fresh target directory and cleared rustup toolchain directory |
|
Broken as far back as 18dae9e Unsure what's going on here, that feature definitely exists. |
|
Deleted entire servo clone, still getting this error. The compiler being used is the latest pinned nightly (checked via task manager), it's definitely able to find that feature. |
|
This isn't a servo issue, I can reproduce this with |
|
I can also reproduce this with the same test crate and an older nightly. Unsure what's going on, this obviously used to work. |
|
Xargo update seemed to fix it, though I don't have time to investigate why, since I was only trying to start an overnight build for tomorrow. |
Seems like #24749 and #24750 updated us to a rustc which doesn't build on UWP, and Servo's UWP build builds rustc locally.
I'm unclear why this didn't fail CI, though.
cc @saschanaz @SimonSapin @jdm