Skip to content

Count and show the deprecated attribute again #22273

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

Merged
merged 1 commit into from
Feb 17, 2015

Conversation

nagisa
Copy link
Member

@nagisa nagisa commented Feb 13, 2015

Since we don’t have Deprecated stability level anymore, the only other source of information is
deprecated-since version, which conveniently to us, only exists if the symbol is deprecated.

Fixes #21789

@rust-highfive
Copy link
Contributor

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member

This change makes sense to me conceptually, but would like someone else to review the code.

@alexcrichton
Copy link
Member

@bors: r+ 536fc38

Thanks!

Since we don’t have Deprecated stability level anymore, the only other source of information is
deprecated-since version, which conveniently to us, only exists if the symbol is deprecated.

Fixes rust-lang#21789
@nagisa
Copy link
Member Author

nagisa commented Feb 14, 2015

Please re-r+. Changes since the last time basically come down to replacement of usize/uint with u64 for Count.

@alexcrichton
Copy link
Member

@bors: r+ 6a67d86

@bors
Copy link
Collaborator

bors commented Feb 16, 2015

⌛ Testing commit 6a67d86 with merge a293855...

@bors
Copy link
Collaborator

bors commented Feb 16, 2015

💔 Test failed - auto-win-64-opt

@sfackler
Copy link
Member

@bors: retry

Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 17, 2015
 Since we don’t have Deprecated stability level anymore, the only other source of information is
deprecated-since version, which conveniently to us, only exists if the symbol is deprecated.

Fixes rust-lang#21789
@bors bors merged commit 6a67d86 into rust-lang:master Feb 17, 2015
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.

Rustdoc renders some deprecated symbols as unstable.
6 participants