-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Amend RFC 1270 to describe actual implementation #1423
Conversation
Change `reason` to `note` and remove `use`.
👍 |
note that |
Yes I only removed it from the example code, not from the Alternatives section. |
Implementation should obey the RFC, not 'vice versa'. So maybe you would give an actual reason to make this change. |
As I said in my other (now closed because of git history issues) PR, this is a minor change, which (as written on the RFC itself) reflects actual usage of the internal feature better, which is a good indicator of the needs of library authors. |
could you elaborate? As I said before (in other PR), I'm not object to this change, just ask for writing down why we change this, in commit messages, so people can trace it later. FWIW, what I means 'the RFC' is the RFC that was merged into rust-lang/rfcs by libs team, not the rfc PR in your own repo. |
As for the rationale, look at current usage of the rustc-internal deprecation feature. Though the field was named |
🔔 This RFC is now entering its week-long final comment period 🔔 |
The libs team discussed this today and the conclusion was to merge, thanks @durka! |
Amend RFC 1270 to describe actual implementation
My first RFC! |
Yay! 👍 |
Change
reason
tonote
and removeuse
.This isn't a new RFC, just some edits to reflect reality. rust-lang/rust#30206 (comment)