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