-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 7cfd7d3
Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- #146556 (Fix duration_since panic on unix when std is built with integer overflow checks)
- #146679 (Clarify Display for error should not include source)
- #146753 (Improve the pretty print of UnstableFeature clause)
- #146894 (Improve derive suggestion of const param)
- #146950 (core: simplify `CStr::default()`)
- #146958 (Fix infinite recursion in Path::eq with String)
- #146971 (fix ICE in writeback due to bound regions)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
22 files changed
+108
-86
lines changed- compiler
- rustc_hir_typeck/src
- rustc_middle/src/ty/print
- rustc_trait_selection/src
- error_reporting/traits
- traits/query/type_op
- library
- alloc/src/ffi
- core/src
- ffi
- std
- src
- sys/pal
- hermit
- unix
- tests
- tests
- crashes
- ui
- const-generics
- adt_const_params
- issues
- consts
- traits/next-solver
- unstable-feature-bound
22 files changed
+108
-86
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 | - | ||
1007 | - | ||
1006 | + | ||
1007 | + | ||
1008 | + | ||
1009 | + | ||
1008 | 1010 |
| |
1009 | 1011 |
| |
1010 | 1012 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3177 | 3177 |
| |
3178 | 3178 |
| |
3179 | 3179 |
| |
3180 | - | ||
3181 | - | ||
3180 | + | ||
3182 | 3181 |
| |
3183 | 3182 |
| |
3184 | 3183 |
| |
|
Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1305 | 1305 |
| |
1306 | 1306 |
| |
1307 | 1307 |
| |
1308 | - | ||
1309 | - | ||
1308 | + | ||
1309 | + | ||
1310 | 1310 |
| |
1311 | 1311 |
| |
1312 | 1312 |
| |
1313 | 1313 |
| |
1314 | 1314 |
| |
1315 | 1315 |
| |
1316 | 1316 |
| |
1317 | - | ||
1318 | - | ||
1317 | + | ||
1318 | + | ||
1319 | + | ||
1320 | + | ||
1321 | + | ||
1319 | 1322 |
| |
1320 | 1323 |
| |
1321 | 1324 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | - | ||
104 | - | ||
105 | - | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
970 | 970 |
| |
971 | 971 |
| |
972 | 972 |
| |
973 | - | ||
974 | - | ||
975 | - | ||
973 | + | ||
976 | 974 |
| |
977 | 975 |
| |
978 | 976 |
| |
979 | 977 |
| |
980 | 978 |
| |
981 | 979 |
| |
982 | - | ||
983 | - | ||
980 | + | ||
984 | 981 |
| |
985 | 982 |
| |
986 | 983 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
20 | + | ||
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
22 | - | ||
24 | + | ||
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
26 | 32 |
| |
27 | 33 |
| |
28 | 34 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 | - | ||
183 | - | ||
184 | - | ||
182 | + | ||
185 | 183 |
| |
186 | 184 |
| |
187 | 185 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2107 | 2107 |
| |
2108 | 2108 |
| |
2109 | 2109 |
| |
2110 | - | ||
2110 | + | ||
2111 | 2111 |
| |
2112 | 2112 |
| |
2113 | 2113 |
| |
2114 | 2114 |
| |
2115 | 2115 |
| |
2116 | 2116 |
| |
2117 | 2117 |
| |
2118 | - | ||
2118 | + | ||
2119 | 2119 |
| |
2120 | 2120 |
| |
2121 | 2121 |
| |
2122 | 2122 |
| |
2123 | 2123 |
| |
2124 | 2124 |
| |
2125 | 2125 |
| |
2126 | - | ||
2126 | + | ||
2127 | 2127 |
| |
2128 | 2128 |
| |
2129 | 2129 |
| |
2130 | 2130 |
| |
2131 | 2131 |
| |
2132 | 2132 |
| |
2133 | 2133 |
| |
2134 | - | ||
2134 | + | ||
2135 | 2135 |
| |
2136 | 2136 |
| |
2137 | 2137 |
| |
| |||
3426 | 3426 |
| |
3427 | 3427 |
| |
3428 | 3428 |
| |
3429 | - | ||
3429 | + | ||
3430 | 3430 |
| |
3431 | 3431 |
| |
3432 | 3432 |
| |
3433 | 3433 |
| |
3434 | 3434 |
| |
3435 | 3435 |
| |
3436 | 3436 |
| |
3437 | - | ||
3437 | + | ||
3438 | 3438 |
| |
3439 | 3439 |
| |
3440 | 3440 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
29 | 34 |
| |
35 | + | ||
36 | + | ||
30 | 37 |
| |
31 | 38 |
| |
32 | - | ||
39 | + | ||
33 | 40 |
| |
34 | 41 |
| |
35 | 42 |
| |
36 | 43 |
| |
37 | - | ||
44 | + | ||
38 | 45 |
| |
39 | 46 |
| |
40 | 47 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
137 | 143 |
| |
138 | - | ||
139 | - | ||
140 | - | ||
141 | - | ||
142 | - | ||
143 | - | ||
144 | - | ||
145 | - | ||
146 | - | ||
147 | - | ||
148 | - | ||
149 | - | ||
150 | - | ||
151 | 144 |
| |
152 | 145 |
| |
153 | - | ||
146 | + | ||
154 | 147 |
| |
155 | 148 |
| |
156 | 149 |
| |
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
157 | 154 |
| |
158 | - | ||
155 | + | ||
159 | 156 |
| |
160 | 157 |
| |
161 | 158 |
| |
|
0 commit comments