@@ -30,7 +30,6 @@ macro_rules! x {
30
30
} } ;
31
31
}
32
32
33
- #[ expect( deprecated) ]
34
33
#[ cargo_test]
35
34
fn features ( ) {
36
35
let p = project ( )
@@ -56,7 +55,6 @@ fn features() {
56
55
. run ( ) ;
57
56
}
58
57
59
- #[ expect( deprecated) ]
60
58
#[ cargo_test]
61
59
fn features_with_deps ( ) {
62
60
let p = project ( )
@@ -87,7 +85,6 @@ fn features_with_deps() {
87
85
. run ( ) ;
88
86
}
89
87
90
- #[ expect( deprecated) ]
91
88
#[ cargo_test]
92
89
fn features_with_opt_deps ( ) {
93
90
let p = project ( )
@@ -119,7 +116,6 @@ fn features_with_opt_deps() {
119
116
. run ( ) ;
120
117
}
121
118
122
- #[ expect( deprecated) ]
123
119
#[ cargo_test]
124
120
fn features_with_namespaced_features ( ) {
125
121
let p = project ( )
@@ -150,7 +146,6 @@ fn features_with_namespaced_features() {
150
146
. run ( ) ;
151
147
}
152
148
153
- #[ expect( deprecated) ]
154
149
#[ cargo_test]
155
150
fn features_fingerprint ( ) {
156
151
let p = project ( )
@@ -228,7 +223,6 @@ fn features_fingerprint() {
228
223
. run ( ) ;
229
224
}
230
225
231
- #[ expect( deprecated) ]
232
226
#[ cargo_test]
233
227
fn well_known_names_values ( ) {
234
228
let p = project ( )
@@ -242,7 +236,6 @@ fn well_known_names_values() {
242
236
. run ( ) ;
243
237
}
244
238
245
- #[ expect( deprecated) ]
246
239
#[ cargo_test]
247
240
fn features_test ( ) {
248
241
let p = project ( )
@@ -268,7 +261,6 @@ fn features_test() {
268
261
. run ( ) ;
269
262
}
270
263
271
- #[ expect( deprecated) ]
272
264
#[ cargo_test]
273
265
fn features_doctest ( ) {
274
266
let p = project ( )
@@ -297,7 +289,6 @@ fn features_doctest() {
297
289
. run ( ) ;
298
290
}
299
291
300
- #[ expect( deprecated) ]
301
292
#[ cargo_test]
302
293
fn well_known_names_values_test ( ) {
303
294
let p = project ( )
@@ -311,7 +302,6 @@ fn well_known_names_values_test() {
311
302
. run ( ) ;
312
303
}
313
304
314
- #[ expect( deprecated) ]
315
305
#[ cargo_test]
316
306
fn well_known_names_values_doctest ( ) {
317
307
let p = project ( )
@@ -327,7 +317,6 @@ fn well_known_names_values_doctest() {
327
317
. run ( ) ;
328
318
}
329
319
330
- #[ expect( deprecated) ]
331
320
#[ cargo_test]
332
321
fn features_doc ( ) {
333
322
let p = project ( )
@@ -354,7 +343,6 @@ fn features_doc() {
354
343
. run ( ) ;
355
344
}
356
345
357
- #[ expect( deprecated) ]
358
346
#[ cargo_test]
359
347
fn build_script_feedback ( ) {
360
348
let p = project ( )
@@ -382,7 +370,6 @@ fn build_script_feedback() {
382
370
. run ( ) ;
383
371
}
384
372
385
- #[ expect( deprecated) ]
386
373
#[ cargo_test]
387
374
fn build_script_doc ( ) {
388
375
let p = project ( )
@@ -421,7 +408,6 @@ fn build_script_doc() {
421
408
. run ( ) ;
422
409
}
423
410
424
- #[ expect( deprecated) ]
425
411
#[ cargo_test]
426
412
fn build_script_override ( ) {
427
413
let target = cargo_test_support:: rustc_host ( ) ;
@@ -531,7 +517,6 @@ test [..] ... ok
531
517
. run ( ) ;
532
518
}
533
519
534
- #[ expect( deprecated) ]
535
520
#[ cargo_test]
536
521
fn config_simple ( ) {
537
522
let p = project ( )
@@ -557,7 +542,6 @@ fn config_simple() {
557
542
. run ( ) ;
558
543
}
559
544
560
- #[ expect( deprecated) ]
561
545
#[ cargo_test]
562
546
fn config_workspace ( ) {
563
547
let p = project ( )
@@ -599,7 +583,6 @@ fn config_workspace() {
599
583
. run ( ) ;
600
584
}
601
585
602
- #[ expect( deprecated) ]
603
586
#[ cargo_test]
604
587
fn config_workspace_not_inherited ( ) {
605
588
let p = project ( )
@@ -631,7 +614,6 @@ fn config_workspace_not_inherited() {
631
614
. run ( ) ;
632
615
}
633
616
634
- #[ expect( deprecated) ]
635
617
#[ cargo_test]
636
618
fn config_invalid_position ( ) {
637
619
let p = project ( )
@@ -746,7 +728,6 @@ Caused by:
746
728
. run ( ) ;
747
729
}
748
730
749
- #[ expect( deprecated) ]
750
731
#[ cargo_test]
751
732
fn config_and_features ( ) {
752
733
let p = project ( )
@@ -836,7 +817,6 @@ fn config_with_cargo_test() {
836
817
. run ( ) ;
837
818
}
838
819
839
- #[ expect( deprecated) ]
840
820
#[ cargo_test]
841
821
fn config_and_build_script ( ) {
842
822
let p = project ( )
@@ -866,7 +846,6 @@ fn config_and_build_script() {
866
846
. run ( ) ;
867
847
}
868
848
869
- #[ expect( deprecated) ]
870
849
#[ cargo_test]
871
850
fn config_features_and_build_script ( ) {
872
851
let p = project ( )
@@ -902,7 +881,6 @@ fn config_features_and_build_script() {
902
881
. run ( ) ;
903
882
}
904
883
905
- #[ expect( deprecated) ]
906
884
#[ cargo_test]
907
885
fn config_fingerprint ( ) {
908
886
let p = project ( )
0 commit comments