Commit d68e6ed
committed
Auto merge of rust-lang#147745 - matthiaskrgr:rollup-b4kftk9, r=matthiaskrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#143191 (Stabilize `rwlock_downgrade` library feature)
- rust-lang#147444 (Allow printing a fully-qualified path in `def_path_str`)
- rust-lang#147527 (Update t-compiler beta nomination Zulip msg)
- rust-lang#147670 (some `ErrorGuaranteed` cleanups)
- rust-lang#147676 (Return spans out of `is_doc_comment` to reduce reliance on `.span()` on attributes)
- rust-lang#147708 (const `mem::drop`)
- rust-lang#147710 (Fix ICE when using contracts on async functions)
- rust-lang#147716 (Fix some comments)
- rust-lang#147718 (miri: use allocator_shim_contents codegen helper)
- rust-lang#147729 (ignore boring locals when explaining why a borrow contains a point due to drop of a live local under polonius)
- rust-lang#147742 (Revert unintentional whitespace changes to rustfmt-excluded file)
r? `@ghost`
`@rustbot` modify labels: rollup4 files changed
+9
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
958 | 958 | | |
959 | 959 | | |
960 | 960 | | |
| 961 | + | |
961 | 962 | | |
962 | | - | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
963 | 968 | | |
964 | 969 | | |
965 | 970 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
704 | 703 | | |
705 | 704 | | |
706 | 705 | | |
| |||
719 | 718 | | |
720 | 719 | | |
721 | 720 | | |
722 | | - | |
723 | 721 | | |
724 | 722 | | |
725 | 723 | | |
| |||
752 | 750 | | |
753 | 751 | | |
754 | 752 | | |
755 | | - | |
756 | | - | |
| 753 | + | |
757 | 754 | | |
758 | 755 | | |
759 | 756 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | | - | |
817 | | - | |
818 | 816 | | |
819 | 817 | | |
820 | 818 | | |
| |||
831 | 829 | | |
832 | 830 | | |
833 | 831 | | |
834 | | - | |
835 | | - | |
836 | 832 | | |
837 | 833 | | |
838 | 834 | | |
| |||
863 | 859 | | |
864 | 860 | | |
865 | 861 | | |
866 | | - | |
| 862 | + | |
867 | 863 | | |
868 | 864 | | |
869 | 865 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments