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