Commit ad3db41
authored
Rollup merge of rust-lang#75696 - matklad:mirit, r=RalfJung
Remove `#[cfg(miri)]` from OnceCell tests
They were carried over from once_cell crate, but they are not entirely
correct (as miri now supports more things), and we don't run miri
tests for std, so let's just remove them.
Maybe one day we'll run miri in std, but then we can just re-install
these attributes.1 file changed
+4
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
520 | 521 | | |
521 | 522 | | |
522 | 523 | | |
| |||
553 | 554 | | |
554 | 555 | | |
555 | 556 | | |
556 | | - | |
557 | | - | |
558 | 557 | | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
| 558 | + | |
576 | 559 | | |
577 | 560 | | |
578 | 561 | | |
| |||
735 | 718 | | |
736 | 719 | | |
737 | 720 | | |
738 | | - | |
739 | 721 | | |
740 | 722 | | |
741 | 723 | | |
| |||
753 | 735 | | |
754 | 736 | | |
755 | 737 | | |
756 | | - | |
757 | 738 | | |
758 | 739 | | |
759 | 740 | | |
| |||
812 | 793 | | |
813 | 794 | | |
814 | 795 | | |
815 | | - | |
816 | 796 | | |
817 | 797 | | |
818 | 798 | | |
| |||
824 | 804 | | |
825 | 805 | | |
826 | 806 | | |
827 | | - | |
| 807 | + | |
828 | 808 | | |
829 | 809 | | |
830 | 810 | | |
| |||
836 | 816 | | |
837 | 817 | | |
838 | 818 | | |
839 | | - | |
| 819 | + | |
840 | 820 | | |
841 | 821 | | |
842 | 822 | | |
| |||
0 commit comments