We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab63c08 + 4728438 commit 3239e02Copy full SHA for 3239e02
src/librustc_error_codes/error_codes/E0718.md
@@ -1,7 +1,6 @@
1
-This error indicates that a `#[lang = ".."]` attribute was placed
2
-on the wrong type of item.
+A `#[lang = ".."]` attribute was placed on the wrong item type.
3
4
-Examples of erroneous code:
+Erroneous code example:
5
6
```compile_fail,E0718
7
#![feature(lang_items)]
0 commit comments