]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/macros/macro-context.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / macros / macro-context.rs
index 9130c3d921c520ea247e4a4e8de5772facf0d248..13e179578ad012d22f73348cc7d7b65692d960ab 100644 (file)
@@ -4,6 +4,8 @@ macro_rules! m {
                             //~| ERROR macro expansion ignores token `typeof`
                             //~| ERROR macro expansion ignores token `;`
                             //~| ERROR macro expansion ignores token `;`
+                            //~| ERROR cannot find type `i` in this scope
+                            //~| ERROR cannot find value `i` in this scope
 }
 
 fn main() {