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:
commit
7aaa83a7d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user