2018-09-13 08:16:54 +00:00
|
|
|
error: hello to you, too!
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:12:5
|
2020-02-10 16:37:12 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi);
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:12:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | hello!(hi);
|
2018-09-13 08:16:54 +00:00
|
|
|
| ^^
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `hello` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
error: hello to you, too!
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:15:5
|
2020-02-10 16:37:12 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hi);
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^^^
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:15:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | hello!(hi hi);
|
2018-09-13 08:16:54 +00:00
|
|
|
| ^^ ^^
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `hello` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
error: hello to you, too!
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:18:5
|
2020-02-10 16:37:12 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hi hi);
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:18:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | hello!(hi hi hi);
|
2018-09-13 08:16:54 +00:00
|
|
|
| ^^ ^^ ^^
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `hello` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
error: hello to you, too!
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:21:5
|
2020-02-10 16:37:12 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hey hi yo hi beep beep hi hi);
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:21:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | hello!(hi hey hi yo hi beep beep hi hi);
|
2018-09-13 08:16:54 +00:00
|
|
|
| ^^ ^^ ^^ ^^ ^^
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `hello` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
error: hello to you, too!
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:22:5
|
2020-02-10 16:37:12 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi there, hi how are you? hi... hi.);
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:22:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | hello!(hi there, hi how are you? hi... hi.);
|
2018-09-13 08:16:54 +00:00
|
|
|
| ^^ ^^ ^^ ^^
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `hello` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
error: hello to you, too!
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:23:5
|
2020-02-10 16:37:12 +00:00
|
|
|
|
|
|
|
|
LL | hello!(whoah. hi di hi di ho);
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:23:19
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | hello!(whoah. hi di hi di ho);
|
2018-09-13 08:16:54 +00:00
|
|
|
| ^^ ^^
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `hello` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
error: hello to you, too!
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:24:5
|
2020-02-10 16:37:12 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi good hi and good bye);
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/multispan.rs:24:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | hello!(hi good hi and good bye);
|
2018-09-13 08:16:54 +00:00
|
|
|
| ^^ ^^
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `hello` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
error: aborting due to 7 previous errors
|
|
|
|
|