Skip to content

std library compile errors for uwp-windows-msvc targets #101480

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

Closed
korejan opened this issue Sep 6, 2022 · 1 comment · Fixed by #101481
Closed

std library compile errors for uwp-windows-msvc targets #101480

korejan opened this issue Sep 6, 2022 · 1 comment · Fixed by #101481
Labels
C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression.

Comments

@korejan
Copy link

korejan commented Sep 6, 2022

Building std library (-Zbuild-std) with nightly for uwp-windows-msvc targets has been failing with compile errors since around after 02/06/22

error[E0425]: cannot find value `reparse_tag` in this scope
   --> C:\Users\runneradmin\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\sys\windows\fs.rs:406:21
    |
406 |                     reparse_tag = attr_tag.ReparseTag;
    |                     ^^^^^^^^^^^ not found in this scope

I expected to see this happen:

Last successeful build on 02/06:

https://github.com/korejan/ALVR/runs/8154433510?check_suite_focus=true

Instead, this happened:

Lastest failed build:

https://github.com/korejan/ALVR/runs/8204519566?check_suite_focus=true#step:6:275

Version it worked on

It most recently worked on: rustc 1.65.0-nightly (2e35f95 2022-09-01)

Version with regression

rustc --version --verbose:

1.65.0-nightly (b44197abb 2022-09-05)

Backtrace

Backtrace

<backtrace>

@korejan korejan added C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression. labels Sep 6, 2022
@rustbot rustbot added the I-prioritize Issue: Indicates that prioritization has been requested for this issue. label Sep 6, 2022
@ChrisDenton
Copy link
Member

Thanks for the report! I've submitted a fix (linked above).

@apiraino apiraino removed the I-prioritize Issue: Indicates that prioritization has been requested for this issue. label Sep 6, 2022
@bors bors closed this as completed in 923dae5 Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants