Closed
Description
Too many workarounds are introduced when bumping toolchain to 2022-10-16 in #6025, including unnecessary dyn
, unsafe
and unnecessary allocation. We should revert them as soon as possible.
- storage: fix file cache lifetime issues #6086
- streaming: fix hash join degree table scan #6087
- revert workarounds in deterministic scaling test #6864
- large number of obligation produced in async code causing compiler stuck rust-lang/rust#103423
- performance regression (for debug & single binary) of backtrace capturing after bumping toolchain on macOS #6131