Commit 2daa404
committed
Auto merge of rust-lang#65009 - Centril:rollup-06g05xj, r=Centril
Rollup of 13 pull requests
Successful merges:
- rust-lang#64581 (Fix unreachable_code warnings for try{} block ok-wrapped expressions)
- rust-lang#64850 (Remove inlines from DepNode code)
- rust-lang#64914 (regression test for 64453 borrow check error.)
- rust-lang#64922 (Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions)
- rust-lang#64948 (Improve sidebar styling to make its integration easier)
- rust-lang#64961 (Make comment about dummy type a bit more clear)
- rust-lang#64967 (Don't mark borrows of zero-sized arrays as indirectly mutable)
- rust-lang#64973 (Fix typo while setting `compile-flags` in test)
- rust-lang#64980 (Enable support for `IndirectlyMutableLocals` in `rustc_peek` )
- rust-lang#64989 (Fix ICE rust-lang#64964)
- rust-lang#64991 ([const-prop] Correctly handle locals that can't be propagated)
- rust-lang#64995 (Remove rustdoc warning)
- rust-lang#64997 (rustc book: nitpick SLP vectorization)
Failed merges:
r? @ghostFile tree
31 files changed
+756
-258
lines changed- src
- doc/rustc/src/codegen-options
- librustc_mir
- build/expr
- dataflow/impls
- transform
- check_consts
- librustc_typeck/check
- librustc
- dep_graph
- hir
- lowering
- ty
- librustdoc/html/static
- themes
- libsyntax_pos
- libtest
- test/ui
- async-await/issues
- borrowck
- consts/const-eval
- issues
- mir-dataflow
- try-block
31 files changed
+756
-258
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
153 | | - | |
154 | 152 | | |
155 | 153 | | |
156 | 154 | | |
| |||
199 | 197 | | |
200 | 198 | | |
201 | 199 | | |
202 | | - | |
203 | 200 | | |
204 | 201 | | |
205 | 202 | | |
| |||
219 | 216 | | |
220 | 217 | | |
221 | 218 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
| 219 | + | |
226 | 220 | | |
227 | | - | |
228 | | - | |
229 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
230 | 229 | | |
231 | 230 | | |
232 | 231 | | |
| |||
242 | 241 | | |
243 | 242 | | |
244 | 243 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 244 | + | |
249 | 245 | | |
250 | | - | |
251 | | - | |
252 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
270 | | - | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | 284 | | |
286 | 285 | | |
287 | 286 | | |
| |||
300 | 299 | | |
301 | 300 | | |
302 | 301 | | |
303 | | - | |
304 | 302 | | |
305 | 303 | | |
306 | 304 | | |
| |||
386 | 384 | | |
387 | 385 | | |
388 | 386 | | |
389 | | - | |
390 | 387 | | |
391 | 388 | | |
392 | 389 | | |
393 | 390 | | |
394 | 391 | | |
395 | 392 | | |
396 | | - | |
397 | 393 | | |
398 | 394 | | |
399 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
395 | 398 | | |
396 | 399 | | |
397 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
398 | 403 | | |
399 | 404 | | |
400 | 405 | | |
401 | 406 | | |
402 | | - | |
403 | | - | |
404 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
405 | 411 | | |
406 | 412 | | |
407 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
408 | 424 | | |
409 | 425 | | |
410 | 426 | | |
411 | 427 | | |
412 | 428 | | |
413 | 429 | | |
414 | 430 | | |
415 | | - | |
416 | | - | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
417 | 434 | | |
418 | 435 | | |
419 | | - | |
420 | | - | |
| 436 | + | |
| 437 | + | |
421 | 438 | | |
422 | 439 | | |
423 | 440 | | |
| |||
1244 | 1261 | | |
1245 | 1262 | | |
1246 | 1263 | | |
1247 | | - | |
| 1264 | + | |
1248 | 1265 | | |
1249 | 1266 | | |
1250 | 1267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
864 | | - | |
| 864 | + | |
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
320 | 326 | | |
321 | 327 | | |
322 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
| 603 | + | |
| 604 | + | |
604 | 605 | | |
605 | 606 | | |
606 | 607 | | |
| |||
0 commit comments