]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/subspan.stderr
4d3928cae723a775e0dd477c9ecb7abf3efbd8b5
[rust.git] / src / test / ui-fulldeps / subspan.stderr
1 error: found 'hi's
2   --> $DIR/subspan.rs:22:1
3    |
4 LL | subspan!("hi"); //~ ERROR found 'hi's
5    | ^^^^^^^^^^^^^^^
6    |
7 note: here
8   --> $DIR/subspan.rs:22:11
9    |
10 LL | subspan!("hi"); //~ ERROR found 'hi's
11    |           ^^
12
13 error: found 'hi's
14   --> $DIR/subspan.rs:25:1
15    |
16 LL | subspan!("hihi"); //~ ERROR found 'hi's
17    | ^^^^^^^^^^^^^^^^^
18    |
19 note: here
20   --> $DIR/subspan.rs:25:11
21    |
22 LL | subspan!("hihi"); //~ ERROR found 'hi's
23    |           ^^^^
24
25 error: found 'hi's
26   --> $DIR/subspan.rs:28:1
27    |
28 LL | subspan!("hihihi"); //~ ERROR found 'hi's
29    | ^^^^^^^^^^^^^^^^^^^
30    |
31 note: here
32   --> $DIR/subspan.rs:28:11
33    |
34 LL | subspan!("hihihi"); //~ ERROR found 'hi's
35    |           ^^^^^^
36
37 error: found 'hi's
38   --> $DIR/subspan.rs:31:1
39    |
40 LL | subspan!("why I hide? hi!"); //~ ERROR found 'hi's
41    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42    |
43 note: here
44   --> $DIR/subspan.rs:31:17
45    |
46 LL | subspan!("why I hide? hi!"); //~ ERROR found 'hi's
47    |                 ^^    ^^
48
49 error: found 'hi's
50   --> $DIR/subspan.rs:32:1
51    |
52 LL | subspan!("hey, hi, hidy, hidy, hi hi"); //~ ERROR found 'hi's
53    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54    |
55 note: here
56   --> $DIR/subspan.rs:32:16
57    |
58 LL | subspan!("hey, hi, hidy, hidy, hi hi"); //~ ERROR found 'hi's
59    |                ^^  ^^    ^^    ^^ ^^
60
61 error: found 'hi's
62   --> $DIR/subspan.rs:33:1
63    |
64 LL | subspan!("this is a hi, and this is another hi"); //~ ERROR found 'hi's
65    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66    |
67 note: here
68   --> $DIR/subspan.rs:33:12
69    |
70 LL | subspan!("this is a hi, and this is another hi"); //~ ERROR found 'hi's
71    |            ^^       ^^       ^^             ^^
72
73 error: found 'hi's
74   --> $DIR/subspan.rs:34:1
75    |
76 LL | subspan!("how are you this evening"); //~ ERROR found 'hi's
77    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78    |
79 note: here
80   --> $DIR/subspan.rs:34:24
81    |
82 LL | subspan!("how are you this evening"); //~ ERROR found 'hi's
83    |                        ^^
84
85 error: found 'hi's
86   --> $DIR/subspan.rs:35:1
87    |
88 LL | subspan!("this is highly eradic"); //~ ERROR found 'hi's
89    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90    |
91 note: here
92   --> $DIR/subspan.rs:35:12
93    |
94 LL | subspan!("this is highly eradic"); //~ ERROR found 'hi's
95    |            ^^     ^^
96
97 error: aborting due to 8 previous errors
98