veewee/ext-wasm

Compile errors on Windows

Closed this issue · 0 comments

error[E0554]: #![feature] may not be used on the stable release channel
--> C:\Users\runneradmin.cargo\registry\src\github.com-1ecc6299db9ec823\ext-php-rs-0.10.0\src\lib.rs:7:22
|
7 | #![cfg_attr(windows, feature(abi_vectorcall))]
| ^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try rustc --explain E0554.
error: could not compile ext-php-rs due to previous error
mingw32-make[1]: *** [makefile:8: compile] Error 101
mingw32-make[1]: Leaving directory 'D:/a/ext-wasm/ext-wasm'
mingw32-make: *** [makefile:14: setup-ci] Error 2

See See #1