]> git.lizzy.rs Git - rust.git/blob - tests/ui/annotate-snippet/multispan.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / annotate-snippet / multispan.stderr
1 error: hello to you, too!
2   --> $DIR/multispan.rs:15:5
3    |
4 LL |     hello!(hi);
5    |     ^^^^^^^^^^
6    |
7 error: hello to you, too!
8   --> $DIR/multispan.rs:18:5
9    |
10 LL |     hello!(hi hi);
11    |     ^^^^^^^^^^^^^
12    |
13 error: hello to you, too!
14   --> $DIR/multispan.rs:21:5
15    |
16 LL |     hello!(hi hi hi);
17    |     ^^^^^^^^^^^^^^^^
18    |
19 error: hello to you, too!
20   --> $DIR/multispan.rs:24:5
21    |
22 LL |     hello!(hi hey hi yo hi beep beep hi hi);
23    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24    |
25 error: hello to you, too!
26   --> $DIR/multispan.rs:25:5
27    |
28 LL |     hello!(hi there, hi how are you? hi... hi.);
29    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30    |
31 error: hello to you, too!
32   --> $DIR/multispan.rs:26:5
33    |
34 LL |     hello!(whoah. hi di hi di ho);
35    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36    |
37 error: hello to you, too!
38   --> $DIR/multispan.rs:27:5
39    |
40 LL |     hello!(hi good hi and good bye);
41    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42    |