]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dep-graph/dep-graph-struct-signature.stderr
Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se
[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:31:9
21    |
22 LL |         #[rustc_then_this_would_need(fn_sig)]
23    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25 error: OK
26   --> $DIR/dep-graph-struct-signature.rs:35:5
27    |
28 LL |     #[rustc_then_this_would_need(fn_sig)]
29    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30
31 error: OK
32   --> $DIR/dep-graph-struct-signature.rs:36:5
33    |
34 LL |     #[rustc_then_this_would_need(typeck)]
35    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36
37 error: OK
38   --> $DIR/dep-graph-struct-signature.rs:39:5
39    |
40 LL |     #[rustc_then_this_would_need(fn_sig)]
41    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
43 error: OK
44   --> $DIR/dep-graph-struct-signature.rs:40:5
45    |
46 LL |     #[rustc_then_this_would_need(typeck)]
47    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48
49 error: OK
50   --> $DIR/dep-graph-struct-signature.rs:45:5
51    |
52 LL |     #[rustc_then_this_would_need(type_of)]
53    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
55 error: OK
56   --> $DIR/dep-graph-struct-signature.rs:47:9
57    |
58 LL |         #[rustc_then_this_would_need(fn_sig)]
59    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
60
61 error: OK
62   --> $DIR/dep-graph-struct-signature.rs:48:9
63    |
64 LL |         #[rustc_then_this_would_need(typeck)]
65    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
67 error: OK
68   --> $DIR/dep-graph-struct-signature.rs:52:5
69    |
70 LL |     #[rustc_then_this_would_need(type_of)]
71    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72
73 error: OK
74   --> $DIR/dep-graph-struct-signature.rs:54:9
75    |
76 LL |         #[rustc_then_this_would_need(fn_sig)]
77    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78
79 error: OK
80   --> $DIR/dep-graph-struct-signature.rs:55:9
81    |
82 LL |         #[rustc_then_this_would_need(typeck)]
83    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
84
85 error: OK
86   --> $DIR/dep-graph-struct-signature.rs:60:9
87    |
88 LL |         #[rustc_then_this_would_need(type_of)]
89    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90
91 error: OK
92   --> $DIR/dep-graph-struct-signature.rs:62:9
93    |
94 LL |         #[rustc_then_this_would_need(type_of)]
95    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96
97 error: no path from `WillChange` to `type_of`
98   --> $DIR/dep-graph-struct-signature.rs:67:5
99    |
100 LL |     #[rustc_then_this_would_need(type_of)]
101    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
102
103 error: no path from `WillChange` to `type_of`
104   --> $DIR/dep-graph-struct-signature.rs:74:5
105    |
106 LL |     #[rustc_then_this_would_need(type_of)]
107    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108
109 error: no path from `WillChange` to `fn_sig`
110   --> $DIR/dep-graph-struct-signature.rs:76:9
111    |
112 LL |         #[rustc_then_this_would_need(fn_sig)]
113    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
114
115 error: no path from `WillChange` to `fn_sig`
116   --> $DIR/dep-graph-struct-signature.rs:80:5
117    |
118 LL |     #[rustc_then_this_would_need(fn_sig)]
119    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
120
121 error: no path from `WillChange` to `fn_sig`
122   --> $DIR/dep-graph-struct-signature.rs:83:5
123    |
124 LL |     #[rustc_then_this_would_need(fn_sig)]
125    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
126
127 error: no path from `WillChange` to `typeck`
128   --> $DIR/dep-graph-struct-signature.rs:84:5
129    |
130 LL |     #[rustc_then_this_would_need(typeck)]
131    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132
133 error: aborting due to 22 previous errors
134