Skip to content

Commit 7aaa83a

Browse files
authored
Rollup merge of rust-lang#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 rust-lang#35579.
2 parents b975a12 + fc97b5c commit 7aaa83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ declare_features! (
314314
(accepted, issue_5723_bootstrap, "1.0.0", None),
315315
(accepted, macro_rules, "1.0.0", None),
316316
// Allows using #![no_std]
317-
(accepted, no_std, "1.0.0", None),
317+
(accepted, no_std, "1.6.0", None),
318318
(accepted, slicing_syntax, "1.0.0", None),
319319
(accepted, struct_variant, "1.0.0", None),
320320
// These are used to test this portion of the compiler, they don't actually

0 commit comments

Comments
 (0)