Commit 5f5f9e1
committed
Auto merge of rust-lang#91933 - matthiaskrgr:rollup-cw9qolb, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#89825 (Make split_inclusive() on an empty slice yield an empty output)
- rust-lang#91239 (regression test for issue 87490)
- rust-lang#91597 (Recover on invalid operators `<>` and `<=>`)
- rust-lang#91774 (Fix typo for MutVisitor)
- rust-lang#91786 (Return an error when `eval_rvalue_with_identities` fails)
- rust-lang#91798 (Avoid suggest adding `self` in visibility spec)
- rust-lang#91856 (Looser check for overflowing_binary_op)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup2 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
863 | 863 | | |
864 | 864 | | |
865 | 865 | | |
866 | | - | |
| 866 | + | |
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
| |||
883 | 883 | | |
884 | 884 | | |
885 | 885 | | |
886 | | - | |
| 886 | + | |
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
| |||
923 | 923 | | |
924 | 924 | | |
925 | 925 | | |
926 | | - | |
| 926 | + | |
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
| 485 | + | |
485 | 486 | | |
486 | 487 | | |
487 | 488 | | |
| |||
729 | 730 | | |
730 | 731 | | |
731 | 732 | | |
732 | | - | |
| 733 | + | |
| 734 | + | |
733 | 735 | | |
734 | 736 | | |
735 | 737 | | |
| |||
0 commit comments