1
1
error: first final: "hello"
2
- --> $DIR/parent-source-spans.rs:15 :12
2
+ --> $DIR/parent-source-spans.rs:19 :12
3
3
|
4
4
LL | three!($a, $b);
5
5
| ^^
@@ -8,7 +8,7 @@ LL | one!("hello", "world");
8
8
| ----------------------- in this macro invocation
9
9
10
10
error: second final: "world"
11
- --> $DIR/parent-source-spans.rs:15 :16
11
+ --> $DIR/parent-source-spans.rs:19 :16
12
12
|
13
13
LL | three!($a, $b);
14
14
| ^^
@@ -17,7 +17,7 @@ LL | one!("hello", "world");
17
17
| ----------------------- in this macro invocation
18
18
19
19
error: first parent: "hello"
20
- --> $DIR/parent-source-spans.rs:9 :5
20
+ --> $DIR/parent-source-spans.rs:13 :5
21
21
|
22
22
LL | two!($a, $b);
23
23
| ^^^^^^^^^^^^^
@@ -26,7 +26,7 @@ LL | one!("hello", "world");
26
26
| ----------------------- in this macro invocation
27
27
28
28
error: second parent: "world"
29
- --> $DIR/parent-source-spans.rs:9 :5
29
+ --> $DIR/parent-source-spans.rs:13 :5
30
30
|
31
31
LL | two!($a, $b);
32
32
| ^^^^^^^^^^^^^
@@ -35,31 +35,31 @@ LL | one!("hello", "world");
35
35
| ----------------------- in this macro invocation
36
36
37
37
error: first grandparent: "hello"
38
- --> $DIR/parent-source-spans.rs:35 :5
38
+ --> $DIR/parent-source-spans.rs:39 :5
39
39
|
40
40
LL | one!("hello", "world");
41
41
| ^^^^^^^^^^^^^^^^^^^^^^^
42
42
43
43
error: second grandparent: "world"
44
- --> $DIR/parent-source-spans.rs:35 :5
44
+ --> $DIR/parent-source-spans.rs:39 :5
45
45
|
46
46
LL | one!("hello", "world");
47
47
| ^^^^^^^^^^^^^^^^^^^^^^^
48
48
49
49
error: first source: "hello"
50
- --> $DIR/parent-source-spans.rs:35 :5
50
+ --> $DIR/parent-source-spans.rs:39 :5
51
51
|
52
52
LL | one!("hello", "world");
53
53
| ^^^^^^^^^^^^^^^^^^^^^^^
54
54
55
55
error: second source: "world"
56
- --> $DIR/parent-source-spans.rs:35 :5
56
+ --> $DIR/parent-source-spans.rs:39 :5
57
57
|
58
58
LL | one!("hello", "world");
59
59
| ^^^^^^^^^^^^^^^^^^^^^^^
60
60
61
61
error: first final: "yay"
62
- --> $DIR/parent-source-spans.rs:15 :12
62
+ --> $DIR/parent-source-spans.rs:19 :12
63
63
|
64
64
LL | three!($a, $b);
65
65
| ^^
@@ -68,7 +68,7 @@ LL | two!("yay", "rust");
68
68
| -------------------- in this macro invocation
69
69
70
70
error: second final: "rust"
71
- --> $DIR/parent-source-spans.rs:15 :16
71
+ --> $DIR/parent-source-spans.rs:19 :16
72
72
|
73
73
LL | three!($a, $b);
74
74
| ^^
@@ -77,55 +77,55 @@ LL | two!("yay", "rust");
77
77
| -------------------- in this macro invocation
78
78
79
79
error: first parent: "yay"
80
- --> $DIR/parent-source-spans.rs:41 :5
80
+ --> $DIR/parent-source-spans.rs:45 :5
81
81
|
82
82
LL | two!("yay", "rust");
83
83
| ^^^^^^^^^^^^^^^^^^^^
84
84
85
85
error: second parent: "rust"
86
- --> $DIR/parent-source-spans.rs:41 :5
86
+ --> $DIR/parent-source-spans.rs:45 :5
87
87
|
88
88
LL | two!("yay", "rust");
89
89
| ^^^^^^^^^^^^^^^^^^^^
90
90
91
91
error: first source: "yay"
92
- --> $DIR/parent-source-spans.rs:41 :5
92
+ --> $DIR/parent-source-spans.rs:45 :5
93
93
|
94
94
LL | two!("yay", "rust");
95
95
| ^^^^^^^^^^^^^^^^^^^^
96
96
97
97
error: second source: "rust"
98
- --> $DIR/parent-source-spans.rs:41 :5
98
+ --> $DIR/parent-source-spans.rs:45 :5
99
99
|
100
100
LL | two!("yay", "rust");
101
101
| ^^^^^^^^^^^^^^^^^^^^
102
102
103
103
error: first final: "hip"
104
- --> $DIR/parent-source-spans.rs:47 :12
104
+ --> $DIR/parent-source-spans.rs:51 :12
105
105
|
106
106
LL | three!("hip", "hop");
107
107
| ^^^^^
108
108
109
109
error: second final: "hop"
110
- --> $DIR/parent-source-spans.rs:47 :19
110
+ --> $DIR/parent-source-spans.rs:51 :19
111
111
|
112
112
LL | three!("hip", "hop");
113
113
| ^^^^^
114
114
115
115
error: first source: "hip"
116
- --> $DIR/parent-source-spans.rs:47 :12
116
+ --> $DIR/parent-source-spans.rs:51 :12
117
117
|
118
118
LL | three!("hip", "hop");
119
119
| ^^^^^
120
120
121
121
error: second source: "hop"
122
- --> $DIR/parent-source-spans.rs:47 :19
122
+ --> $DIR/parent-source-spans.rs:51 :19
123
123
|
124
124
LL | three!("hip", "hop");
125
125
| ^^^^^
126
126
127
127
error[E0425]: cannot find value `ok` in this scope
128
- --> $DIR/parent-source-spans.rs:28 :5
128
+ --> $DIR/parent-source-spans.rs:32 :5
129
129
|
130
130
LL | parent_source_spans!($($tokens)*);
131
131
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
@@ -139,7 +139,7 @@ LL | Ok(#[stable(feature = "rust1", since = "1.0.0")] T),
139
139
| --------------------------------------------------- similarly named tuple variant `Ok` defined here
140
140
141
141
error[E0425]: cannot find value `ok` in this scope
142
- --> $DIR/parent-source-spans.rs:28 :5
142
+ --> $DIR/parent-source-spans.rs:32 :5
143
143
|
144
144
LL | parent_source_spans!($($tokens)*);
145
145
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
@@ -153,7 +153,7 @@ LL | Ok(#[stable(feature = "rust1", since = "1.0.0")] T),
153
153
| --------------------------------------------------- similarly named tuple variant `Ok` defined here
154
154
155
155
error[E0425]: cannot find value `ok` in this scope
156
- --> $DIR/parent-source-spans.rs:28 :5
156
+ --> $DIR/parent-source-spans.rs:32 :5
157
157
|
158
158
LL | parent_source_spans!($($tokens)*);
159
159
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
0 commit comments