Skip to content

Commit 6f50f15

Browse files
flip1995mark-i-m
authored andcommitted
Change stage0 cfg_attr to bootstrap
1 parent 43ac567 commit 6f50f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stabilization_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ writing, the next stable release (i.e. what is currently beta) was
125125
Next search for the feature string (in this case, `pub_restricted`)
126126
in the codebase to find where it appears. Change uses of
127127
`#![feature(XXX)]` from the `libstd` and any rustc crates to be
128-
`#![cfg_attr(stage0, feature(XXX))]`. This includes the feature-gate
128+
`#![cfg_attr(bootstrap, feature(XXX))]`. This includes the feature-gate
129129
only for stage0, which is built using the current beta (this is
130130
needed because the feature is still unstable in the current beta).
131131

0 commit comments

Comments
 (0)