consistency rename: language item -> lang item
This commit is contained in:
parent
d101971ab1
commit
8b35be741f
32 changed files with 72 additions and 72 deletions
|
@ -6,7 +6,7 @@ Erroneous code example:
|
|||
#![feature(lang_items)]
|
||||
|
||||
#[lang = "cookie"]
|
||||
fn cookie() -> ! { // error: definition of an unknown language item: `cookie`
|
||||
fn cookie() -> ! { // error: definition of an unknown lang item: `cookie`
|
||||
loop {}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue