We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e92106 commit f22a34eCopy full SHA for f22a34e
src/librustc_error_codes/error_codes/E0734.md
@@ -1,6 +1,6 @@
1
A stability attribute has been used outside of the standard library.
2
3
-Erroneous code examples:
+Erroneous code example:
4
5
```compile_fail,E0734
6
#[rustc_deprecated(since = "b", reason = "text")] // invalid
0 commit comments