-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Unresolved imports when building std without thread local #127773
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
Comments
Same thing happens with |
similar with rust-lang/cargo#14889 |
That's trying to build std for a target with no operating system, which doesn't make sense to me because |
I was submitting a PR touching some platform-specific parts of std recently, so at some point I just ran through the list of all targets to make sure I did not break anything. And I remembered seeing this particular error on a couple of unsupported targets. |
|
Rollup merge of rust-lang#137897 - xTachyon:tls-fix, r=thomcc,jieyouxu fix pthread-based tls on apple targets Tries to fix rust-lang#127773.
fix pthread-based tls on apple targets Tries to fix rust-lang#127773.
Doing the following:
I expected to see this happen: it compiles
Instead, this happened:
This used to work on nightly versions from last year.
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: