We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b4c15 commit c7d4e2fCopy full SHA for c7d4e2f
src/implementing_new_features.md
@@ -146,7 +146,7 @@ version is when you are stabilizing a feature.
146
4. Prevent usage of the new feature unless the feature gate is set.
147
You can check it in most places in the compiler using the
148
expression `tcx.features().$feature_name` (or
149
- `sess.features_untracked().borrow().$feature_name` if the
+ `sess.features_untracked().$feature_name` if the
150
tcx is unavailable)
151
152
If the feature gate is not set, you should either maintain
0 commit comments