]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-stability-fields.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / lint / lint-stability-fields.stderr
1 error[E0658]: use of unstable library feature 'unstable_test_feature'
2   --> $DIR/lint-stability-fields.rs:56:17
3    |
4 LL |         let x = Unstable {
5    |                 ^^^^^^^^
6    |
7    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
8
9 error[E0658]: use of unstable library feature 'unstable_test_feature'
10   --> $DIR/lint-stability-fields.rs:66:13
11    |
12 LL |         let Unstable {
13    |             ^^^^^^^^
14    |
15    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
16
17 error[E0658]: use of unstable library feature 'unstable_test_feature'
18   --> $DIR/lint-stability-fields.rs:72:13
19    |
20 LL |         let Unstable
21    |             ^^^^^^^^
22    |
23    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
24
25 error[E0658]: use of unstable library feature 'unstable_test_feature'
26   --> $DIR/lint-stability-fields.rs:77:17
27    |
28 LL |         let x = reexport::Unstable2(1, 2, 3);
29    |                 ^^^^^^^^^^^^^^^^^^^
30    |
31    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
32
33 error[E0658]: use of unstable library feature 'unstable_test_feature'
34   --> $DIR/lint-stability-fields.rs:79:17
35    |
36 LL |         let x = Unstable2(1, 2, 3);
37    |                 ^^^^^^^^^
38    |
39    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
40
41 error[E0658]: use of unstable library feature 'unstable_test_feature'
42   --> $DIR/lint-stability-fields.rs:85:13
43    |
44 LL |         let Unstable2
45    |             ^^^^^^^^^
46    |
47    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
48
49 error[E0658]: use of unstable library feature 'unstable_test_feature'
50   --> $DIR/lint-stability-fields.rs:90:13
51    |
52 LL |         let Unstable2
53    |             ^^^^^^^^^
54    |
55    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
56
57 error[E0658]: use of unstable library feature 'unstable_test_feature'
58   --> $DIR/lint-stability-fields.rs:95:17
59    |
60 LL |         let x = Deprecated {
61    |                 ^^^^^^^^^^
62    |
63    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
64
65 error[E0658]: use of unstable library feature 'unstable_test_feature'
66   --> $DIR/lint-stability-fields.rs:105:13
67    |
68 LL |         let Deprecated {
69    |             ^^^^^^^^^^
70    |
71    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
72
73 error[E0658]: use of unstable library feature 'unstable_test_feature'
74   --> $DIR/lint-stability-fields.rs:111:13
75    |
76 LL |         let Deprecated
77    |             ^^^^^^^^^^
78    |
79    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
80
81 error[E0658]: use of unstable library feature 'unstable_test_feature'
82   --> $DIR/lint-stability-fields.rs:115:17
83    |
84 LL |         let x = Deprecated2(1, 2, 3);
85    |                 ^^^^^^^^^^^
86    |
87    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
88
89 error[E0658]: use of unstable library feature 'unstable_test_feature'
90   --> $DIR/lint-stability-fields.rs:121:13
91    |
92 LL |         let Deprecated2
93    |             ^^^^^^^^^^^
94    |
95    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
96
97 error[E0658]: use of unstable library feature 'unstable_test_feature'
98   --> $DIR/lint-stability-fields.rs:126:13
99    |
100 LL |         let Deprecated2
101    |             ^^^^^^^^^^^
102    |
103    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
104
105 error[E0658]: use of unstable library feature 'unstable_test_feature'
106   --> $DIR/lint-stability-fields.rs:21:13
107    |
108 LL |             override1: 2,
109    |             ^^^^^^^^^^^^
110    |
111    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
112
113 error[E0658]: use of unstable library feature 'unstable_test_feature'
114   --> $DIR/lint-stability-fields.rs:22:13
115    |
116 LL |             override2: 3,
117    |             ^^^^^^^^^^^^
118    |
119    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
120
121 error[E0658]: use of unstable library feature 'unstable_test_feature'
122   --> $DIR/lint-stability-fields.rs:27:17
123    |
124 LL |         let _ = x.override1;
125    |                 ^^^^^^^^^^^
126    |
127    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
128
129 error[E0658]: use of unstable library feature 'unstable_test_feature'
130   --> $DIR/lint-stability-fields.rs:28:17
131    |
132 LL |         let _ = x.override2;
133    |                 ^^^^^^^^^^^
134    |
135    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
136
137 error[E0658]: use of unstable library feature 'unstable_test_feature'
138   --> $DIR/lint-stability-fields.rs:33:13
139    |
140 LL |             override1: _,
141    |             ^^^^^^^^^^^^
142    |
143    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
144
145 error[E0658]: use of unstable library feature 'unstable_test_feature'
146   --> $DIR/lint-stability-fields.rs:34:13
147    |
148 LL |             override2: _,
149    |             ^^^^^^^^^^^^
150    |
151    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
152
153 error[E0658]: use of unstable library feature 'unstable_test_feature'
154   --> $DIR/lint-stability-fields.rs:43:17
155    |
156 LL |         let _ = x.1;
157    |                 ^^^
158    |
159    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
160
161 error[E0658]: use of unstable library feature 'unstable_test_feature'
162   --> $DIR/lint-stability-fields.rs:44:17
163    |
164 LL |         let _ = x.2;
165    |                 ^^^
166    |
167    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
168
169 error[E0658]: use of unstable library feature 'unstable_test_feature'
170   --> $DIR/lint-stability-fields.rs:48:20
171    |
172 LL |                    _,
173    |                    ^
174    |
175    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
176
177 error[E0658]: use of unstable library feature 'unstable_test_feature'
178   --> $DIR/lint-stability-fields.rs:49:20
179    |
180 LL |                    _,
181    |                    ^
182    |
183    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
184
185 error[E0658]: use of unstable library feature 'unstable_test_feature'
186   --> $DIR/lint-stability-fields.rs:57:13
187    |
188 LL |             inherit: 1,
189    |             ^^^^^^^^^^
190    |
191    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
192
193 error[E0658]: use of unstable library feature 'unstable_test_feature'
194   --> $DIR/lint-stability-fields.rs:59:13
195    |
196 LL |             override2: 3,
197    |             ^^^^^^^^^^^^
198    |
199    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
200
201 error[E0658]: use of unstable library feature 'unstable_test_feature'
202   --> $DIR/lint-stability-fields.rs:62:17
203    |
204 LL |         let _ = x.inherit;
205    |                 ^^^^^^^^^
206    |
207    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
208
209 error[E0658]: use of unstable library feature 'unstable_test_feature'
210   --> $DIR/lint-stability-fields.rs:64:17
211    |
212 LL |         let _ = x.override2;
213    |                 ^^^^^^^^^^^
214    |
215    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
216
217 error[E0658]: use of unstable library feature 'unstable_test_feature'
218   --> $DIR/lint-stability-fields.rs:67:13
219    |
220 LL |             inherit: _,
221    |             ^^^^^^^^^^
222    |
223    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
224
225 error[E0658]: use of unstable library feature 'unstable_test_feature'
226   --> $DIR/lint-stability-fields.rs:69:13
227    |
228 LL |             override2: _
229    |             ^^^^^^^^^^^^
230    |
231    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
232
233 error[E0658]: use of unstable library feature 'unstable_test_feature'
234   --> $DIR/lint-stability-fields.rs:81:17
235    |
236 LL |         let _ = x.0;
237    |                 ^^^
238    |
239    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
240
241 error[E0658]: use of unstable library feature 'unstable_test_feature'
242   --> $DIR/lint-stability-fields.rs:83:17
243    |
244 LL |         let _ = x.2;
245    |                 ^^^
246    |
247    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
248
249 error[E0658]: use of unstable library feature 'unstable_test_feature'
250   --> $DIR/lint-stability-fields.rs:86:14
251    |
252 LL |             (_,
253    |              ^
254    |
255    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
256
257 error[E0658]: use of unstable library feature 'unstable_test_feature'
258   --> $DIR/lint-stability-fields.rs:88:14
259    |
260 LL |              _)
261    |              ^
262    |
263    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
264
265 error[E0658]: use of unstable library feature 'unstable_test_feature'
266   --> $DIR/lint-stability-fields.rs:96:13
267    |
268 LL |             inherit: 1,
269    |             ^^^^^^^^^^
270    |
271    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
272
273 error[E0658]: use of unstable library feature 'unstable_test_feature'
274   --> $DIR/lint-stability-fields.rs:98:13
275    |
276 LL |             override2: 3,
277    |             ^^^^^^^^^^^^
278    |
279    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
280
281 error[E0658]: use of unstable library feature 'unstable_test_feature'
282   --> $DIR/lint-stability-fields.rs:101:17
283    |
284 LL |         let _ = x.inherit;
285    |                 ^^^^^^^^^
286    |
287    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
288
289 error[E0658]: use of unstable library feature 'unstable_test_feature'
290   --> $DIR/lint-stability-fields.rs:103:17
291    |
292 LL |         let _ = x.override2;
293    |                 ^^^^^^^^^^^
294    |
295    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
296
297 error[E0658]: use of unstable library feature 'unstable_test_feature'
298   --> $DIR/lint-stability-fields.rs:106:13
299    |
300 LL |             inherit: _,
301    |             ^^^^^^^^^^
302    |
303    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
304
305 error[E0658]: use of unstable library feature 'unstable_test_feature'
306   --> $DIR/lint-stability-fields.rs:108:13
307    |
308 LL |             override2: _
309    |             ^^^^^^^^^^^^
310    |
311    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
312
313 error[E0658]: use of unstable library feature 'unstable_test_feature'
314   --> $DIR/lint-stability-fields.rs:117:17
315    |
316 LL |         let _ = x.0;
317    |                 ^^^
318    |
319    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
320
321 error[E0658]: use of unstable library feature 'unstable_test_feature'
322   --> $DIR/lint-stability-fields.rs:119:17
323    |
324 LL |         let _ = x.2;
325    |                 ^^^
326    |
327    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
328
329 error[E0658]: use of unstable library feature 'unstable_test_feature'
330   --> $DIR/lint-stability-fields.rs:122:14
331    |
332 LL |             (_,
333    |              ^
334    |
335    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
336
337 error[E0658]: use of unstable library feature 'unstable_test_feature'
338   --> $DIR/lint-stability-fields.rs:124:14
339    |
340 LL |              _)
341    |              ^
342    |
343    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
344
345 error: aborting due to 43 previous errors
346
347 For more information about this error, try `rustc --explain E0658`.