Closed elpiel closed 3 years ago
rust-lang/rust#75992 was resolved by reverting some commits in https://github.com/rust-lang/rust/pull/78410
For now we are waiting for the next Rust release, probably 1.48 that will be released this(?) week
@elpiel its released yesterday so should be fixed.
Thank you for letting me know! I'm already working on updating to it.
Edit: clippy
is panic
ing on the sentry's chain
function that handles middlewares, I've opened an issue in clippy that can be found here: https://github.com/rust-lang/rust-clippy/issues/6350
@elpiel I don't think we should be blocked in clippy. Its just a linting tool.
I am looking for s way to simplify our middleware chain
function and maybe clippy will be fixed by then.
This is not a high priority actually, since it was a compiler regression in the first place.
If clippy is fixed before the fix, I will also upgrade it
Build
Error
on Sentry, Rust 1.46::heavy_check_mark: Revert it Rust 1.45
For now the solution is to revert Rust version to
1.45.2
and upgrade laterrust-toolchain
locked to 1.45.2TODO: Update to 1.48 when released and see this issue is fixed
Related merged PR: rust-lang/rust#78410
Related Rust bugs: