2018-01-01 02:30:13 +00:00
|
|
|
error: first final: "hello"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:15: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");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ----------------------- in this macro invocation
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
|
|
error: second final: "world"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:15: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");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ----------------------- in this macro invocation
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
|
|
error: first parent: "hello"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:9:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | two!($a, $b);
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
...
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | one!("hello", "world");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ----------------------- in this macro invocation
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
|
|
error: second parent: "world"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:9:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | two!($a, $b);
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
...
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | one!("hello", "world");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ----------------------- in this macro invocation
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
|
|
error: first grandparent: "hello"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:35:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | one!("hello", "world");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: second grandparent: "world"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:35:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | one!("hello", "world");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: first source: "hello"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:35:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | one!("hello", "world");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: second source: "world"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:35:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | one!("hello", "world");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: first final: "yay"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:15: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");
|
2018-01-01 02:30:13 +00:00
|
|
|
| -------------------- in this macro invocation
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
|
|
error: second final: "rust"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:15: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");
|
2018-01-01 02:30:13 +00:00
|
|
|
| -------------------- in this macro invocation
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
|
|
error: first parent: "yay"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:41:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | two!("yay", "rust");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: second parent: "rust"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:41:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | two!("yay", "rust");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: first source: "yay"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:41:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | two!("yay", "rust");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: second source: "rust"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:41:5
|
2018-01-01 02:30:13 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | two!("yay", "rust");
|
2018-01-01 02:30:13 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: first final: "hip"
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:47: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-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:47: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-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:47: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-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:47: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-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:28:5
|
2018-12-16 17:23:27 +00:00
|
|
|
|
|
|
|
|
LL | parent_source_spans!($($tokens)*);
|
2019-01-09 19:11:00 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
|
2018-12-16 17:23:27 +00:00
|
|
|
...
|
|
|
|
LL | one!("hello", "world");
|
|
|
|
| ----------------------- in this macro invocation
|
2019-10-15 00:20:50 +00:00
|
|
|
|
|
|
|
|
::: $SRC_DIR/libcore/result.rs:LL:COL
|
|
|
|
|
|
|
|
|
LL | Ok(#[stable(feature = "rust1", since = "1.0.0")] T),
|
|
|
|
| --------------------------------------------------- similarly named tuple variant `Ok` defined here
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (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-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:28:5
|
2018-12-16 17:23:27 +00:00
|
|
|
|
|
|
|
|
LL | parent_source_spans!($($tokens)*);
|
2019-01-09 19:11:00 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
|
2018-12-16 17:23:27 +00:00
|
|
|
...
|
|
|
|
LL | two!("yay", "rust");
|
|
|
|
| -------------------- in this macro invocation
|
2019-10-15 00:20:50 +00:00
|
|
|
|
|
|
|
|
::: $SRC_DIR/libcore/result.rs:LL:COL
|
|
|
|
|
|
|
|
|
LL | Ok(#[stable(feature = "rust1", since = "1.0.0")] T),
|
|
|
|
| --------------------------------------------------- similarly named tuple variant `Ok` defined here
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (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-04-01 01:10:13 +00:00
|
|
|
--> $DIR/parent-source-spans.rs:28:5
|
2018-12-16 17:23:27 +00:00
|
|
|
|
|
|
|
|
LL | parent_source_spans!($($tokens)*);
|
2019-01-09 19:11:00 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a tuple variant with a similar name exists: `Ok`
|
2018-12-16 17:23:27 +00:00
|
|
|
...
|
|
|
|
LL | three!("hip", "hop");
|
|
|
|
| --------------------- in this macro invocation
|
2019-10-15 00:20:50 +00:00
|
|
|
|
|
|
|
|
::: $SRC_DIR/libcore/result.rs:LL:COL
|
|
|
|
|
|
|
|
|
LL | Ok(#[stable(feature = "rust1", since = "1.0.0")] T),
|
|
|
|
| --------------------------------------------------- similarly named tuple variant `Ok` defined here
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (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`.
|