Rename #[deprecated] to #[rustc_deprecated]
This commit is contained in:
parent
2228bacd62
commit
a613059e3f
47 changed files with 126 additions and 113 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue