Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAmend RFC 1270 to describe actual implementation #1423
Conversation
durka
referenced this pull request
Dec 23, 2015
Merged
Implement `#[deprecated]` attribute (RFC 1270) #30206
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
note that |
This comment has been minimized.
This comment has been minimized.
|
Yes I only removed it from the example code, not from the Alternatives section. |
This comment has been minimized.
This comment has been minimized.
Implementation should obey the RFC, not 'vice versa'. So maybe you would give an actual reason to make this change. |
This comment has been minimized.
This comment has been minimized.
|
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. |
This comment has been minimized.
This comment has been minimized.
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. |
This comment has been minimized.
This comment has been minimized.
|
As for the rationale, look at current usage of the rustc-internal deprecation feature. Though the field was named |
nrc
added
the
T-libs
label
Jan 4, 2016
alexcrichton
assigned
aturon
Jan 21, 2016
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
added
the
final-comment-period
label
Jan 29, 2016
This comment has been minimized.
This comment has been minimized.
|
The libs team discussed this today and the conclusion was to merge, thanks @durka! |
alexcrichton
added a commit
that referenced
this pull request
Feb 4, 2016
alexcrichton
merged commit 502ecca
into
rust-lang:master
Feb 4, 2016
This comment has been minimized.
This comment has been minimized.
|
My first RFC! |
This comment has been minimized.
This comment has been minimized.
|
Yay! |
durka commentedDec 22, 2015
Change
reasontonoteand removeuse.This isn't a new RFC, just some edits to reflect reality. rust-lang/rust#30206 (comment)