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

Make nightly detection opt-in #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SabrinaJewson
Copy link

As you know, nightly detection is recommended against by multiple Rust team members for a number of reasons. From the user perspective, nightly detection means that their crate could break at any time when built with a nightly compiler.

This obviously isn’t what a lot of users want out of Rust code, so this PR proposes to make this feature opt-in – users who are okay with the breakage can get better diagnostics, while the default behaviour is to keep the stability guarantees that people expect from Rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant