Rename #[deprecated] to #[rustc_deprecated]

This commit is contained in:
Vadim Petrochenkov 2015-11-20 16:11:20 +03:00
parent 2228bacd62
commit a613059e3f
47 changed files with 126 additions and 113 deletions

View file

@ -2327,7 +2327,7 @@ The currently implemented features of the reference compiler are:
* `staged_api` - Allows usage of stability markers and `#![staged_api]` in a
crate. Stability markers are also attributes: `#[stable]`,
`#[unstable]`, and `#[deprecated]` are the three levels.
`#[unstable]`, and `#[rustc_deprecated]` are the three levels.
* `start` - Allows use of the `#[start]` attribute, which changes the entry point
into a Rust program. This capability, especially the signature for the