-
Notifications
You must be signed in to change notification settings - Fork 34
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
Nightly incompatibility #15
Comments
This is now failing on beta, so I guess will be an issue on stable rust soon :(. |
We are hitting this in rust-lang/rustc-perf#1536. |
According to ClementTsang/bottom#1056, this is fixed in ntapi 0.4.0, so an update should help (but might need to be pushed through multiple layers of crates). |
We fixed this in rust-lang/rustc-perf#1540 by updating |
Sadly newer tokio also has a substantially higher MSRV, and waiting for things to move to ntapi 0.4 is not something that's going to happen quickly. It would be nice if a patch version were uploaded with the fix. |
With the release of rust 1.69, this is causing Tokio's CI to fail because ntapi is still used in tests. I'm sure it's also causing lots of other failures. It might make sense to rename this issue now that it has reached stable. |
Issues related to unaligned references should be fixed in 0.4.1 |
Is there any chance there will be an ntapi 0.3.8? Sadly the last version of tokio which works on a broad set of available rustc's depends on ntapi 0.3, which won't get the fixes in ntapi 0.4.1. |
Needs a backport of the fixes in [1] to ntapi 0.3. [1] MSxDOS/ntapi#15
@MSxDOS hey, sorry for re-posting similar comments here as well. however as said previously (ref: #12 (comment)), we're stuck at deps as well via tokio. and it seems we're not the only one who are affected. could you reconsider to publish a teeny patch for 0.3.x? I hope that won't take your time not much... Thanks in advance. |
This project does not build against
nightly-x86_64-pc-windows-msvc
andnightly-i686-pc-windows-msv
.Building against the
stable-x86_64-pc-windows-msv
raises a future incompatibility warning.Here is the full report produced by
cargo report future-incompatibilities --id 23 --package [email protected]
:The text was updated successfully, but these errors were encountered: