2017-12-31 18:30:13 -08:00
|
|
|
error: first final: "hello"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:17:12
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | three!($a, $b);
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^
|
|
|
|
...
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | one!("hello", "world");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ----------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: second final: "world"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:17:16
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | three!($a, $b);
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^
|
|
|
|
...
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | one!("hello", "world");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ----------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: first parent: "hello"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:11:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | two!($a, $b);
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
...
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | one!("hello", "world");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ----------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: second parent: "world"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:11:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | two!($a, $b);
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
...
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | one!("hello", "world");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ----------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: first grandparent: "hello"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:34:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | one!("hello", "world");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: second grandparent: "world"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:34:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | one!("hello", "world");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: first source: "hello"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:34:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | one!("hello", "world");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: second source: "world"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:34:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | one!("hello", "world");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: first final: "yay"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:17:12
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | three!($a, $b);
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^
|
|
|
|
...
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | two!("yay", "rust");
|
2017-12-31 18:30:13 -08:00
|
|
|
| -------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: second final: "rust"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:17:16
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | three!($a, $b);
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^
|
|
|
|
...
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | two!("yay", "rust");
|
2017-12-31 18:30:13 -08:00
|
|
|
| -------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: first parent: "yay"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:40:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | two!("yay", "rust");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: second parent: "rust"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:40:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | two!("yay", "rust");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: first source: "yay"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:40:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | two!("yay", "rust");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: second source: "rust"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:40:5
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | two!("yay", "rust");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: first final: "hip"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:46:12
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | three!("hip", "hop");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: second final: "hop"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:46:19
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | three!("hip", "hop");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: first source: "hip"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:46:12
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | three!("hip", "hop");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: second source: "hop"
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/parent-source-spans.rs:46:19
|
2017-12-31 18:30:13 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | three!("hip", "hop");
|
2017-12-31 18:30:13 -08:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 18 previous errors
|
|
|
|
|