@@ -312,7 +312,7 @@ pub mod foo {
312
312
fn roundtrip_flag1 (
313
313
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
314
314
x : Flag1 ,
315
- ) -> impl :: std :: future:: Future <
315
+ ) -> impl :: core :: future:: Future <
316
316
Output = impl FnOnce (
317
317
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
318
318
) -> Flag1 + Send + Sync + ' static ,
@@ -322,7 +322,7 @@ pub mod foo {
322
322
fn roundtrip_flag2 (
323
323
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
324
324
x : Flag2 ,
325
- ) -> impl :: std :: future:: Future <
325
+ ) -> impl :: core :: future:: Future <
326
326
Output = impl FnOnce (
327
327
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
328
328
) -> Flag2 + Send + Sync + ' static ,
@@ -332,7 +332,7 @@ pub mod foo {
332
332
fn roundtrip_flag4 (
333
333
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
334
334
x : Flag4 ,
335
- ) -> impl :: std :: future:: Future <
335
+ ) -> impl :: core :: future:: Future <
336
336
Output = impl FnOnce (
337
337
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
338
338
) -> Flag4 + Send + Sync + ' static ,
@@ -342,7 +342,7 @@ pub mod foo {
342
342
fn roundtrip_flag8 (
343
343
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
344
344
x : Flag8 ,
345
- ) -> impl :: std :: future:: Future <
345
+ ) -> impl :: core :: future:: Future <
346
346
Output = impl FnOnce (
347
347
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
348
348
) -> Flag8 + Send + Sync + ' static ,
@@ -352,7 +352,7 @@ pub mod foo {
352
352
fn roundtrip_flag16 (
353
353
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
354
354
x : Flag16 ,
355
- ) -> impl :: std :: future:: Future <
355
+ ) -> impl :: core :: future:: Future <
356
356
Output = impl FnOnce (
357
357
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
358
358
) -> Flag16 + Send + Sync + ' static ,
@@ -362,7 +362,7 @@ pub mod foo {
362
362
fn roundtrip_flag32 (
363
363
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
364
364
x : Flag32 ,
365
- ) -> impl :: std :: future:: Future <
365
+ ) -> impl :: core :: future:: Future <
366
366
Output = impl FnOnce (
367
367
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
368
368
) -> Flag32 + Send + Sync + ' static ,
@@ -372,7 +372,7 @@ pub mod foo {
372
372
fn roundtrip_flag64 (
373
373
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
374
374
x : Flag64 ,
375
- ) -> impl :: std :: future:: Future <
375
+ ) -> impl :: core :: future:: Future <
376
376
Output = impl FnOnce (
377
377
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
378
378
) -> Flag64 + Send + Sync + ' static ,
@@ -424,9 +424,9 @@ pub mod foo {
424
424
) -> wasmtime:: Result < ( Flag1 , ) > + Send + Sync ,
425
425
>
426
426
} )
427
- as :: std :: pin:: Pin <
427
+ as :: core :: pin:: Pin <
428
428
Box <
429
- dyn :: std :: future:: Future <
429
+ dyn :: core :: future:: Future <
430
430
Output = Box <
431
431
dyn FnOnce (
432
432
wasmtime:: StoreContextMut < ' _ , T > ,
@@ -457,9 +457,9 @@ pub mod foo {
457
457
) -> wasmtime:: Result < ( Flag2 , ) > + Send + Sync ,
458
458
>
459
459
} )
460
- as :: std :: pin:: Pin <
460
+ as :: core :: pin:: Pin <
461
461
Box <
462
- dyn :: std :: future:: Future <
462
+ dyn :: core :: future:: Future <
463
463
Output = Box <
464
464
dyn FnOnce (
465
465
wasmtime:: StoreContextMut < ' _ , T > ,
@@ -490,9 +490,9 @@ pub mod foo {
490
490
) -> wasmtime:: Result < ( Flag4 , ) > + Send + Sync ,
491
491
>
492
492
} )
493
- as :: std :: pin:: Pin <
493
+ as :: core :: pin:: Pin <
494
494
Box <
495
- dyn :: std :: future:: Future <
495
+ dyn :: core :: future:: Future <
496
496
Output = Box <
497
497
dyn FnOnce (
498
498
wasmtime:: StoreContextMut < ' _ , T > ,
@@ -523,9 +523,9 @@ pub mod foo {
523
523
) -> wasmtime:: Result < ( Flag8 , ) > + Send + Sync ,
524
524
>
525
525
} )
526
- as :: std :: pin:: Pin <
526
+ as :: core :: pin:: Pin <
527
527
Box <
528
- dyn :: std :: future:: Future <
528
+ dyn :: core :: future:: Future <
529
529
Output = Box <
530
530
dyn FnOnce (
531
531
wasmtime:: StoreContextMut < ' _ , T > ,
@@ -556,9 +556,9 @@ pub mod foo {
556
556
) -> wasmtime:: Result < ( Flag16 , ) > + Send + Sync ,
557
557
>
558
558
} )
559
- as :: std :: pin:: Pin <
559
+ as :: core :: pin:: Pin <
560
560
Box <
561
- dyn :: std :: future:: Future <
561
+ dyn :: core :: future:: Future <
562
562
Output = Box <
563
563
dyn FnOnce (
564
564
wasmtime:: StoreContextMut < ' _ , T > ,
@@ -589,9 +589,9 @@ pub mod foo {
589
589
) -> wasmtime:: Result < ( Flag32 , ) > + Send + Sync ,
590
590
>
591
591
} )
592
- as :: std :: pin:: Pin <
592
+ as :: core :: pin:: Pin <
593
593
Box <
594
- dyn :: std :: future:: Future <
594
+ dyn :: core :: future:: Future <
595
595
Output = Box <
596
596
dyn FnOnce (
597
597
wasmtime:: StoreContextMut < ' _ , T > ,
@@ -622,9 +622,9 @@ pub mod foo {
622
622
) -> wasmtime:: Result < ( Flag64 , ) > + Send + Sync ,
623
623
>
624
624
} )
625
- as :: std :: pin:: Pin <
625
+ as :: core :: pin:: Pin <
626
626
Box <
627
- dyn :: std :: future:: Future <
627
+ dyn :: core :: future:: Future <
628
628
Output = Box <
629
629
dyn FnOnce (
630
630
wasmtime:: StoreContextMut < ' _ , T > ,
@@ -652,7 +652,7 @@ pub mod foo {
652
652
fn roundtrip_flag1 (
653
653
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
654
654
x : Flag1 ,
655
- ) -> impl :: std :: future:: Future <
655
+ ) -> impl :: core :: future:: Future <
656
656
Output = impl FnOnce (
657
657
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
658
658
) -> Flag1 + Send + Sync + ' static ,
@@ -665,7 +665,7 @@ pub mod foo {
665
665
fn roundtrip_flag2 (
666
666
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
667
667
x : Flag2 ,
668
- ) -> impl :: std :: future:: Future <
668
+ ) -> impl :: core :: future:: Future <
669
669
Output = impl FnOnce (
670
670
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
671
671
) -> Flag2 + Send + Sync + ' static ,
@@ -678,7 +678,7 @@ pub mod foo {
678
678
fn roundtrip_flag4 (
679
679
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
680
680
x : Flag4 ,
681
- ) -> impl :: std :: future:: Future <
681
+ ) -> impl :: core :: future:: Future <
682
682
Output = impl FnOnce (
683
683
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
684
684
) -> Flag4 + Send + Sync + ' static ,
@@ -691,7 +691,7 @@ pub mod foo {
691
691
fn roundtrip_flag8 (
692
692
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
693
693
x : Flag8 ,
694
- ) -> impl :: std :: future:: Future <
694
+ ) -> impl :: core :: future:: Future <
695
695
Output = impl FnOnce (
696
696
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
697
697
) -> Flag8 + Send + Sync + ' static ,
@@ -704,7 +704,7 @@ pub mod foo {
704
704
fn roundtrip_flag16 (
705
705
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
706
706
x : Flag16 ,
707
- ) -> impl :: std :: future:: Future <
707
+ ) -> impl :: core :: future:: Future <
708
708
Output = impl FnOnce (
709
709
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
710
710
) -> Flag16 + Send + Sync + ' static ,
@@ -717,7 +717,7 @@ pub mod foo {
717
717
fn roundtrip_flag32 (
718
718
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
719
719
x : Flag32 ,
720
- ) -> impl :: std :: future:: Future <
720
+ ) -> impl :: core :: future:: Future <
721
721
Output = impl FnOnce (
722
722
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
723
723
) -> Flag32 + Send + Sync + ' static ,
@@ -730,7 +730,7 @@ pub mod foo {
730
730
fn roundtrip_flag64 (
731
731
store : wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
732
732
x : Flag64 ,
733
- ) -> impl :: std :: future:: Future <
733
+ ) -> impl :: core :: future:: Future <
734
734
Output = impl FnOnce (
735
735
wasmtime:: StoreContextMut < ' _ , Self :: Data > ,
736
736
) -> Flag64 + Send + Sync + ' static ,
0 commit comments