clean up E0718 explanation

This commit is contained in:
Guillaume Gomez 2020-07-07 14:13:03 +02:00
parent f844ea1e56
commit 00980b6ccd

View file

@ -1,7 +1,6 @@
This error indicates that a `#[lang = ".."]` attribute was placed
on the wrong type of item.
A `#[lang = ".."]` attribute was placed on the wrong type of item.
Examples of erroneous code:
Erroneous code example:
```compile_fail,E0718
#![feature(lang_items)]