Rollup merge of #35606 - Mark-Simulacrum:no-std-fix, r=brson

Change stabilization version of no_std from 1.0 to 1.6.

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

Fixes #35579.
This commit is contained in:
Eduard-Mihai Burtescu 2016-08-14 20:29:51 +03:00 committed by GitHub
commit 7aaa83a7d8

View File

@ -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