2022-06-02 10:49:22 +10:00
error: first final: "hello"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:16: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");
2021-10-14 13:28:28 -05:00
| ---------------------- in this macro invocation
2019-12-16 15:56:47 +02:00
|
2022-06-20 19:25:52 -07:00
= note: this error originates in the macro `two` which comes from the expansion of the macro `one` (in Nightly builds, run with -Z macro-backtrace for more info)
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: second final: "world"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:16: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");
2021-10-14 13:28:28 -05:00
| ---------------------- in this macro invocation
2019-12-16 15:56:47 +02:00
|
2022-06-20 19:25:52 -07:00
= note: this error originates in the macro `two` which comes from the expansion of the macro `one` (in Nightly builds, run with -Z macro-backtrace for more info)
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: first parent: "hello"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:10:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | two!($a, $b);
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
...
2018-02-23 03:42:32 +03:00
LL | one!("hello", "world");
2021-10-14 13:28:28 -05:00
| ---------------------- in this macro invocation
2019-12-16 15:56:47 +02:00
|
2021-02-13 14:52:25 -05:00
= note: this error originates in the macro `one` (in Nightly builds, run with -Z macro-backtrace for more info)
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: second parent: "world"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:10:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | two!($a, $b);
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
...
2018-02-23 03:42:32 +03:00
LL | one!("hello", "world");
2021-10-14 13:28:28 -05:00
| ---------------------- in this macro invocation
2019-12-16 15:56:47 +02:00
|
2021-02-13 14:52:25 -05:00
= note: this error originates in the macro `one` (in Nightly builds, run with -Z macro-backtrace for more info)
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: first grandparent: "hello"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:36:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | one!("hello", "world");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: second grandparent: "world"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:36:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | one!("hello", "world");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: first source: "hello"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:36:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | one!("hello", "world");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: second source: "world"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:36:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | one!("hello", "world");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: first final: "yay"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:16: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");
2021-10-14 13:28:28 -05:00
| ------------------- in this macro invocation
2019-12-16 15:56:47 +02:00
|
2021-02-13 14:52:25 -05:00
= note: this error originates in the macro `two` (in Nightly builds, run with -Z macro-backtrace for more info)
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: second final: "rust"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:16: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");
2021-10-14 13:28:28 -05:00
| ------------------- in this macro invocation
2019-12-16 15:56:47 +02:00
|
2021-02-13 14:52:25 -05:00
= note: this error originates in the macro `two` (in Nightly builds, run with -Z macro-backtrace for more info)
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: first parent: "yay"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:42:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | two!("yay", "rust");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: second parent: "rust"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:42:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | two!("yay", "rust");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: first source: "yay"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:42:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | two!("yay", "rust");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
2022-06-02 10:49:22 +10:00
error: second source: "rust"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:42:5
2017-12-31 18:30:13 -08:00
|
2018-02-23 03:42:32 +03:00
LL | two!("yay", "rust");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^
2017-12-31 18:30:13 -08:00
error: first final: "hip"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:48: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"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:48: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"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:48: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"
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:48: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
| ^^^^^
2018-12-16 20:23:27 +03:00
error[E0425]: cannot find value `ok` in this scope
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:29:5
2018-12-16 20:23:27 +03:00
|
LL | parent_source_spans!($($tokens)*);
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
2018-12-16 20:23:27 +03:00
...
LL | one!("hello", "world");
2021-10-14 13:28:28 -05:00
| ---------------------- in this macro invocation
2022-12-09 15:56:23 +00:00
--> $SRC_DIR/core/src/result.rs:LL:COL
2021-06-10 13:52:00 +02:00
|
2022-12-09 15:56:23 +00:00
= note: similarly named tuple variant `Ok` defined here
2019-12-16 15:56:47 +02:00
|
2022-06-20 19:25:52 -07:00
= note: this error originates in the macro `parent_source_spans` which comes from the expansion of the macro `one` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-12-16 20:23:27 +03:00
error[E0425]: cannot find value `ok` in this scope
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:29:5
2018-12-16 20:23:27 +03:00
|
LL | parent_source_spans!($($tokens)*);
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
2018-12-16 20:23:27 +03:00
...
LL | two!("yay", "rust");
2021-10-14 13:28:28 -05:00
| ------------------- in this macro invocation
2022-12-09 15:56:23 +00:00
--> $SRC_DIR/core/src/result.rs:LL:COL
2021-06-10 13:52:00 +02:00
|
2022-12-09 15:56:23 +00:00
= note: similarly named tuple variant `Ok` defined here
2019-12-16 15:56:47 +02:00
|
2022-06-20 19:25:52 -07:00
= note: this error originates in the macro `parent_source_spans` which comes from the expansion of the macro `two` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-12-16 20:23:27 +03:00
error[E0425]: cannot find value `ok` in this scope
2020-02-01 01:02:31 +03:00
--> $DIR/parent-source-spans.rs:29:5
2018-12-16 20:23:27 +03:00
|
LL | parent_source_spans!($($tokens)*);
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
2018-12-16 20:23:27 +03:00
...
LL | three!("hip", "hop");
2021-10-14 13:28:28 -05:00
| -------------------- in this macro invocation
2022-12-09 15:56:23 +00:00
--> $SRC_DIR/core/src/result.rs:LL:COL
2021-06-10 13:52:00 +02:00
|
2022-12-09 15:56:23 +00:00
= note: similarly named tuple variant `Ok` defined here
2019-12-16 15:56:47 +02:00
|
2022-06-20 19:25:52 -07:00
= note: this error originates in the macro `parent_source_spans` which comes from the expansion of the macro `three` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-12-16 20:23:27 +03:00
error: aborting due to 21 previous errors
2017-12-31 18:30:13 -08:00
2018-12-16 20:23:27 +03:00
For more information about this error, try `rustc --explain E0425`.