1
1
error: 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
6
17
|
7
18
note: found these 'hi's
8
19
--> $DIR/multispan.rs:14:12
@@ -11,10 +22,21 @@ LL | hello!(hi);
11
22
| ^^
12
23
13
24
error: 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
18
40
|
19
41
note: found these 'hi's
20
42
--> $DIR/multispan.rs:17:12
@@ -23,10 +45,21 @@ LL | hello!(hi hi);
23
45
| ^^ ^^
24
46
25
47
error: 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
30
63
|
31
64
note: found these 'hi's
32
65
--> $DIR/multispan.rs:20:12
@@ -35,10 +68,21 @@ LL | hello!(hi hi hi);
35
68
| ^^ ^^ ^^
36
69
37
70
error: 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
42
86
|
43
87
note: found these 'hi's
44
88
--> $DIR/multispan.rs:23:12
@@ -47,10 +91,21 @@ LL | hello!(hi hey hi yo hi beep beep hi hi);
47
91
| ^^ ^^ ^^ ^^ ^^
48
92
49
93
error: 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
54
109
|
55
110
note: found these 'hi's
56
111
--> $DIR/multispan.rs:24:12
@@ -59,10 +114,21 @@ LL | hello!(hi there, hi how are you? hi... hi.);
59
114
| ^^ ^^ ^^ ^^
60
115
61
116
error: 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
66
132
|
67
133
note: found these 'hi's
68
134
--> $DIR/multispan.rs:25:19
@@ -71,10 +137,21 @@ LL | hello!(whoah. hi di hi di ho);
71
137
| ^^ ^^
72
138
73
139
error: 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
78
155
|
79
156
note: found these 'hi's
80
157
--> $DIR/multispan.rs:26:12
0 commit comments