aboutsummaryrefslogtreecommitdiff
path: root/proc-macro-error/test-crate/tests/ui/multi-error.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'proc-macro-error/test-crate/tests/ui/multi-error.stderr')
-rw-r--r--proc-macro-error/test-crate/tests/ui/multi-error.stderr32
1 files changed, 32 insertions, 0 deletions
diff --git a/proc-macro-error/test-crate/tests/ui/multi-error.stderr b/proc-macro-error/test-crate/tests/ui/multi-error.stderr
new file mode 100644
index 0000000..25174d5
--- /dev/null
+++ b/proc-macro-error/test-crate/tests/ui/multi-error.stderr
@@ -0,0 +1,32 @@
+error: multiple error part: multi1
+
+ = note: help message test
+ = help: Option help test
+ = note: I see what you did here...
+
+ --> $DIR/multi-error.rs:4:10
+ |
+4 | make_fn!(multi1, multi2, _, multi3);
+ | ^^^^^^
+
+error: multiple error part: multi2
+
+ = note: help message test
+ = help: Option help test
+ = note: I see what you did here...
+
+ --> $DIR/multi-error.rs:4:18
+ |
+4 | make_fn!(multi1, multi2, _, multi3);
+ | ^^^^^^
+
+error: multiple error part: multi3
+
+ = note: help message test
+ = help: Option help test
+ = note: I see what you did here...
+
+ --> $DIR/multi-error.rs:4:29
+ |
+4 | make_fn!(multi1, multi2, _, multi3);
+ | ^^^^^^