-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust: 1.68.2 -> 1.69.0 #8937
rust: 1.68.2 -> 1.69.0 #8937
Conversation
Upgrade to this long awaited nice version that just so happened to have been released on a particularly well timed occassion.
Oh, this will be all sorts of fun! |
a85eb60
to
6a95b5d
Compare
These don't appear to be doing much in terms of useful and now that the compiler is more stringent in testing what `#[proc_macro_attribute]` is allowed to take as an argument these are broken too without more intense changes.
The test failure is clap-rs/clap#4857. The best way forward, I think, is to upgrade clap. |
10913823971520273759, | ||
17423008210698923502, | ||
7011050181604188333, | ||
15514788595649734538, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I’m curious, do you know why the hashes changed? I wouldn’t expect a rustc upgrade to change the hashes of wasmer binaries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rkyv
is sensitive to repr(Rust)
layout changes, unless the strict
feature is enabled. Unfortunately that is something we cannot enable as we rely on being able to serialize tuples, and tuples are repr(Rust)
. So something about how stuff is laid out there has changed.
Blocked on #8974 |
Upgrade to this long awaited nice version that just so happened to have been released on a particularly well timed occassion.
Upgrade to this long awaited nice version that just so happened to have been released on a particularly well timed occassion.