]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-11692-2.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-11692-2.stderr
index 51d6041e92220e356b6f873a9ec54c9c8e5ca952..5d4467080f149dce9f0927179dea34f8d268cec0 100644 (file)
@@ -1,7 +1,7 @@
 error: cannot find macro `test!` in this scope
-  --> $DIR/issue-11692-2.rs:12:13
+  --> $DIR/issue-11692-2.rs:2:13
    |
-LL |     concat!(test!());
+LL |     concat!(test!()); //~ ERROR cannot find macro `test!` in this scope
    |             ^^^^
 
 error: aborting due to previous error