diff options
| author | Mark-Simulacrum <mark.simulacrum@gmail.com> | 2016-08-11 15:46:10 -0600 |
|---|---|---|
| committer | Mark-Simulacrum <mark.simulacrum@gmail.com> | 2016-08-11 15:46:10 -0600 |
| commit | fc97b5cc6f3662281012e56b9ed90a053ea85185 (patch) | |
| tree | e768218f509c01b09e63511e1f84cd0191158d2f /src/libsyntax | |
| parent | 11f880588791930cb130071c2cb972fc3c3354ed (diff) | |
| download | rust-fc97b5cc6f3662281012e56b9ed90a053ea85185.tar.gz rust-fc97b5cc6f3662281012e56b9ed90a053ea85185.zip | |
Change stabilization version of no_std from 1.0 to 1.6.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 29da0fb1a27..fdf7d6f7bfa 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -307,7 +307,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 |
