Skip to content

Commit fc97b5c

Browse files
Change stabilization version of no_std from 1.0 to 1.6.
1 parent 11f8805 commit fc97b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ declare_features! (
307307
(accepted, issue_5723_bootstrap, "1.0.0", None),
308308
(accepted, macro_rules, "1.0.0", None),
309309
// Allows using #![no_std]
310-
(accepted, no_std, "1.0.0", None),
310+
(accepted, no_std, "1.6.0", None),
311311
(accepted, slicing_syntax, "1.0.0", None),
312312
(accepted, struct_variant, "1.0.0", None),
313313
// These are used to test this portion of the compiler, they don't actually

0 commit comments

Comments
 (0)