-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Improve wording of --target help #31378
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
(rust_highfive has picked a reviewer for you, use r? to override) |
I would personally like to not advertise custom target specs that much, they basically accidentally became stable at 1.0 and if the feature were to land now it would definitely be unstable. Perhaps that part can be elided? |
Lack of advertisement won’t make the feature go away, will it? Wanting it to be unstable now doesn’t sound like a good motivation for keeping it under wraps to me. |
I would argue that they still are essentially unstable: most people who need them will also be forced to be using nightly for other reasons. The intention was certainly that they are unstable.
That does actually sound like a pretty good reason to not advertise it: no need to explicitly choose to exacerbate a mistake. This will make life easier if we choose to, for example, phase support out of the stable compiler/deprecate them with warnings. |
Removed the hints about being able to specify a path. |
No description provided.