-
Notifications
You must be signed in to change notification settings - Fork 13.4k
PR #94122 Broke cargo -Z build-std
#94219
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
How a rustdoc tag can break a normal build? O.o |
Well, I can dig a bit further - but - if I trust my eyes - commenting these three lines allows the build to continue? And - strictly speaking - is it just a rustdoc tag? You are declaring a crate as extern. |
Ok, I think I know where the problem comes from: |
It seems that maybe it'd be a good idea to test |
@camelid Agreed. The difficult part is that I think it'd require a whole new CI run. To be discussed with infra... |
I don't know how that's possible, but #94122 broke cargo -Z build-std, so all our CIs currently fail with:
Commenting out the three lines this PR introduces allows the STD build to proceed normally.
The text was updated successfully, but these errors were encountered: