11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
|
error: language items are subject to change
|
||
|
--> $DIR/feature-gate-lang-items.rs:11:1
|
||
|
|
|
||
|
11 | #[lang="foo"] //~ ERROR language items are subject to change
|
||
|
| ^^^^^^^^^^^^^
|
||
|
|
|
||
|
= help: add #![feature(lang_items)] to the crate attributes to enable
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|