summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/malformed_macro_lhs.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/macros/malformed_macro_lhs.stderr')
-rw-r--r--tests/ui/macros/malformed_macro_lhs.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/macros/malformed_macro_lhs.stderr b/tests/ui/macros/malformed_macro_lhs.stderr
new file mode 100644
index 000000000..adf64b089
--- /dev/null
+++ b/tests/ui/macros/malformed_macro_lhs.stderr
@@ -0,0 +1,8 @@
+error: invalid macro matcher; matchers must be contained in balanced delimiters
+ --> $DIR/malformed_macro_lhs.rs:2:5
+ |
+LL | t => (1);
+ | ^
+
+error: aborting due to previous error
+