11error: hello to you, too!
2- --> $DIR/multispan.rs:14:5
3- |
4- LL | hello!(hi);
5- | ^^^^^^^^^^^ in this macro invocation
2+ --> $DIR/auxiliary/multispan.rs:31:1
3+ |
4+ LL | / pub fn hello(input: TokenStream) -> TokenStream {
5+ LL | | if let Err(diag) = parse(input) {
6+ LL | | diag.emit();
7+ LL | | }
8+ LL | |
9+ LL | | TokenStream::new()
10+ LL | | }
11+ | |_^
12+ |
13+ ::: $DIR/multispan.rs:14:5
14+ |
15+ LL | hello!(hi);
16+ | ----------- in this macro invocation
617 |
718note: found these 'hi's
819 --> $DIR/multispan.rs:14:12
@@ -11,10 +22,21 @@ LL | hello!(hi);
1122 | ^^
1223
1324error: hello to you, too!
14- --> $DIR/multispan.rs:17:5
15- |
16- LL | hello!(hi hi);
17- | ^^^^^^^^^^^^^^ in this macro invocation
25+ --> $DIR/auxiliary/multispan.rs:31:1
26+ |
27+ LL | / pub fn hello(input: TokenStream) -> TokenStream {
28+ LL | | if let Err(diag) = parse(input) {
29+ LL | | diag.emit();
30+ LL | | }
31+ LL | |
32+ LL | | TokenStream::new()
33+ LL | | }
34+ | |_^
35+ |
36+ ::: $DIR/multispan.rs:17:5
37+ |
38+ LL | hello!(hi hi);
39+ | -------------- in this macro invocation
1840 |
1941note: found these 'hi's
2042 --> $DIR/multispan.rs:17:12
@@ -23,10 +45,21 @@ LL | hello!(hi hi);
2345 | ^^ ^^
2446
2547error: hello to you, too!
26- --> $DIR/multispan.rs:20:5
27- |
28- LL | hello!(hi hi hi);
29- | ^^^^^^^^^^^^^^^^^ in this macro invocation
48+ --> $DIR/auxiliary/multispan.rs:31:1
49+ |
50+ LL | / pub fn hello(input: TokenStream) -> TokenStream {
51+ LL | | if let Err(diag) = parse(input) {
52+ LL | | diag.emit();
53+ LL | | }
54+ LL | |
55+ LL | | TokenStream::new()
56+ LL | | }
57+ | |_^
58+ |
59+ ::: $DIR/multispan.rs:20:5
60+ |
61+ LL | hello!(hi hi hi);
62+ | ----------------- in this macro invocation
3063 |
3164note: found these 'hi's
3265 --> $DIR/multispan.rs:20:12
@@ -35,10 +68,21 @@ LL | hello!(hi hi hi);
3568 | ^^ ^^ ^^
3669
3770error: hello to you, too!
38- --> $DIR/multispan.rs:23:5
39- |
40- LL | hello!(hi hey hi yo hi beep beep hi hi);
41- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
71+ --> $DIR/auxiliary/multispan.rs:31:1
72+ |
73+ LL | / pub fn hello(input: TokenStream) -> TokenStream {
74+ LL | | if let Err(diag) = parse(input) {
75+ LL | | diag.emit();
76+ LL | | }
77+ LL | |
78+ LL | | TokenStream::new()
79+ LL | | }
80+ | |_^
81+ |
82+ ::: $DIR/multispan.rs:23:5
83+ |
84+ LL | hello!(hi hey hi yo hi beep beep hi hi);
85+ | ---------------------------------------- in this macro invocation
4286 |
4387note: found these 'hi's
4488 --> $DIR/multispan.rs:23:12
@@ -47,10 +91,21 @@ LL | hello!(hi hey hi yo hi beep beep hi hi);
4791 | ^^ ^^ ^^ ^^ ^^
4892
4993error: hello to you, too!
50- --> $DIR/multispan.rs:24:5
51- |
52- LL | hello!(hi there, hi how are you? hi... hi.);
53- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
94+ --> $DIR/auxiliary/multispan.rs:31:1
95+ |
96+ LL | / pub fn hello(input: TokenStream) -> TokenStream {
97+ LL | | if let Err(diag) = parse(input) {
98+ LL | | diag.emit();
99+ LL | | }
100+ LL | |
101+ LL | | TokenStream::new()
102+ LL | | }
103+ | |_^
104+ |
105+ ::: $DIR/multispan.rs:24:5
106+ |
107+ LL | hello!(hi there, hi how are you? hi... hi.);
108+ | -------------------------------------------- in this macro invocation
54109 |
55110note: found these 'hi's
56111 --> $DIR/multispan.rs:24:12
@@ -59,10 +114,21 @@ LL | hello!(hi there, hi how are you? hi... hi.);
59114 | ^^ ^^ ^^ ^^
60115
61116error: hello to you, too!
62- --> $DIR/multispan.rs:25:5
63- |
64- LL | hello!(whoah. hi di hi di ho);
65- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
117+ --> $DIR/auxiliary/multispan.rs:31:1
118+ |
119+ LL | / pub fn hello(input: TokenStream) -> TokenStream {
120+ LL | | if let Err(diag) = parse(input) {
121+ LL | | diag.emit();
122+ LL | | }
123+ LL | |
124+ LL | | TokenStream::new()
125+ LL | | }
126+ | |_^
127+ |
128+ ::: $DIR/multispan.rs:25:5
129+ |
130+ LL | hello!(whoah. hi di hi di ho);
131+ | ------------------------------ in this macro invocation
66132 |
67133note: found these 'hi's
68134 --> $DIR/multispan.rs:25:19
@@ -71,10 +137,21 @@ LL | hello!(whoah. hi di hi di ho);
71137 | ^^ ^^
72138
73139error: hello to you, too!
74- --> $DIR/multispan.rs:26:5
75- |
76- LL | hello!(hi good hi and good bye);
77- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
140+ --> $DIR/auxiliary/multispan.rs:31:1
141+ |
142+ LL | / pub fn hello(input: TokenStream) -> TokenStream {
143+ LL | | if let Err(diag) = parse(input) {
144+ LL | | diag.emit();
145+ LL | | }
146+ LL | |
147+ LL | | TokenStream::new()
148+ LL | | }
149+ | |_^
150+ |
151+ ::: $DIR/multispan.rs:26:5
152+ |
153+ LL | hello!(hi good hi and good bye);
154+ | -------------------------------- in this macro invocation
78155 |
79156note: found these 'hi's
80157 --> $DIR/multispan.rs:26:12
0 commit comments