|
1 | 1 | error: first final: "hello" |
2 | 2 | --> $DIR/parent-source-spans.rs:27:12 |
3 | 3 | | |
4 | | -27 | three!($a, $b); |
| 4 | +LL | three!($a, $b); |
5 | 5 | | ^^ |
6 | 6 | ... |
7 | | -44 | one!("hello", "world"); |
| 7 | +LL | one!("hello", "world"); |
8 | 8 | | ----------------------- in this macro invocation |
9 | 9 |
|
10 | 10 | error: second final: "world" |
11 | 11 | --> $DIR/parent-source-spans.rs:27:16 |
12 | 12 | | |
13 | | -27 | three!($a, $b); |
| 13 | +LL | three!($a, $b); |
14 | 14 | | ^^ |
15 | 15 | ... |
16 | | -44 | one!("hello", "world"); |
| 16 | +LL | one!("hello", "world"); |
17 | 17 | | ----------------------- in this macro invocation |
18 | 18 |
|
19 | 19 | error: first parent: "hello" |
20 | 20 | --> $DIR/parent-source-spans.rs:21:5 |
21 | 21 | | |
22 | | -21 | two!($a, $b); |
| 22 | +LL | two!($a, $b); |
23 | 23 | | ^^^^^^^^^^^^^ |
24 | 24 | ... |
25 | | -44 | one!("hello", "world"); |
| 25 | +LL | one!("hello", "world"); |
26 | 26 | | ----------------------- in this macro invocation |
27 | 27 |
|
28 | 28 | error: second parent: "world" |
29 | 29 | --> $DIR/parent-source-spans.rs:21:5 |
30 | 30 | | |
31 | | -21 | two!($a, $b); |
| 31 | +LL | two!($a, $b); |
32 | 32 | | ^^^^^^^^^^^^^ |
33 | 33 | ... |
34 | | -44 | one!("hello", "world"); |
| 34 | +LL | one!("hello", "world"); |
35 | 35 | | ----------------------- in this macro invocation |
36 | 36 |
|
37 | 37 | error: first grandparent: "hello" |
38 | 38 | --> $DIR/parent-source-spans.rs:44:5 |
39 | 39 | | |
40 | | -44 | one!("hello", "world"); |
| 40 | +LL | one!("hello", "world"); |
41 | 41 | | ^^^^^^^^^^^^^^^^^^^^^^^ |
42 | 42 |
|
43 | 43 | error: second grandparent: "world" |
44 | 44 | --> $DIR/parent-source-spans.rs:44:5 |
45 | 45 | | |
46 | | -44 | one!("hello", "world"); |
| 46 | +LL | one!("hello", "world"); |
47 | 47 | | ^^^^^^^^^^^^^^^^^^^^^^^ |
48 | 48 |
|
49 | 49 | error: first source: "hello" |
50 | 50 | --> $DIR/parent-source-spans.rs:44:5 |
51 | 51 | | |
52 | | -44 | one!("hello", "world"); |
| 52 | +LL | one!("hello", "world"); |
53 | 53 | | ^^^^^^^^^^^^^^^^^^^^^^^ |
54 | 54 |
|
55 | 55 | error: second source: "world" |
56 | 56 | --> $DIR/parent-source-spans.rs:44:5 |
57 | 57 | | |
58 | | -44 | one!("hello", "world"); |
| 58 | +LL | one!("hello", "world"); |
59 | 59 | | ^^^^^^^^^^^^^^^^^^^^^^^ |
60 | 60 |
|
61 | 61 | error: first final: "yay" |
62 | 62 | --> $DIR/parent-source-spans.rs:27:12 |
63 | 63 | | |
64 | | -27 | three!($a, $b); |
| 64 | +LL | three!($a, $b); |
65 | 65 | | ^^ |
66 | 66 | ... |
67 | | -50 | two!("yay", "rust"); |
| 67 | +LL | two!("yay", "rust"); |
68 | 68 | | -------------------- in this macro invocation |
69 | 69 |
|
70 | 70 | error: second final: "rust" |
71 | 71 | --> $DIR/parent-source-spans.rs:27:16 |
72 | 72 | | |
73 | | -27 | three!($a, $b); |
| 73 | +LL | three!($a, $b); |
74 | 74 | | ^^ |
75 | 75 | ... |
76 | | -50 | two!("yay", "rust"); |
| 76 | +LL | two!("yay", "rust"); |
77 | 77 | | -------------------- in this macro invocation |
78 | 78 |
|
79 | 79 | error: first parent: "yay" |
80 | 80 | --> $DIR/parent-source-spans.rs:50:5 |
81 | 81 | | |
82 | | -50 | two!("yay", "rust"); |
| 82 | +LL | two!("yay", "rust"); |
83 | 83 | | ^^^^^^^^^^^^^^^^^^^^ |
84 | 84 |
|
85 | 85 | error: second parent: "rust" |
86 | 86 | --> $DIR/parent-source-spans.rs:50:5 |
87 | 87 | | |
88 | | -50 | two!("yay", "rust"); |
| 88 | +LL | two!("yay", "rust"); |
89 | 89 | | ^^^^^^^^^^^^^^^^^^^^ |
90 | 90 |
|
91 | 91 | error: first source: "yay" |
92 | 92 | --> $DIR/parent-source-spans.rs:50:5 |
93 | 93 | | |
94 | | -50 | two!("yay", "rust"); |
| 94 | +LL | two!("yay", "rust"); |
95 | 95 | | ^^^^^^^^^^^^^^^^^^^^ |
96 | 96 |
|
97 | 97 | error: second source: "rust" |
98 | 98 | --> $DIR/parent-source-spans.rs:50:5 |
99 | 99 | | |
100 | | -50 | two!("yay", "rust"); |
| 100 | +LL | two!("yay", "rust"); |
101 | 101 | | ^^^^^^^^^^^^^^^^^^^^ |
102 | 102 |
|
103 | 103 | error: first final: "hip" |
104 | 104 | --> $DIR/parent-source-spans.rs:56:12 |
105 | 105 | | |
106 | | -56 | three!("hip", "hop"); |
| 106 | +LL | three!("hip", "hop"); |
107 | 107 | | ^^^^^ |
108 | 108 |
|
109 | 109 | error: second final: "hop" |
110 | 110 | --> $DIR/parent-source-spans.rs:56:19 |
111 | 111 | | |
112 | | -56 | three!("hip", "hop"); |
| 112 | +LL | three!("hip", "hop"); |
113 | 113 | | ^^^^^ |
114 | 114 |
|
115 | 115 | error: first source: "hip" |
116 | 116 | --> $DIR/parent-source-spans.rs:56:12 |
117 | 117 | | |
118 | | -56 | three!("hip", "hop"); |
| 118 | +LL | three!("hip", "hop"); |
119 | 119 | | ^^^^^ |
120 | 120 |
|
121 | 121 | error: second source: "hop" |
122 | 122 | --> $DIR/parent-source-spans.rs:56:19 |
123 | 123 | | |
124 | | -56 | three!("hip", "hop"); |
| 124 | +LL | three!("hip", "hop"); |
125 | 125 | | ^^^^^ |
126 | 126 |
|
127 | 127 | error: aborting due to 18 previous errors |
|
0 commit comments