]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dep-graph/dep-graph-struct-signature.stderr
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check...
[rust.git] / src / test / ui / dep-graph / dep-graph-struct-signature.stderr
1 error: no path from `WillChange` to `type_of`
2   --> $DIR/dep-graph-struct-signature.rs:27:5
3    |
4 LL |     #[rustc_then_this_would_need(type_of)]
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: no path from `WillChange` to `associated_item`
8   --> $DIR/dep-graph-struct-signature.rs:28:5
9    |
10 LL |     #[rustc_then_this_would_need(associated_item)]
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: no path from `WillChange` to `trait_def`
14   --> $DIR/dep-graph-struct-signature.rs:29:5
15    |
16 LL |     #[rustc_then_this_would_need(trait_def)]
17    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18
19 error: OK
20   --> $DIR/dep-graph-struct-signature.rs:35:5
21    |
22 LL |     #[rustc_then_this_would_need(fn_sig)]
23    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25 error: OK
26   --> $DIR/dep-graph-struct-signature.rs:36:5
27    |
28 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
29    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30
31 error: OK
32   --> $DIR/dep-graph-struct-signature.rs:39:5
33    |
34 LL |     #[rustc_then_this_would_need(fn_sig)]
35    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36
37 error: OK
38   --> $DIR/dep-graph-struct-signature.rs:40:5
39    |
40 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
41    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
43 error: OK
44   --> $DIR/dep-graph-struct-signature.rs:45:5
45    |
46 LL |     #[rustc_then_this_would_need(type_of)]
47    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48
49 error: OK
50   --> $DIR/dep-graph-struct-signature.rs:52:5
51    |
52 LL |     #[rustc_then_this_would_need(type_of)]
53    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
55 error: OK
56   --> $DIR/dep-graph-struct-signature.rs:60:9
57    |
58 LL |         #[rustc_then_this_would_need(type_of)]
59    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
60
61 error: OK
62   --> $DIR/dep-graph-struct-signature.rs:62:9
63    |
64 LL |         #[rustc_then_this_would_need(type_of)]
65    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
67 error: no path from `WillChange` to `type_of`
68   --> $DIR/dep-graph-struct-signature.rs:67:5
69    |
70 LL |     #[rustc_then_this_would_need(type_of)]
71    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72
73 error: no path from `WillChange` to `type_of`
74   --> $DIR/dep-graph-struct-signature.rs:74:5
75    |
76 LL |     #[rustc_then_this_would_need(type_of)]
77    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78
79 error: no path from `WillChange` to `fn_sig`
80   --> $DIR/dep-graph-struct-signature.rs:80:5
81    |
82 LL |     #[rustc_then_this_would_need(fn_sig)]
83    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
84
85 error: no path from `WillChange` to `fn_sig`
86   --> $DIR/dep-graph-struct-signature.rs:83:5
87    |
88 LL |     #[rustc_then_this_would_need(fn_sig)]
89    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90
91 error: no path from `WillChange` to `typeck_tables_of`
92   --> $DIR/dep-graph-struct-signature.rs:84:5
93    |
94 LL |     #[rustc_then_this_would_need(typeck_tables_of)]
95    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96
97 error: OK
98   --> $DIR/dep-graph-struct-signature.rs:31:9
99    |
100 LL |         #[rustc_then_this_would_need(fn_sig)]
101    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
102
103 error: no path from `WillChange` to `fn_sig`
104   --> $DIR/dep-graph-struct-signature.rs:76:9
105    |
106 LL |         #[rustc_then_this_would_need(fn_sig)]
107    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108
109 error: OK
110   --> $DIR/dep-graph-struct-signature.rs:47:9
111    |
112 LL |         #[rustc_then_this_would_need(fn_sig)]
113    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
114
115 error: OK
116   --> $DIR/dep-graph-struct-signature.rs:48:9
117    |
118 LL |         #[rustc_then_this_would_need(typeck_tables_of)]
119    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
120
121 error: OK
122   --> $DIR/dep-graph-struct-signature.rs:54:9
123    |
124 LL |         #[rustc_then_this_would_need(fn_sig)]
125    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
126
127 error: OK
128   --> $DIR/dep-graph-struct-signature.rs:55:9
129    |
130 LL |         #[rustc_then_this_would_need(typeck_tables_of)]
131    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132
133 error: aborting due to 22 previous errors
134