]> git.lizzy.rs Git - rust.git/commitdiff
Change stabilization version of no_std from 1.0 to 1.6.
authorMark-Simulacrum <mark.simulacrum@gmail.com>
Thu, 11 Aug 2016 21:46:10 +0000 (15:46 -0600)
committerMark-Simulacrum <mark.simulacrum@gmail.com>
Thu, 11 Aug 2016 21:46:10 +0000 (15:46 -0600)
src/libsyntax/feature_gate.rs

index 29da0fb1a2735aa14c4ac71633ac9be97f9b9ebb..fdf7d6f7bfa0f5274eed60729a648cb12af16df7 100644 (file)
@@ -307,7 +307,7 @@ pub fn new() -> 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