Commit 95e3190
committed
Auto merge of rust-lang#114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#100455 (Implement RefUnwindSafe for Backtrace)
- rust-lang#113428 (coverage: Replace `ExpressionOperandId` with enum `Operand`)
- rust-lang#114283 (Use parking lot's rwlock even without parallel-rustc)
- rust-lang#114288 (Improve diagnostic for wrong borrow on binary operations)
- rust-lang#114296 (interpret: fix alignment handling for Repeat expressions)
- rust-lang#114306 ([rustc_data_structures][perf] Simplify base_n::push_str.)
- rust-lang#114320 (Cover statements for stable_mir)
r? `@ghost`
`@rustbot` modify labels: rollup2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
427 | 428 | | |
428 | 429 | | |
429 | 430 | | |
430 | | - | |
| 431 | + | |
431 | 432 | | |
432 | 433 | | |
433 | 434 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
0 commit comments