mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
Rollup merge of #74123 - GuillaumeGomez:cleanup-e0718, r=pickfire
clean up E0718 explanation r? @Dylan-DPC
This commit is contained in:
@@ -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 item type.
|
||||
|
||||
Examples of erroneous code:
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0718
|
||||
#![feature(lang_items)]
|
||||
|
||||
Reference in New Issue
Block a user