blob: 06715c197bc5975c2a7894c88398281a79c0480c [file] [log] [blame]
error: found 'hi's
--> $DIR/subspan.rs:11:1
|
LL | subspan!("hi");
| ^^^^^^^^^^^^^^^ in this macro invocation
|
note: here
--> $DIR/subspan.rs:11:11
|
LL | subspan!("hi");
| ^^
error: found 'hi's
--> $DIR/subspan.rs:14:1
|
LL | subspan!("hihi");
| ^^^^^^^^^^^^^^^^^ in this macro invocation
|
note: here
--> $DIR/subspan.rs:14:11
|
LL | subspan!("hihi");
| ^^^^
error: found 'hi's
--> $DIR/subspan.rs:17:1
|
LL | subspan!("hihihi");
| ^^^^^^^^^^^^^^^^^^^ in this macro invocation
|
note: here
--> $DIR/subspan.rs:17:11
|
LL | subspan!("hihihi");
| ^^^^^^
error: found 'hi's
--> $DIR/subspan.rs:20:1
|
LL | subspan!("why I hide? hi!");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
|
note: here
--> $DIR/subspan.rs:20:17
|
LL | subspan!("why I hide? hi!");
| ^^ ^^
error: found 'hi's
--> $DIR/subspan.rs:21:1
|
LL | subspan!("hey, hi, hidy, hidy, hi hi");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
|
note: here
--> $DIR/subspan.rs:21:16
|
LL | subspan!("hey, hi, hidy, hidy, hi hi");
| ^^ ^^ ^^ ^^ ^^
error: found 'hi's
--> $DIR/subspan.rs:22:1
|
LL | subspan!("this is a hi, and this is another hi");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
|
note: here
--> $DIR/subspan.rs:22:12
|
LL | subspan!("this is a hi, and this is another hi");
| ^^ ^^ ^^ ^^
error: found 'hi's
--> $DIR/subspan.rs:23:1
|
LL | subspan!("how are you this evening");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
|
note: here
--> $DIR/subspan.rs:23:24
|
LL | subspan!("how are you this evening");
| ^^
error: found 'hi's
--> $DIR/subspan.rs:24:1
|
LL | subspan!("this is highly eradic");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation
|
note: here
--> $DIR/subspan.rs:24:12
|
LL | subspan!("this is highly eradic");
| ^^ ^^
error: aborting due to 8 previous errors