Skip to content
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

rustc claims no_std is stable since 1.0.0 #35579

Closed
nagisa opened this issue Aug 10, 2016 · 1 comment
Closed

rustc claims no_std is stable since 1.0.0 #35579

nagisa opened this issue Aug 10, 2016 · 1 comment

Comments

@nagisa
Copy link
Member

nagisa commented Aug 10, 2016

src/lib.rs:11:12: 11:18 warning: this feature has been stable since 1.0.0. Attribute no longer needed, #[warn(stable_features)] on by default 
src/lib.rs:11 #![feature(no_std)]
                         ^~~~~~

but no_std was stabilised much later.

@nagisa
Copy link
Member Author

nagisa commented Aug 10, 2016

This is an easy bug, involving an update of the version number in this list. Updating versions for other features is a bonus.

eddyb added a commit to eddyb/rust that referenced this issue Aug 14, 2016
Change stabilization version of no_std from 1.0 to 1.6.

I don't know if more than this is needed.

Fixes rust-lang#35579.
eddyb added a commit to eddyb/rust that referenced this issue Aug 14, 2016
Change stabilization version of no_std from 1.0 to 1.6.

I don't know if more than this is needed.

Fixes rust-lang#35579.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant