-
Notifications
You must be signed in to change notification settings - Fork 10
(UPDATE to 1.48 when released) Rust 1.46 breaks the build, while 1.45 works just fine #330
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
…n-to-1-45 Hotfix for issue #330 - Revert Rust to 1.45.2
rust-lang/rust#75992 was resolved by reverting some commits in rust-lang/rust#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: |
@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 If clippy is fixed before the fix, I will also upgrade it |
Uh oh!
There was an error while loading. Please reload this page.
Build
Error
on Sentry, Rust 1.46:✔️ 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:
async
are added in Rust 1.46 rust-lang/rust#75992The text was updated successfully, but these errors were encountered: