This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 2bded34
committed
Auto merge of rust-lang#119363 - matthiaskrgr:rollup-o0ncmsn, r=matthiaskrgr
Rollup of 3 pull requests
Successful merges:
- rust-lang#119336 (coverage: Unexpand spans with `find_ancestor_inside_same_ctxt`)
- rust-lang#119349 (refactor(liveness): move walk_expr outside of every match branch)
- rust-lang#119359 (Simplify Parser::ident_or_error)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
4 files changed
+12
-42
lines changed- compiler
- rustc_mir_transform/src/coverage
- spans
- rustc_parse/src/parser
- rustc_passes/src
4 files changed
+12
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
364 | 353 | | |
365 | 354 | | |
366 | 355 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 207 | + | |
213 | 208 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
519 | 511 | | |
520 | 512 | | |
521 | 513 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
409 | 408 | | |
410 | 409 | | |
411 | 410 | | |
| |||
425 | 424 | | |
426 | 425 | | |
427 | 426 | | |
428 | | - | |
429 | 427 | | |
430 | 428 | | |
431 | 429 | | |
432 | 430 | | |
433 | | - | |
434 | 431 | | |
435 | 432 | | |
436 | 433 | | |
| |||
439 | 436 | | |
440 | 437 | | |
441 | 438 | | |
442 | | - | |
443 | 439 | | |
444 | 440 | | |
445 | 441 | | |
446 | | - | |
447 | 442 | | |
448 | 443 | | |
449 | 444 | | |
| |||
474 | 469 | | |
475 | 470 | | |
476 | 471 | | |
477 | | - | |
478 | | - | |
479 | | - | |
| 472 | + | |
480 | 473 | | |
| 474 | + | |
481 | 475 | | |
482 | 476 | | |
483 | 477 | | |
| |||
0 commit comments