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 996d9493a2
commit fe1c4b73a1
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ in the documentation.
### Updating the feature-gate listing
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
stabilize, something like (this example is taken from
[rust-lang/rust#32409]: