about summary refs log tree commit diff
path: root/src/test/ui/macros/macro-backtrace-nested.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/macro-backtrace-nested.rs')
-rw-r--r--src/test/ui/macros/macro-backtrace-nested.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/macros/macro-backtrace-nested.rs b/src/test/ui/macros/macro-backtrace-nested.rs
index d8bf6222c1c..d261633c60c 100644
--- a/src/test/ui/macros/macro-backtrace-nested.rs
+++ b/src/test/ui/macros/macro-backtrace-nested.rs
@@ -12,7 +12,8 @@
 // we replace the span of the expanded expression with that of the call site.
 
 macro_rules! nested_expr {
-    () => (fake)
+    () => (fake) //~ ERROR cannot find
+    //~^ ERROR cannot find
 }
 
 macro_rules! call_nested_expr {