Update src/stabilization_guide.md

Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
This commit is contained in:
Who? Me?! 2019-01-17 16:40:18 -05:00
parent a47d28bbee
commit 8c5ceb8126
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ in the documentation.
### Updating the feature-gate listing ### Updating the feature-gate listing
There is a central listing of feature-gates in There is a central listing of feature-gates in
`[src/libsyntax/feature_gate.rs]`. Search for the `declare_features!` [`src/libsyntax/feature_gate.rs`]. Search for the `declare_features!`
macro. There should be an entry for the feature you are aiming to macro. There should be an entry for the feature you are aiming to
stabilize, something like (this example is taken from stabilize, something like (this example is taken from
[rust-lang/rust#32409]: [rust-lang/rust#32409]: