Clean up E0734 explanation

This commit is contained in:
Guillaume Gomez 2020-07-27 20:55:30 +02:00
parent 9e92106d45
commit f22a34e84d

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