Update cfg(stage0) references to cfg(bootstrap) instead #334
Labels
E-easy
Difficulty: might be a good place for a beginner
E-help-wanted
Call for participation: extra help is wanted
https://github.com/rust-lang/rustc-guide/blob/master/src/stabilization_guide.md#removing-existing-uses-of-the-feature-gate still mentions
#![cfg_attr(stage0, feature(XXX))]
, but as of rust-lang/rust#61494, it'sbootstrap
instead ofstage0
.The text was updated successfully, but these errors were encountered: