Commit 879899c
committed
Auto merge of rust-lang#122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#121619 (Experimental feature postfix match)
- rust-lang#122370 (Gracefully handle `AnonConst` in `diagnostic_hir_wf_check()`)
- rust-lang#122537 (interpret/allocation: fix aliasing issue in interpreter and refactor getters a bit)
- rust-lang#122542 (coverage: Clean up marker statements that aren't needed later)
- rust-lang#122800 (Add `NonNull::<[T]>::is_empty`.)
- rust-lang#122820 (Stop using `<DefId as Ord>` in various diagnostic situations)
- rust-lang#122847 (Suggest `RUST_MIN_STACK` workaround on overflow)
- rust-lang#122855 (Fix Itanium mangling usizes)
- rust-lang#122863 (add more ice tests )
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
3 files changed
+3
-3
lines changed- clippy_lints/src
- clippy_utils/src
3 files changed
+3
-3
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 | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
| 555 | + | |
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments