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