]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/attr.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / attr.rs
index 041f30cd24272c6603629d618d69999dde5d2057..91a4abbd03860f1f1c051af930f33da7448ad0ce 100644 (file)
@@ -2,5 +2,6 @@
 
 fn main() {}
 
-#![lang(foo)] //~ ERROR an inner attribute is not permitted in this context
+#![lang = "foo"] //~ ERROR an inner attribute is not permitted in this context
+                 //~| ERROR definition of an unknown language item: `foo`
 fn foo() {}