rust/tests/ui/proc-macro/subspan.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

107 lines
2.8 KiB
Plaintext
Raw Normal View History

2018-11-21 05:12:30 +00:00
error: found 'hi's
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:11:1
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("hi");
2021-10-14 18:28:28 +00:00
| ^^^^^^^^^^^^^^
2018-11-21 05:12:30 +00:00
|
note: here
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:11:11
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("hi");
2018-11-21 05:12:30 +00:00
| ^^
= note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-21 05:12:30 +00:00
error: found 'hi's
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:14:1
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("hihi");
2021-10-14 18:28:28 +00:00
| ^^^^^^^^^^^^^^^^
2018-11-21 05:12:30 +00:00
|
note: here
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:14:11
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("hihi");
2018-11-21 05:12:30 +00:00
| ^^^^
= note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-21 05:12:30 +00:00
error: found 'hi's
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:17:1
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("hihihi");
2021-10-14 18:28:28 +00:00
| ^^^^^^^^^^^^^^^^^^
2018-11-21 05:12:30 +00:00
|
note: here
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:17:11
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("hihihi");
2018-11-21 05:12:30 +00:00
| ^^^^^^
= note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-21 05:12:30 +00:00
error: found 'hi's
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:20:1
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("why I hide? hi!");
2021-10-14 18:28:28 +00:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-11-21 05:12:30 +00:00
|
note: here
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:20:17
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("why I hide? hi!");
2018-11-21 05:12:30 +00:00
| ^^ ^^
= note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-21 05:12:30 +00:00
error: found 'hi's
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:21:1
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("hey, hi, hidy, hidy, hi hi");
2021-10-14 18:28:28 +00:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-11-21 05:12:30 +00:00
|
note: here
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:21:16
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("hey, hi, hidy, hidy, hi hi");
2018-11-21 05:12:30 +00:00
| ^^ ^^ ^^ ^^ ^^
= note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-21 05:12:30 +00:00
error: found 'hi's
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:22:1
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("this is a hi, and this is another hi");
2021-10-14 18:28:28 +00:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-11-21 05:12:30 +00:00
|
note: here
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:22:12
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("this is a hi, and this is another hi");
2018-11-21 05:12:30 +00:00
| ^^ ^^ ^^ ^^
= note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-21 05:12:30 +00:00
error: found 'hi's
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:23:1
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("how are you this evening");
2021-10-14 18:28:28 +00:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-11-21 05:12:30 +00:00
|
note: here
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:23:24
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("how are you this evening");
2018-11-21 05:12:30 +00:00
| ^^
= note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-21 05:12:30 +00:00
error: found 'hi's
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:24:1
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("this is highly eradic");
2021-10-14 18:28:28 +00:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-11-21 05:12:30 +00:00
|
note: here
2018-12-25 15:56:47 +00:00
--> $DIR/subspan.rs:24:12
2018-11-21 05:12:30 +00:00
|
2019-03-09 12:03:44 +00:00
LL | subspan!("this is highly eradic");
2018-11-21 05:12:30 +00:00
| ^^ ^^
= note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-21 05:12:30 +00:00
error: aborting due to 8 previous errors