Skip to content
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

Suggest removing #![feature] for library features that have been stabilized #89012

Merged
merged 1 commit into from
Sep 17, 2021

Commits on Sep 16, 2021

  1. delay error for enabling unstable lib features

    If #![feature] is used outside the nightly channel for only lib
    features, the check will be delayed to the stability pass after
    parsing. This is done so that appropriate help messages can be shown if
    the #![feature] has been used needlessly
    vishadGoyal authored and Mark-Simulacrum committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    9f7e281 View commit details
    Browse the repository at this point in the history