Skip to content

Commit 2a808a2

Browse files
mark-i-mrajcspsg
andauthored
Update src/implementing_new_feature.md
Co-Authored-By: rajcspsg <[email protected]>
1 parent e2de111 commit 2a808a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/implementing_new_feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The current version is not actually important – the important version is when
115115

116116
You can check it in most places in the compiler using the expression `tcx.features().$feature_name` (or `sess.features_untracked().borrow().$feature_name` if the tcx is unavailable)
117117

118-
If the feature gate is not set, you should either maintain the pre-feature behavior or raise an error, depending on what makes sense.
118+
If the feature gate is not set, you should either maintain the pre-feature behavior or raise an error, depending on what makes sense.
119119

120120
5. Add a test to ensure the feature cannot be used without a feature gate, by creating `feature-gate-$feature_name.rs` and `feature-gate-$feature_name.stderr` files under the `src/test/ui/feature-gates` directory.
121121

0 commit comments

Comments
 (0)