-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Hard error compiling libc 0.2.36: #![feature(link_cfg)] missing ? #928
Comments
Seems to only fail when building libc with
|
Looks like |
Argh this definitely wasn't intentional. Although I'm not sure that the |
They used to work last month just fine :/ |
I forget which PR caused this at this point but I think it's fine to fix whenever basically |
yeah I am working on a fix :) |
I don't know if we just need to enable the nightly feature and require nightly for no-std builds, or if there is something better that we can do like not using the link attribute somehow. Requiring nightly for libc is... probably a bad idea. |
Yeah I don't think we should require nightly for no_std builds, but rather we just need to compile it differently when included in libstd and when included in cargo |
The text was updated successfully, but these errors were encountered: