]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/feature-gate-lang-items.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-lang-items.stderr
index 28e3dab8fa72aea804780e0571ac997b8badb3fb..ef3e79472808665a3e932be9df7c4593c778adfb 100644 (file)
@@ -1,10 +1,11 @@
 error[E0658]: language items are subject to change
   --> $DIR/feature-gate-lang-items.rs:11:1
    |
-11 | #[lang="foo"]   //~ ERROR language items are subject to change
+LL | #[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
 
+For more information about this error, try `rustc --explain E0658`.