rust/src/test/ui/feature-gate-lang-items.stderr

11 lines
297 B
Plaintext
Raw Normal View History

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