Rollup merge of #74835 - GuillaumeGomez:cleanup-e0734, r=jyn514

Clean up E0734 explanation

r? @Dylan-DPC
This commit is contained in:
Manish Goregaokar 2020-07-30 13:04:32 -07:00 committed by GitHub
commit 172b3a713a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
A stability attribute has been used outside of the standard library.
Erroneous code examples:
Erroneous code example:
```compile_fail,E0734
#[rustc_deprecated(since = "b", reason = "text")] // invalid