Rollup merge of #137227 - epage:features_untracked, r=compiler-errors
docs(dev): Update the feature-gate instructions `features_untracked` was removed in #114723 features are now functions as of #132027
This commit is contained in:
commit
9d7d3f90be
|
|
@ -167,9 +167,7 @@ a new unstable feature:
|
|||
|
||||
1. Prevent usage of the new feature unless the feature gate is set.
|
||||
You can check it in most places in the compiler using the
|
||||
expression `tcx.features().$feature_name` (or
|
||||
`sess.features_untracked().$feature_name` if the
|
||||
tcx is unavailable)
|
||||
expression `tcx.features().$feature_name()`
|
||||
|
||||
If the feature gate is not set, you should either maintain
|
||||
the pre-feature behavior or raise an error, depending on
|
||||
|
|
|
|||
Loading…
Reference in New Issue