-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Can't compile wasmtime 0.32.0 crate using latest rustc 1.59.0-nightly on ubuntu 20.04 #92320
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
Comments
@Kailai-Wang This has actually been fixed in rustix and wasmtime depends on rustix v0.31.0 which contains the fix but somehow rustix v0.26.2 is being picked up. Maybe best to file the bug with wasmtime. |
I'll do that. |
Ah, it just needs a new wasmtime release I think, the dependencies have been updated but after the release of wasmtime 0.32.0. |
I see. I think I'll just wait a bit. Thank you again! |
Code
wasmtime crate fails to compile on
ubuntu 20.04
using the lastest rustc nightly:rustc 1.59.0-nightly (f8abed9ed 2021-12-26)
I've got a bunch of errors related to
asm
macro, the errors messages are the same except pointing to the different code positions.Here is an example:
On MacOs it compiles without any problems.
I expected to see this happen: the compilation succeeds
Instead, this happened: the compilation fails (see error messages above)
How to reproduce
Version it worked on
It most recently worked on:
nightly-2021-12-12-x86_64-unknown-linux-gnu
Version with regression
rustc --version --verbose
:Those are the versions that were tested. It could be that the regression happened earlier.
Backtrace
Backtrace
The text was updated successfully, but these errors were encountered: