We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0be405d + 4728438 commit 3e2c095Copy full SHA for 3e2c095
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