2018-09-13 08:16:54 +00:00
|
|
|
error: hello to you, too!
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:24:5
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi); //~ ERROR hello to you, too!
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:24:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi); //~ ERROR hello to you, too!
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: hello to you, too!
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:27:5
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hi); //~ ERROR hello to you, too!
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:27:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hi); //~ ERROR hello to you, too!
|
|
|
|
| ^^ ^^
|
|
|
|
|
|
|
|
error: hello to you, too!
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:30:5
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hi hi); //~ ERROR hello to you, too!
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:30:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hi hi); //~ ERROR hello to you, too!
|
|
|
|
| ^^ ^^ ^^
|
|
|
|
|
|
|
|
error: hello to you, too!
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:33:5
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hey hi yo hi beep beep hi hi); //~ ERROR hello to you, too!
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:33:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi hey hi yo hi beep beep hi hi); //~ ERROR hello to you, too!
|
|
|
|
| ^^ ^^ ^^ ^^ ^^
|
|
|
|
|
|
|
|
error: hello to you, too!
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:34:5
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi there, hi how are you? hi... hi.); //~ ERROR hello to you, too!
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:34:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi there, hi how are you? hi... hi.); //~ ERROR hello to you, too!
|
|
|
|
| ^^ ^^ ^^ ^^
|
|
|
|
|
|
|
|
error: hello to you, too!
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:35:5
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(whoah. hi di hi di ho); //~ ERROR hello to you, too!
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:35:19
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(whoah. hi di hi di ho); //~ ERROR hello to you, too!
|
|
|
|
| ^^ ^^
|
|
|
|
|
|
|
|
error: hello to you, too!
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:36:5
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi good hi and good bye); //~ ERROR hello to you, too!
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: found these 'hi's
|
2018-03-20 20:20:03 +02:00
|
|
|
--> $DIR/multispan.rs:36:12
|
2018-09-13 08:16:54 +00:00
|
|
|
|
|
|
|
|
LL | hello!(hi good hi and good bye); //~ ERROR hello to you, too!
|
|
|
|
| ^^ ^^
|
|
|
|
|
|
|
|
error: aborting due to 7 previous errors
|
|
|
|
|