]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/subspan.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / proc-macro / subspan.stderr
1 error: found 'hi's
2   --> $DIR/subspan.rs:11:1
3    |
4 LL | subspan!("hi");
5    | ^^^^^^^^^^^^^^
6    |
7 note: here
8   --> $DIR/subspan.rs:11:11
9    |
10 LL | subspan!("hi");
11    |           ^^
12    = note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
13
14 error: found 'hi's
15   --> $DIR/subspan.rs:14:1
16    |
17 LL | subspan!("hihi");
18    | ^^^^^^^^^^^^^^^^
19    |
20 note: here
21   --> $DIR/subspan.rs:14:11
22    |
23 LL | subspan!("hihi");
24    |           ^^^^
25    = note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
26
27 error: found 'hi's
28   --> $DIR/subspan.rs:17:1
29    |
30 LL | subspan!("hihihi");
31    | ^^^^^^^^^^^^^^^^^^
32    |
33 note: here
34   --> $DIR/subspan.rs:17:11
35    |
36 LL | subspan!("hihihi");
37    |           ^^^^^^
38    = note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
39
40 error: found 'hi's
41   --> $DIR/subspan.rs:20:1
42    |
43 LL | subspan!("why I hide? hi!");
44    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
45    |
46 note: here
47   --> $DIR/subspan.rs:20:17
48    |
49 LL | subspan!("why I hide? hi!");
50    |                 ^^    ^^
51    = note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
52
53 error: found 'hi's
54   --> $DIR/subspan.rs:21:1
55    |
56 LL | subspan!("hey, hi, hidy, hidy, hi hi");
57    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
58    |
59 note: here
60   --> $DIR/subspan.rs:21:16
61    |
62 LL | subspan!("hey, hi, hidy, hidy, hi hi");
63    |                ^^  ^^    ^^    ^^ ^^
64    = note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
65
66 error: found 'hi's
67   --> $DIR/subspan.rs:22:1
68    |
69 LL | subspan!("this is a hi, and this is another hi");
70    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
71    |
72 note: here
73   --> $DIR/subspan.rs:22:12
74    |
75 LL | subspan!("this is a hi, and this is another hi");
76    |            ^^       ^^       ^^             ^^
77    = note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
78
79 error: found 'hi's
80   --> $DIR/subspan.rs:23:1
81    |
82 LL | subspan!("how are you this evening");
83    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
84    |
85 note: here
86   --> $DIR/subspan.rs:23:24
87    |
88 LL | subspan!("how are you this evening");
89    |                        ^^
90    = note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
91
92 error: found 'hi's
93   --> $DIR/subspan.rs:24:1
94    |
95 LL | subspan!("this is highly eradic");
96    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
97    |
98 note: here
99   --> $DIR/subspan.rs:24:12
100    |
101 LL | subspan!("this is highly eradic");
102    |            ^^     ^^
103    = note: this error originates in the macro `subspan` (in Nightly builds, run with -Z macro-backtrace for more info)
104
105 error: aborting due to 8 previous errors
106