We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6e8fa commit 8a93493Copy full SHA for 8a93493
src/implementing_new_features.md
@@ -66,7 +66,7 @@ it would end up de facto stable and we'll not be able to make changes
66
in it without breaking people's code.
67
68
The way we do that is that we make sure all new features are feature
69
-gated - they can't be used without a enabling a feature gate
+gated - they can't be used without enabling a feature gate
70
(`#[feature(foo)]`), which can't be done in a stable/beta compiler.
71
See the [stability in code] section for the technical details.
72
0 commit comments