You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#107472 - matthiaskrgr:rollup-s9gn4n7, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#107125 (Add and use expect methods to hir.)
- rust-lang#107172 (Reimplement NormalizeArrayLen based on SsaLocals)
- rust-lang#107177 (Keep all theme-updating logic together)
- rust-lang#107424 (Make Vec::clone_from and slice::clone_into share the same code)
- rust-lang#107455 (use a more descriptive name)
- rust-lang#107465 (`has_allow_dead_code_or_lang_attr` micro refactor)
- rust-lang#107469 (Change turbofish context link to an archive link)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
&reveal_all::RevealAll,// has to be done before inlining, since inlined code is in RevealAll mode.
550
550
&lower_slice_len::LowerSliceLenCalls,// has to be done before inlining, otherwise actual call will be almost always inlined. Also simple, so can just do first
551
-
&normalize_array_len::NormalizeArrayLen,// has to run after `slice::len` lowering
0 commit comments