]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dep-graph/dep-graph-type-alias.stderr
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check...
[rust.git] / src / test / ui / dep-graph / dep-graph-type-alias.stderr
1 error: no path from `TypeAlias` to `type_of`
2   --> $DIR/dep-graph-type-alias.rs:17:1
3    |
4 LL | #[rustc_then_this_would_need(type_of)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: OK
8   --> $DIR/dep-graph-type-alias.rs:19:5
9    |
10 LL |     #[rustc_then_this_would_need(type_of)]
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: no path from `TypeAlias` to `type_of`
14   --> $DIR/dep-graph-type-alias.rs:24:1
15    |
16 LL | #[rustc_then_this_would_need(type_of)]
17    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18
19 error: OK
20   --> $DIR/dep-graph-type-alias.rs:27:9
21    |
22 LL |         #[rustc_then_this_would_need(type_of)]
23    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25 error: no path from `TypeAlias` to `type_of`
26   --> $DIR/dep-graph-type-alias.rs:33:1
27    |
28 LL | #[rustc_then_this_would_need(type_of)]
29    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30
31 error: no path from `TypeAlias` to `type_of`
32   --> $DIR/dep-graph-type-alias.rs:41:1
33    |
34 LL | #[rustc_then_this_would_need(type_of)]
35    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36
37 error: OK
38   --> $DIR/dep-graph-type-alias.rs:48:1
39    |
40 LL | #[rustc_then_this_would_need(type_of)]
41    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
43 error: OK
44   --> $DIR/dep-graph-type-alias.rs:51:1
45    |
46 LL | #[rustc_then_this_would_need(fn_sig)]
47    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48
49 error: OK
50   --> $DIR/dep-graph-type-alias.rs:52:1
51    |
52 LL | #[rustc_then_this_would_need(typeck_tables_of)]
53    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
55 error: OK
56   --> $DIR/dep-graph-type-alias.rs:35:5
57    |
58 LL |     #[rustc_then_this_would_need(fn_sig)]
59    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
60
61 error: OK
62   --> $DIR/dep-graph-type-alias.rs:43:5
63    |
64 LL |     #[rustc_then_this_would_need(fn_sig)]
65    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
67 error: OK
68   --> $DIR/dep-graph-type-alias.rs:44:5
69    |
70 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
71    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72
73 error: aborting due to 12 previous errors
74