This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 861996e
committed
Auto merge of rust-lang#71230 - Dylan-DPC:rollup-rofigbv, r=Dylan-DPC
Rollup of 7 pull requests
Successful merges:
- rust-lang#70578 (Add long error explanation for E0657)
- rust-lang#70910 (Hides default fns inside Fuse impl to avoid exposing it to any crate)
- rust-lang#71164 (reword Miri validity errors: undefined -> uninitialized)
- rust-lang#71182 (Add some regression tests)
- rust-lang#71206 (Miri error messages: avoid try terminology)
- rust-lang#71220 (Dogfood or_patterns in the standard library)
- rust-lang#71225 (Fix typo in Default trait docs: Provides -> Provide)
Failed merges:
r? @ghostFile tree
30 files changed
+513
-97
lines changed- src
- liballoc
- collections/btree
- libcore
- iter
- adapters
- traits
- num
- dec2flt
- flt2dec
- librustc_error_codes
- error_codes
- librustc_middle/mir/interpret
- librustc_mir/interpret
- libstd
- sync/mpsc
- test/ui
- asm
- async-await/issues
- auxiliary
- consts
- const-eval
- error-codes
- intrinsics
- static
- auxiliary
30 files changed
+513
-97
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2058 | 2058 | | |
2059 | 2059 | | |
2060 | 2060 | | |
2061 | | - | |
2062 | | - | |
2063 | | - | |
2064 | | - | |
2065 | | - | |
2066 | | - | |
| 2061 | + | |
2067 | 2062 | | |
2068 | 2063 | | |
2069 | 2064 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | | - | |
| 861 | + | |
862 | 862 | | |
863 | 863 | | |
864 | 864 | | |
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments