Skip to content

Commit

Permalink
Rollup merge of rust-lang#35606 - Mark-Simulacrum:no-std-fix, r=brson
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eddyb committed Aug 14, 2016
2 parents b975a12 + fc97b5c commit 7aaa83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ declare_features! (
(accepted, issue_5723_bootstrap, "1.0.0", None),
(accepted, macro_rules, "1.0.0", None),
// Allows using #![no_std]
(accepted, no_std, "1.0.0", None),
(accepted, no_std, "1.6.0", None),
(accepted, slicing_syntax, "1.0.0", None),
(accepted, struct_variant, "1.0.0", None),
// These are used to test this portion of the compiler, they don't actually
Expand Down

0 comments on commit 7aaa83a

Please sign in to comment.