Skip to content

Update cfg(stage0) references to cfg(bootstrap) instead #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
scottmcm opened this issue Jun 8, 2019 · 1 comment
Closed

Update cfg(stage0) references to cfg(bootstrap) instead #334

scottmcm opened this issue Jun 8, 2019 · 1 comment
Labels
E-easy Difficulty: might be a good place for a beginner E-help-wanted Call for participation: extra help is wanted

Comments

@scottmcm
Copy link
Member

scottmcm commented Jun 8, 2019

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's bootstrap instead of stage0.

@scottmcm scottmcm added the E-easy Difficulty: might be a good place for a beginner label Jun 8, 2019
@mark-i-m mark-i-m added the E-help-wanted Call for participation: extra help is wanted label Jun 11, 2019
@JohnTitor
Copy link
Member

It seems this is fixed in #346.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Difficulty: might be a good place for a beginner E-help-wanted Call for participation: extra help is wanted
Projects
None yet
Development

No branches or pull requests

3 participants