-
Notifications
You must be signed in to change notification settings - Fork 558
remove untrue/contentious statement #2583
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
Conversation
One can use unstable features on stable too, like via an env var
That env var is not supposed to be used by anyone. It is very much true that for pretty much all purposes nightly is the only channel where you can use unstable features
yeah it's probably more useful to people for understanding the toolchains to leave it as is
the statement is misleading though, and it's not true... I will add intended
The current statement I find is accurate, and less confusing than trying to caveat it with "intended".
it would be accurate if a RUSTC_BOOTSTRAP did not exist, and that is something widely used
RUSTC_BOOTSTRAP is very much not widely used
I should of chosen a different word
One can use unstable features on stable too, like via an env var
r? ghost