Skip to content

Commit 74fd971

Browse files
mark-i-mrajcspsg
andcommitted
Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
1 parent d3e8792 commit 74fd971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stabilization_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ writing, the next stable release (i.e. what is currently beta) was
121121

122122
Next search for the feature string (in this case, `pub_restricted`)
123123
in the codebase to find where it appears. Change uses of
124-
`#![feature(XXX)]` from the stdlib and rustc crates to be
124+
`#![feature(XXX)]` from the `libstd` and any rustc crates to be
125125
`#![cfg_attr(stage0, feature(XXX))]`. This includes the feature-gate
126126
only for stage0, which is built using the current beta (this is
127127
needed because the feature is still unstable in the current beta).

0 commit comments

Comments
 (0)