@@ -30,7 +30,6 @@ macro_rules! x {
3030 } } ;
3131}
3232
33- #[ expect( deprecated) ]
3433#[ cargo_test]
3534fn features ( ) {
3635 let p = project ( )
@@ -56,7 +55,6 @@ fn features() {
5655 . run ( ) ;
5756}
5857
59- #[ expect( deprecated) ]
6058#[ cargo_test]
6159fn features_with_deps ( ) {
6260 let p = project ( )
@@ -87,7 +85,6 @@ fn features_with_deps() {
8785 . run ( ) ;
8886}
8987
90- #[ expect( deprecated) ]
9188#[ cargo_test]
9289fn features_with_opt_deps ( ) {
9390 let p = project ( )
@@ -119,7 +116,6 @@ fn features_with_opt_deps() {
119116 . run ( ) ;
120117}
121118
122- #[ expect( deprecated) ]
123119#[ cargo_test]
124120fn features_with_namespaced_features ( ) {
125121 let p = project ( )
@@ -150,7 +146,6 @@ fn features_with_namespaced_features() {
150146 . run ( ) ;
151147}
152148
153- #[ expect( deprecated) ]
154149#[ cargo_test]
155150fn features_fingerprint ( ) {
156151 let p = project ( )
@@ -228,7 +223,6 @@ fn features_fingerprint() {
228223 . run ( ) ;
229224}
230225
231- #[ expect( deprecated) ]
232226#[ cargo_test]
233227fn well_known_names_values ( ) {
234228 let p = project ( )
@@ -242,7 +236,6 @@ fn well_known_names_values() {
242236 . run ( ) ;
243237}
244238
245- #[ expect( deprecated) ]
246239#[ cargo_test]
247240fn features_test ( ) {
248241 let p = project ( )
@@ -268,7 +261,6 @@ fn features_test() {
268261 . run ( ) ;
269262}
270263
271- #[ expect( deprecated) ]
272264#[ cargo_test]
273265fn features_doctest ( ) {
274266 let p = project ( )
@@ -297,7 +289,6 @@ fn features_doctest() {
297289 . run ( ) ;
298290}
299291
300- #[ expect( deprecated) ]
301292#[ cargo_test]
302293fn well_known_names_values_test ( ) {
303294 let p = project ( )
@@ -311,7 +302,6 @@ fn well_known_names_values_test() {
311302 . run ( ) ;
312303}
313304
314- #[ expect( deprecated) ]
315305#[ cargo_test]
316306fn well_known_names_values_doctest ( ) {
317307 let p = project ( )
@@ -327,7 +317,6 @@ fn well_known_names_values_doctest() {
327317 . run ( ) ;
328318}
329319
330- #[ expect( deprecated) ]
331320#[ cargo_test]
332321fn features_doc ( ) {
333322 let p = project ( )
@@ -354,7 +343,6 @@ fn features_doc() {
354343 . run ( ) ;
355344}
356345
357- #[ expect( deprecated) ]
358346#[ cargo_test]
359347fn build_script_feedback ( ) {
360348 let p = project ( )
@@ -382,7 +370,6 @@ fn build_script_feedback() {
382370 . run ( ) ;
383371}
384372
385- #[ expect( deprecated) ]
386373#[ cargo_test]
387374fn build_script_doc ( ) {
388375 let p = project ( )
@@ -421,7 +408,6 @@ fn build_script_doc() {
421408 . run ( ) ;
422409}
423410
424- #[ expect( deprecated) ]
425411#[ cargo_test]
426412fn build_script_override ( ) {
427413 let target = cargo_test_support:: rustc_host ( ) ;
@@ -531,7 +517,6 @@ test [..] ... ok
531517 . run ( ) ;
532518}
533519
534- #[ expect( deprecated) ]
535520#[ cargo_test]
536521fn config_simple ( ) {
537522 let p = project ( )
@@ -557,7 +542,6 @@ fn config_simple() {
557542 . run ( ) ;
558543}
559544
560- #[ expect( deprecated) ]
561545#[ cargo_test]
562546fn config_workspace ( ) {
563547 let p = project ( )
@@ -599,7 +583,6 @@ fn config_workspace() {
599583 . run ( ) ;
600584}
601585
602- #[ expect( deprecated) ]
603586#[ cargo_test]
604587fn config_workspace_not_inherited ( ) {
605588 let p = project ( )
@@ -631,7 +614,6 @@ fn config_workspace_not_inherited() {
631614 . run ( ) ;
632615}
633616
634- #[ expect( deprecated) ]
635617#[ cargo_test]
636618fn config_invalid_position ( ) {
637619 let p = project ( )
@@ -746,7 +728,6 @@ Caused by:
746728 . run ( ) ;
747729}
748730
749- #[ expect( deprecated) ]
750731#[ cargo_test]
751732fn config_and_features ( ) {
752733 let p = project ( )
@@ -836,7 +817,6 @@ fn config_with_cargo_test() {
836817 . run ( ) ;
837818}
838819
839- #[ expect( deprecated) ]
840820#[ cargo_test]
841821fn config_and_build_script ( ) {
842822 let p = project ( )
@@ -866,7 +846,6 @@ fn config_and_build_script() {
866846 . run ( ) ;
867847}
868848
869- #[ expect( deprecated) ]
870849#[ cargo_test]
871850fn config_features_and_build_script ( ) {
872851 let p = project ( )
@@ -902,7 +881,6 @@ fn config_features_and_build_script() {
902881 . run ( ) ;
903882}
904883
905- #[ expect( deprecated) ]
906884#[ cargo_test]
907885fn config_fingerprint ( ) {
908886 let p = project ( )
0 commit comments