-
Notifications
You must be signed in to change notification settings - Fork 13k
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
empty crates depend on libcore #58997
Comments
Not sure this is a bug - libcore is opt-out just like libstd is, you need |
Yes, this is expected behavior; see https://doc.rust-lang.org/stable/reference/crates-and-source-files.html#preludes-and-no_std |
Can't do that in stable Rust =/ |
That's tracked by #29639 |
The discussion on Discord suggested that this attribute was intended to be perma-unstable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This crate:
implicitly contains an
extern crate core
even though it does not use anything from it (not even lang-items).The text was updated successfully, but these errors were encountered: