Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
This commit is contained in:
parent
9f4b9d8ced
commit
9be6da3bf3
|
|
@ -100,7 +100,7 @@ writing, the next stable release (what is currently beta, iow) was
|
||||||
|
|
||||||
### Removing existing uses of the feature-gate
|
### Removing existing uses of the feature-gate
|
||||||
|
|
||||||
Next search for the feature string (in this case, pub_restricted)
|
Next search for the feature string (in this case, `pub_restricted`)
|
||||||
in the codebase to find where it appears. Change uses of
|
in the codebase to find where it appears. Change uses of
|
||||||
`#![feature(XXX)]` from the stdlib and rustc crates to be
|
`#![feature(XXX)]` from the stdlib and rustc crates to be
|
||||||
`#![cfg_attr(stage0, feature(XXX))]`. This includes the feature-gate
|
`#![cfg_attr(stage0, feature(XXX))]`. This includes the feature-gate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue